Home
last modified time | relevance | path

Searched defs:UNWRAP (Results 1 - 4 of 4) sorted by relevance

/foundation/multimodalinput/input/util/common/include/
H A Dnapi_constants.h54 inline constexpr std::string_view UNWRAP = "napi_unwrap"; member
/foundation/multimodalinput/input/frameworks/napi/short_key/src/
H A Djs_short_key_context.cpp62 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 Djs_input_device_context.cpp85 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 Djs_pointer_context.cpp64 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