Searched refs:boolvalue (Results 1 - 4 of 4) sorted by relevance
/foundation/communication/connected_nfc_tag/frameworks/js/napi/ |
H A D | nfc_napi_utils.cpp | 143 napi_status SetValueBool(const napi_env& env, const char* fieldStr, const bool boolvalue, napi_value& result)
in SetValueBool() argument 146 napi_status status = napi_get_boolean(env, boolvalue, &value);
in SetValueBool()
|
/foundation/communication/wifi/wifi/frameworks/js/napi/src/ |
H A D | wifi_napi_utils.cpp | 280 napi_status SetValueBool(const napi_env& env, const char* fieldStr, const bool boolvalue, napi_value& result) in SetValueBool() argument 283 napi_status status = napi_get_boolean(env, boolvalue, &value); in SetValueBool()
|
/foundation/arkui/napi/test/unittest/jsvm/ |
H A D | test_jsvm.cpp | 331 bool boolvalue = true; in HWTEST_F() local 332 JSVM_CALL(OH_JSVM_GetBoolean(env, boolvalue, &obj)); in HWTEST_F()
|
/foundation/multimedia/media_library/frameworks/js/src/ |
H A D | media_library_napi.cpp | 4116 static napi_status SetValueBool(const napi_env& env, const char* fieldStr, const bool boolvalue, napi_value& result) in SetValueBool() argument 4119 napi_status status = napi_get_boolean(env, boolvalue, &value); in SetValueBool()
|
Completed in 31 milliseconds