Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/util/common/include/
H A Dnapi_constants.h35 inline constexpr std::string_view GET_VALUE_BOOL = "napi_get_value_bool"; variable
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_event_client/src/
H A Djs_register_util.cpp46 CHKRF(napi_get_value_bool(env, napiValue, &ret), GET_VALUE_BOOL); in GetNamedPropertyBool()
H A Djs_register_module.cpp463 CHKRP(napi_get_value_bool(env, argv[0], &bResult), GET_VALUE_BOOL); in PermitInjection()
/ohos5.0/base/msdp/device_status/frameworks/js/napi/interaction/cooperate/src/
H A Djs_cooperate_context.cpp31 inline constexpr std::string_view GET_VALUE_BOOL { "napi_get_value_bool" }; variable
76 CHKRP(napi_get_value_bool(env, argv[ZERO_PARAM], &enable), GET_VALUE_BOOL); in Enable()
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/pointer/src/
H A Djs_pointer_context.cpp146 CHKRP(napi_get_value_bool(env, argv[0], &visible), GET_VALUE_BOOL); in SetPointerVisible()
179 CHKRP(napi_get_value_bool(env, argv[0], &visible), GET_VALUE_BOOL); in SetPointerVisibleSync()
1238 CHKRP(napi_get_value_bool(env, argv[0], &state), GET_VALUE_BOOL); in SetHoverScrollState()
1296 CHKRP(napi_get_value_bool(env, argv[0], &switchFlag), GET_VALUE_BOOL); in SetTouchpadBoolData()
1616 CHKRP(napi_get_value_bool(env, argv[0], &enable), GET_VALUE_BOOL); in EnableHardwareCursorStats()
/ohos5.0/base/msdp/device_status/frameworks/js/napi/interaction/coordination/src/
H A Djs_coordination_context.cpp32 inline constexpr std::string_view GET_VALUE_BOOL { "napi_get_value_bool" }; variable
204 CHKRP(napi_get_value_bool(env, argv[0], &isUnchained), GET_VALUE_BOOL); in DeactivateCompatible()
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_consumer/src/
H A Djs_register_util.cpp60 CHKRF(napi_get_value_bool(env, napiValue, &ret), GET_VALUE_BOOL); in GetNamedPropertyBool()
H A Djs_register_module.cpp376 CHKRP(napi_get_value_bool(env, argv[1], &isShield), GET_VALUE_BOOL); in SetShieldStatus()