Home
last modified time | relevance | path

Searched defs:theCall (Results 1 – 6 of 6) sorted by relevance

/base/usb/usb_manager/utils/native/include/
Dusb_napi_errors.h66 #define NAPI_CHECK(env, theCall, loginfo) \ argument
76 #define NAPI_CHECK_BASE(theCall, loginfo, retVal) \ argument
84 #define NAPI_CHECK_RETURN_VOID(theCall, loginfo) NAPI_CHECK_BASE(theCall, loginfo, NOTHING) argument
85 #define NAPI_CHECK_RETURN_FALSE(theCall, loginfo) NAPI_CHECK_BASE(theCall, loginfo, false) argument
/base/location/frameworks/js/napi/include/
Dnapi_util.h102 #define CHK_ERROR_CODE(type, theCall, isRequired) \ argument
/base/print/print_fwk/utils/include/
Dscan_constant.h38 #define SCAN_CALL_BASE(env, theCall, retVal) \ argument
45 #define SCAN_CALL(env, theCall) SCAN_CALL_BASE(env, theCall, nullptr) argument
47 #define SCAN_CALL_RETURN_VOID(env, theCall) SCAN_CALL_BASE(env, theCall, SCAN_RET_NONE) argument
Dprint_constant.h40 #define PRINT_CALL_BASE(env, theCall, retVal) \ argument
47 #define PRINT_CALL(env, theCall) PRINT_CALL_BASE(env, theCall, nullptr) argument
49 #define PRINT_CALL_RETURN_VOID(env, theCall) PRINT_CALL_BASE(env, theCall, PRINT_RET_NONE) argument
/base/security/asset/frameworks/js/napi/src/
Dasset_napi_common.cpp38 #define NAPI_CALL_BREAK(env, theCall) \ argument
44 #define NAPI_CALL_RETURN_ERR(env, theCall) \ argument
/base/security/dlp_permission_service/interfaces/kits/napi_common/include/
Dnapi_common.h52 #define NAPI_CALL_BASE_WITH_SCOPE(env, theCall, retVal, scope) \ argument
61 #define NAPI_CALL_RETURN_VOID_WITH_SCOPE(env, theCall, scope) \ argument