Searched defs:UNWRAP (Results 1 - 4 of 4) sorted by relevance
/foundation/multimodalinput/input/util/common/include/ |
H A D | napi_constants.h | 54 inline constexpr std::string_view UNWRAP = "napi_unwrap";
member
|
/foundation/multimodalinput/input/frameworks/napi/short_key/src/ |
H A D | js_short_key_context.cpp | 62 CHKRP(napi_unwrap(env, jsInstance, (void**)&jsContext), UNWRAP); in CreateInstance() local 117 CHKRP(napi_unwrap(env, object, (void**)&instance), UNWRAP); in GetInstance() local
|
/foundation/multimodalinput/input/frameworks/napi/input_device/src/ |
H A D | js_input_device_context.cpp | 85 CHKRP(napi_unwrap(env, jsInstance, (void**)&jsContext), UNWRAP); in CreateInstance() local 137 CHKRP(napi_unwrap(env, object, (void**)&instance), UNWRAP); in GetInstance() local
|
/foundation/multimodalinput/input/frameworks/napi/pointer/src/ |
H A D | js_pointer_context.cpp | 64 CHKRP(napi_unwrap(env, jsInstance, (void**)&jsContext), UNWRAP); in CreateInstance() local 116 CHKRP(napi_unwrap(env, object, (void**)&instance), UNWRAP); in GetInstance() local
|
Completed in 6 milliseconds