Searched refs:GetNamedPropertyBool (Results 1 - 6 of 6) sorted by relevance
/foundation/multimodalinput/input/frameworks/napi/input_event_client/include/ |
H A D | js_register_util.h | 23 int32_t GetNamedPropertyBool(const napi_env& env, const napi_value& object, const std::string& name, bool& ret);
|
/foundation/multimodalinput/input/frameworks/napi/input_consumer/include/ |
H A D | js_register_util.h | 48 bool GetNamedPropertyBool(const napi_env &env, const napi_value &object, const std::string &name, bool &ret);
|
/foundation/multimodalinput/input/frameworks/napi/input_event_client/src/ |
H A D | js_register_util.cpp | 30 int32_t GetNamedPropertyBool(const napi_env& env, const napi_value& object, const std::string& name, bool& ret) in GetNamedPropertyBool() function
|
H A D | js_register_module.cpp | 87 if (GetNamedPropertyBool(env, keyHandle, "isPressed", isPressed) != RET_OK) { in GetInjectionEventDataNative() 126 if (GetNamedPropertyBool(env, keyHandle, "isPressed", isPressed) != RET_OK) { 130 if (GetNamedPropertyBool(env, keyHandle, "isIntercepted", isIntercepted) != RET_OK) {
|
/foundation/multimodalinput/input/frameworks/napi/input_consumer/src/ |
H A D | js_register_module.cpp | 159 if (!GetNamedPropertyBool(env, argv[1], "isRepeat", isRepeat)) { in GetHotkeyEventInfo() 221 if (!GetNamedPropertyBool(env, argv[1], "isFinalKeyDown", isFinalKeyDown)) { in GetEventInfoAPI9() 222 MMI_HILOGE("GetNamedPropertyBool failed"); in GetEventInfoAPI9() 246 if (!GetNamedPropertyBool(env, argv[1], "isRepeat", isRepeat)) { in GetEventInfoAPI9()
|
H A D | js_register_util.cpp | 59 bool GetNamedPropertyBool(const napi_env &env, const napi_value &object, const std::string &name, bool &ret) in GetNamedPropertyBool() function
|
Completed in 5 milliseconds