Home
last modified time | relevance | path

Searched refs:GetPropertyBool (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/sensors/miscdevice/frameworks/js/napi/vibrator/include/
H A Dvibrator_napi_utils.h69 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 Dsoundpool_napi.h141 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 Dvibrator_napi_utils.cpp191 bool GetPropertyBool(const napi_env &env, const napi_value &value, const std::string &type, bool &r… in GetPropertyBool() function
H A Dvibrator_js.cpp205 if (!GetPropertyBool(env, args[1], "systemUsage", info.systemUsage)) { in ParseParameter()
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/common/
H A Dcommon_napi.h82 …static bool GetPropertyBool(napi_env env, napi_value configObj, const std::string &type, bool &res…
H A Dcommon_napi.cpp259 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 Dsoundpool_napi.cpp761GetPropertyBool(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 Davrecorder_napi.cpp1764 if (CommonNapi::GetPropertyBool(env, item, "isHdr", profile.isHdr)) { in GetVideoProfile()
1771 … if (!CommonNapi::GetPropertyBool(env, item, "enableTemporalScale", profile.enableTemporalScale)) { in GetVideoProfile()