Home
last modified time | relevance | path

Searched refs:CHKRF_SCOPE (Results 1 - 4 of 4) sorted by relevance

/base/msdp/device_status/utils/common/include/
H A Dutil_napi.h66 #define CHKRF_SCOPE(env, state, desc, scope) \ macro
/base/msdp/device_status/frameworks/js/napi/interaction/coordination/src/
H A Djs_util.cpp165 CHKRF_SCOPE(env, napi_get_reference_value(env, ref, &tempHandler), GET_REFERENCE_VALUE, scope); in IsSameHandle()
167 CHKRF_SCOPE(env, napi_strict_equals(env, handle, tempHandler, &isEqual), STRICT_EQUALS, scope); in IsSameHandle()
/base/msdp/device_status/frameworks/js/napi/interaction/cooperate/src/
H A Djs_util_cooperate.cpp164 CHKRF_SCOPE(env, napi_get_reference_value(env, ref, &handlerTemp), GET_REFERENCE_VALUE, scope); in IsSameHandle()
166 CHKRF_SCOPE(env, napi_strict_equals(env, handle, handlerTemp, &isSame), STRICT_EQUALS, scope); in IsSameHandle()
/base/msdp/device_status/frameworks/js/napi/interaction/drag/src/
H A Djs_drag_manager.cpp44 CHKRF_SCOPE(env, napi_get_reference_value(env, ref, &handlerTemp), GET_REFERENCE_VALUE, scope); in IsSameHandle()
46 CHKRF_SCOPE(env, napi_strict_equals(env, handle, handlerTemp, &isEqual), STRICT_EQUALS, scope); in IsSameHandle()

Completed in 3 milliseconds