Searched refs:CHKRF_SCOPE (Results 1 - 4 of 4) sorted by relevance
/base/msdp/device_status/utils/common/include/ |
H A D | util_napi.h | 66 #define CHKRF_SCOPE(env, state, desc, scope) \ macro
|
/base/msdp/device_status/frameworks/js/napi/interaction/coordination/src/ |
H A D | js_util.cpp | 165 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 D | js_util_cooperate.cpp | 164 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 D | js_drag_manager.cpp | 44 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 2 milliseconds