Searched refs:GetPropertyBool (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/base/sensors/miscdevice/frameworks/js/napi/vibrator/include/ |
H A D | vibrator_napi_utils.h | 69 bool GetPropertyBool(const napi_env &env, const napi_value &value, const std::string &type, bool &r…
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/soundpool/include/ |
H A D | soundpool_napi.h | 141 bool GetPropertyBool(napi_env env, napi_value configObj, const std::string &type, bool &result);
|
/ohos5.0/base/sensors/miscdevice/frameworks/js/napi/vibrator/src/ |
H A D | vibrator_napi_utils.cpp | 191 bool GetPropertyBool(const napi_env &env, const napi_value &value, const std::string &type, bool &r… in GetPropertyBool() function
|
H A D | vibrator_js.cpp | 205 if (!GetPropertyBool(env, args[1], "systemUsage", info.systemUsage)) { in ParseParameter()
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/common/ |
H A D | common_napi.h | 82 …static bool GetPropertyBool(napi_env env, napi_value configObj, const std::string &type, bool &res…
|
H A D | common_napi.cpp | 259 if (!GetPropertyBool(env, value, "preferredHdr", playStrategy.preferredHdr)) { in GetPlayStrategy() 856 bool CommonNapi::GetPropertyBool(napi_env env, napi_value configObj, const std::string &type, bool … in GetPropertyBool() function in OHOS::Media::CommonNapi
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/soundpool/src/ |
H A D | soundpool_napi.cpp | 761 …GetPropertyBool(env, argv[PARAM1], "parallelPlayFlag", asyncCtx->playParameters_.parallelPlayFlag); in ParserPlayOptionFromJs() 849 bool SoundPoolNapi::GetPropertyBool(napi_env env, napi_value configObj, const std::string &type, bo… in GetPropertyBool() function in OHOS::Media::SoundPoolNapi
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avrecorder/ |
H A D | avrecorder_napi.cpp | 1764 if (CommonNapi::GetPropertyBool(env, item, "isHdr", profile.isHdr)) { in GetVideoProfile() 1771 … if (!CommonNapi::GetPropertyBool(env, item, "enableTemporalScale", profile.enableTemporalScale)) { in GetVideoProfile()
|