Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/common/include/
H A Din_process_call_wrapper.h21 #define IN_PROCESS_CALL(theCall) \ argument
29 #define IN_PROCESS_CALL_WITHOUT_RET(theCall) \ argument
/ohos5.0/foundation/graphic/graphic_2d/interfaces/inner_api/color_manager/
H A Dcolor_manager_common.h46 #define NAPI_CALL_WITH_ERRCODE(env, theCall, errCode) … argument
56 #define NAPI_CALL_DEFAULT(theCall) … argument
62 #define NAPI_CALL_WITH_ERRCODE_DEFAULT(env, theCall) \ argument
/ohos5.0/base/usb/usb_manager/utils/native/include/
H A Dusb_napi_errors.h86 #define NAPI_CHECK(env, theCall, loginfo) \ argument
96 #define NAPI_CHECK_BASE(theCall, loginfo, retVal) \ argument
104 #define NAPI_CHECK_RETURN_VOID(theCall, loginfo) NAPI_CHECK_BASE(theCall, loginfo, NOTHING) argument
105 #define NAPI_CHECK_RETURN_FALSE(theCall, loginfo) NAPI_CHECK_BASE(theCall, loginfo, false) argument
/ohos5.0/foundation/resourceschedule/background_task_mgr/interfaces/kits/napi/include/
H A Dcommon.h28 #define BGTASK_NAPI_CALL_BASE(env, theCall, retVal) \ argument
35 #define BGTASK_NAPI_CALL(env, theCall) BGTASK_NAPI_CALL_BASE(env, theCall, nullptr) argument
/ohos5.0/foundation/arkui/napi/sample/native_module_systemtest/
H A Djs_napi_common.h28 #define NAPI_CALL_BASE_BOOL(theCall, retVal) \ argument
/ohos5.0/foundation/distributeddatamgr/udmf/interfaces/jskits/common/
H A Dnapi_queue.h114 #define ASSERT_CALL(env, theCall, object) \ argument
123 #define ASSERT_CALL_DELETE(env, theCall, object) \ argument
132 #define ASSERT_CALL_VOID(env, theCall) \ argument
140 #define ASSERT_CALL_DELETE_STATUS(env, theCall, object) \ argument
150 #define ASSERT_CALL_STATUS(env, theCall) \ argument
/ohos5.0/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/include/
H A Dpasteboard_napi.h26 #define ASSERT_CALL(env, theCall, object) \ argument
/ohos5.0/foundation/arkui/napi/interfaces/inner_api/napi/
H A Dnative_common.h46 #define NAPI_CALL_BASE(env, theCall, retVal) \ argument
54 #define NAPI_CALL(env, theCall) NAPI_CALL_BASE(env, theCall, nullptr) argument
56 #define NAPI_CALL_RETURN_VOID(env, theCall) NAPI_CALL_BASE(env, theCall, NAPI_RETVAL_NOTHING) argument
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/include/
H A Dnapi_rdb_error.h63 #define RDB_ASYNC_PARAM_CHECK_FUNCTION(theCall) \ argument
87 #define CHECK_RETURN_CORE(assertion, theCall, revt) \ argument
98 #define RDB_CHECK_RETURN_CALL_RESULT(assertion, theCall) \ argument
/ohos5.0/base/location/frameworks/js/napi/include/
H A Dnapi_util.h102 #define CHK_ERROR_CODE(type, theCall, isRequired) \ argument
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/
H A Dnapi_zlib_common.h28 #define NAPI_CALL_BASE_BOOL(theCall, retVal) \ argument
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
H A Dnapi_rdb_sendable_utils.cpp18 #define NAPI_CALL_RETURN_ERR(theCall, retVal) \ argument
H A Dnapi_rdb_js_utils.cpp31 #define NAPI_CALL_RETURN_ERR(theCall, retVal) \ argument
/ohos5.0/base/print/print_fwk/utils/include/
H A 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
H A Dprint_constant.h41 #define PRINT_CALL_BASE(env, theCall, retVal) \ argument
48 #define PRINT_CALL(env, theCall) PRINT_CALL_BASE(env, theCall, nullptr) argument
50 #define PRINT_CALL_RETURN_VOID(env, theCall) PRINT_CALL_BASE(env, theCall, PRINT_RET_NONE) argument
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/include/
H A Dnapi_queue.h94 #define ASSERT_CALL(env, theCall, object) \ argument
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/kits/js/napi/include/
H A Djs_napi_utils.h28 #define NAPI_CALL_NO_THROW(theCall, retVal) \ argument
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/
H A Dnapi_rdb_error.h64 #define CHECK_RETURN_CORE(assertion, theCall, revt) \ argument
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/include/
H A Dnapi_queue.h98 #define ASSERT_CALL(env, theCall, object) \ argument
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/include/
H A Dnapi_preferences_error.h66 #define PRE_CHECK_RETURN_CORE(assertion, theCall, revt) \ argument
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_data/include/
H A Dnapi_queue.h105 #define ASSERT_CALL(env, theCall, object) \ argument
/ohos5.0/base/security/asset/frameworks/js/napi/src/
H A Dasset_napi_common.cpp38 #define NAPI_CALL_BREAK(env, theCall) \ argument
44 #define NAPI_CALL_RETURN_ERR(env, theCall) \ argument
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/runtime/include/
H A Djs_runtime_utils.h33 #define NAPI_CALL_NO_THROW(theCall, retVal) \ argument
/ohos5.0/base/security/dlp_permission_service/interfaces/kits/napi_common/include/
H A 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