Searched refs:receiveValue (Results 1 - 1 of 1) sorted by relevance
/foundation/multimodalinput/input/frameworks/napi/input_consumer/src/ |
H A D | js_register_module.cpp | 95 napi_value receiveValue = nullptr; in GetHotkeyEventInfo() local 96 CHKRP(napi_get_named_property(env, argv[1], "preKeys", &receiveValue), GET_NAMED_PROPERTY); in GetHotkeyEventInfo() 97 if (receiveValue == nullptr) { in GetHotkeyEventInfo() 102 if (GetPreKeys(env, receiveValue, preKeys) == nullptr) { in GetHotkeyEventInfo() 181 napi_value receiveValue = nullptr; in GetEventInfoAPI9() local 182 CHKRP(napi_get_named_property(env, argv[1], "preKeys", &receiveValue), GET_NAMED_PROPERTY); in GetEventInfoAPI9() 183 if (receiveValue == nullptr) { in GetEventInfoAPI9() 188 if (GetPreKeys(env, receiveValue, preKeys) == nullptr) { in GetEventInfoAPI9()
|
Completed in 3 milliseconds