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 D | avplayer_ndk_test.cpp | 489 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 D | subscribe.cpp | 35 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 D | DeviceKvStorePromiseJsunit.test.js | 471 var boolValue = false; 472 await kvStore.put(KEY_TEST_BOOLEAN_ELEMENT, boolValue).then(async (data) => { 477 expect(boolValue == data).assertTrue();
|
H A D | SingleKvStorePromiseJsunit.test.js | 442 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 D | imageEffect.cpp | 836 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 D | DeviceKvStoreKVPromiseJsTest.js | 479 var boolValue = false; 480 await kvStore.put(KEY_TEST_BOOLEAN_ELEMENT, boolValue).then(async (data) => { 485 expect(boolValue == data).assertTrue();
|
H A D | SingleKvStoreKVPromiseJsTest.js | 547 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 D | napi_test.cpp | 5970 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 D | napi_test.cpp | 1191 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 53 milliseconds