Home
last modified time | relevance | path

Searched refs:ValueToBoolean (Results 1 - 5 of 5) sorted by relevance

/foundation/multimedia/media_lite/interfaces/kits/player_lite/js/builtin/src/
H A Daudio_module.cpp153 bool autoPlay = JSI::ValueToBoolean(args[0]); in AutoPlaySetter()
169 bool loop = JSI::ValueToBoolean(args[0]); in LoopSetter()
199 bool muted = JSI::ValueToBoolean(args[0]); in MutedSetter()
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/
H A Dapp_module.cpp143 visible = JSI::ValueIsBoolean(visibleInput) ? JSI::ValueToBoolean(visibleInput) : false; in ScreenOnVisible()
/foundation/arkui/ace_engine_lite/interfaces/inner_api/builtin/jsi/
H A Djsi.h507 static bool ValueToBoolean(JSIValue value);
/foundation/arkui/ace_engine_lite/frameworks/native_engine/jsi/
H A Djsi.cpp380 bool res = ValueToBoolean(propValue); in GetBooleanProperty()
730 bool JSI::ValueToBoolean(JSIValue value) in ValueToBoolean() function in OHOS::ACELite::JSI
735 HILOG_ERROR(HILOG_MODULE_ACE, "JSI:ValueToBoolean params invalid!"); in ValueToBoolean()
740 HILOG_ERROR(HILOG_MODULE_ACE, "JSI:ValueToBoolean has not been implemented in this js engine!"); in ValueToBoolean()
/foundation/arkui/ace_engine_lite/frameworks/native_engine/jsi/test/unittest/common/
H A Djsi_interface_tdd_test.cpp315 * @tc.steps: step4. call JSI ValueToBoolean in JSIInterfaceTest008()
317 bool jsBoolValue = JSI::ValueToBoolean(jsBool); in JSIInterfaceTest008()

Completed in 7 milliseconds