Searched defs:theCall (Results 1 – 6 of 6) sorted by relevance
| /base/usb/usb_manager/utils/native/include/ |
| D | usb_napi_errors.h | 66 #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/ |
| D | napi_util.h | 102 #define CHK_ERROR_CODE(type, theCall, isRequired) \ argument
|
| /base/print/print_fwk/utils/include/ |
| D | scan_constant.h | 38 #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
|
| D | print_constant.h | 40 #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/ |
| D | asset_napi_common.cpp | 38 #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/ |
| D | napi_common.h | 52 #define NAPI_CALL_BASE_WITH_SCOPE(env, theCall, retVal, scope) \ argument 61 #define NAPI_CALL_RETURN_VOID_WITH_SCOPE(env, theCall, scope) \ argument
|