Searched refs:jsVal (Results 1 – 1 of 1) sorted by relevance
/aoo42x/main/stoc/source/javavm/ |
H A D | javavm.cxx | 1565 … jstring jsVal= pJNIEnv->NewString( propValue.getStr(), propValue.getLength()); in setINetSettingsInVM() local 1567 … pJNIEnv->CallStaticObjectMethod( jcSystem, jmSetProps, jsFtpProxyHost, jsVal); in setINetSettingsInVM() 1572 … jstring jsVal= pJNIEnv->NewString( propValue.getStr(), propValue.getLength()); in setINetSettingsInVM() local 1574 … pJNIEnv->CallStaticObjectMethod( jcSystem, jmSetProps, jsFtpProxyPort, jsVal); in setINetSettingsInVM() 1579 … jstring jsVal= pJNIEnv->NewString( propValue.getStr(), propValue.getLength()); in setINetSettingsInVM() local 1581 … pJNIEnv->CallStaticObjectMethod( jcSystem, jmSetProps, jsFtpNonProxyHosts, jsVal); in setINetSettingsInVM() 1586 … jstring jsVal= pJNIEnv->NewString( propValue.getStr(), propValue.getLength()); in setINetSettingsInVM() local 1588 … pJNIEnv->CallStaticObjectMethod( jcSystem, jmSetProps, jsHttpProxyHost, jsVal); in setINetSettingsInVM() 1593 … jstring jsVal= pJNIEnv->NewString( propValue.getStr(), propValue.getLength()); in setINetSettingsInVM() local 1595 … pJNIEnv->CallStaticObjectMethod( jcSystem, jmSetProps, jsHttpProxyPort, jsVal); in setINetSettingsInVM() [all …]
|
Completed in 72 milliseconds