Home
last modified time | relevance | path

Searched defs:GET_VALUE_BOOL (Results 1 - 6 of 6) sorted by relevance

/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() local
H A Djs_register_module.cpp703 CHKRP(napi_get_value_bool(env, argv[0], &bResult), GET_VALUE_BOOL); in PermitInjection() local
/foundation/multimodalinput/input/util/common/include/
H A Dnapi_constants.h36 inline constexpr std::string_view GET_VALUE_BOOL = "napi_get_value_bool"; member
/foundation/multimodalinput/input/frameworks/napi/input_consumer/src/
H A Djs_register_module.cpp595 CHKRP(napi_get_value_bool(env, argv[1], &isShield), GET_VALUE_BOOL); in SetShieldStatus() local
H A Djs_register_util.cpp77 CHKRF(napi_get_value_bool(env, napiValue, &ret), GET_VALUE_BOOL); in GetNamedPropertyBool() local
/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() local
179 CHKRP(napi_get_value_bool(env, argv[0], &visible), GET_VALUE_BOOL); in SetPointerVisibleSync() local
624 CHKRP(napi_get_value_bool(env, argv[0], &flag), GET_VALUE_BOOL); in SetMoveEventFilters() local
1266 CHKRP(napi_get_value_bool(env, argv[0], &state), GET_VALUE_BOOL); in SetHoverScrollState() local
1324 CHKRP(napi_get_value_bool(env, argv[0], &switchFlag), GET_VALUE_BOOL); in SetTouchpadBoolData() local
1644 CHKRP(napi_get_value_bool(env, argv[0], &enable), GET_VALUE_BOOL); in EnableHardwareCursorStats() local

Completed in 8 milliseconds