Lines Matching refs:jsVal
1564 … jstring jsVal= pJNIEnv->NewString( propValue.getStr(), propValue.getLength()); in setINetSettingsInVM() local
1566 … pJNIEnv->CallStaticObjectMethod( jcSystem, jmSetProps, jsFtpProxyHost, jsVal); in setINetSettingsInVM()
1571 … jstring jsVal= pJNIEnv->NewString( propValue.getStr(), propValue.getLength()); in setINetSettingsInVM() local
1573 … pJNIEnv->CallStaticObjectMethod( jcSystem, jmSetProps, jsFtpProxyPort, jsVal); in setINetSettingsInVM()
1578 … jstring jsVal= pJNIEnv->NewString( propValue.getStr(), propValue.getLength()); in setINetSettingsInVM() local
1580 … pJNIEnv->CallStaticObjectMethod( jcSystem, jmSetProps, jsFtpNonProxyHosts, jsVal); in setINetSettingsInVM()
1585 … jstring jsVal= pJNIEnv->NewString( propValue.getStr(), propValue.getLength()); in setINetSettingsInVM() local
1587 … pJNIEnv->CallStaticObjectMethod( jcSystem, jmSetProps, jsHttpProxyHost, jsVal); in setINetSettingsInVM()
1592 … jstring jsVal= pJNIEnv->NewString( propValue.getStr(), propValue.getLength()); in setINetSettingsInVM() local
1594 … pJNIEnv->CallStaticObjectMethod( jcSystem, jmSetProps, jsHttpProxyPort, jsVal); in setINetSettingsInVM()
1599 … jstring jsVal= pJNIEnv->NewString( propValue.getStr(), propValue.getLength()); in setINetSettingsInVM() local
1601 … pJNIEnv->CallStaticObjectMethod( jcSystem, jmSetProps, jsHttpNonProxyHosts, jsVal); in setINetSettingsInVM()