Home
last modified time | relevance | path

Searched refs:boolValue (Results 1 - 9 of 9) sorted by relevance

/test/xts/acts/multimedia/media/media_ndk_standard/AVPlayerNDK/entry/src/main/cpp/
H A Davplayer_ndk_test.cpp489 int boolValue; in OhAvPlayerSetLooping() local
490 napi_get_value_int32(env, args[PARAM_0], &boolValue); in OhAvPlayerSetLooping()
491 if (boolValue == 1 || boolValue == 0) { in OhAvPlayerSetLooping()
493 (boolValue == 1 ? OH_AVPlayer_SetLooping(mainPlayer, true) : OH_AVPlayer_SetLooping(mainPlayer, false)); in OhAvPlayerSetLooping()
/test/xts/acts/notification/ces_standard/actsCommonEventSubscribeNDKTest/entry/src/main/cpp/
H A Dsubscribe.cpp35 bool boolValue = OH_CommonEvent_GetBoolFromParameters(parameters, "wh4", false); in OnReceive() local
36 OH_LOG_Print(LOG_APP, LOG_INFO, 1, "ces_test", "boolValue = %{public}d", boolValue); in OnReceive()
/test/xts/acts/distributeddatamgr/kvStoretest/kvStorejstest/hap/entry/src/ohosTest/js/test/
H A DDeviceKvStorePromiseJsunit.test.js471 var boolValue = false;
472 await kvStore.put(KEY_TEST_BOOLEAN_ELEMENT, boolValue).then(async (data) => {
477 expect(boolValue == data).assertTrue();
H A DSingleKvStorePromiseJsunit.test.js442 var boolValue = false;
443 await kvStore.put(KEY_TEST_BOOLEAN_ELEMENT, boolValue).then(async (data) => {
448 expect(boolValue == data).assertTrue();
/test/xts/acts/multimedia/image_effect/OHImageEffectNDK/entry/src/main/cpp/
H A DimageEffect.cpp836 value.dataValue.boolValue = true; in SetInputUri2()
1034 value.dataValue.boolValue = true; in SetInputUri4()
/test/xts/acts/distributeddatamgr/distributedKVStoretest/distributedKVStorejstest/hap/entry/src/ohosTest/js/test/
H A DDeviceKvStoreKVPromiseJsTest.js479 var boolValue = false;
480 await kvStore.put(KEY_TEST_BOOLEAN_ELEMENT, boolValue).then(async (data) => {
485 expect(boolValue == data).assertTrue();
H A DSingleKvStoreKVPromiseJsTest.js547 var boolValue = false;
548 await kvStore.put(KEY_TEST_BOOLEAN_ELEMENT, boolValue).then(async (data) => {
553 expect(boolValue == data).assertTrue();
/test/xts/acts/arkui/ace_napi_test/entry/src/main/cpp/napi/
H A Dnapi_test.cpp5970 napi_value boolValue; in getValueNotBool() local
5971 NAPI_CALL(env, napi_create_int32(env, 0, &boolValue)); in getValueNotBool()
5974 napi_status status = napi_get_value_bool(env, boolValue, &value); in getValueNotBool()
/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/napi/
H A Dnapi_test.cpp1191 JSVM_Value boolValue; in testGetData1() local
1192 OH_JSVM_GetBoolean(env,value1,&boolValue); in testGetData1()
1194 OH_JSVM_GetValueBool(env,boolValue, &value2); in testGetData1()

Completed in 72 milliseconds