Searched refs:ThrowException (Results 1 - 12 of 12) sorted by relevance
/foundation/filemanagement/dfs_service/utils/system/include/ |
H A D | dfsu_thread_safe_queue.h | 45 ThrowException(ERR_UTILS_ACTOR_INVALID_CMD, "Push an empty cmd"); in Push() 57 ThrowException(ERR_UTILS_ACTOR_INVALID_CMD, "Push an empty cmd"); in PushFront() 71 ThrowException(ERR_UTILS_ACTOR_QUEUE_STOP, "Queue was halted"); in WaitAndPop()
|
H A D | dfsu_exception.h | 58 #define ThrowException(code, msg) \ macro
|
H A D | dfsu_cmd.h | 79 ThrowException(ERR_UTILS_ACTOR_INVALID_CMD, "Cannot execute a command that has 0 try times");
|
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/device/ |
H A D | device_info.cpp | 64 ThrowException(ERR_DEVICE_CID_UN_INIT, "cid uninitialized"); in GetCid()
|
H A D | device_manager_agent.cpp | 797 ThrowException(errCode, "Failed to get info of remote devices"); in InitDeviceInfos() 858 ThrowException(errCode, "Failed to get info of local devices"); in InitLocalNodeInfo() 882 ThrowException(errCode, "Failed to get info of remote devices"); in GetRemoteDevicesInfo() 898 ThrowException(errCode, "Failed to InitDeviceManager"); in RegisterToExternalDm() 903 ThrowException(errCode, "Failed to RegisterDevStateCallback"); in RegisterToExternalDm() 914 ThrowException(errCode, "Failed to UnRegisterDevStateCallback"); in UnregisterFromExternalDm() 918 ThrowException(errCode, "Failed to UnInitDeviceManager"); in UnregisterFromExternalDm()
|
/foundation/arkui/napi/native_engine/ |
H A D | native_engine.cpp | 855 ThrowException("RunScriptForAbc: abc file is empty."); in RunScriptForAbc() 1059 void NativeEngine::ThrowException(const char* msg) in ThrowException() function in NativeEngine 1063 panda::JSNApi::ThrowException(vm, error); in ThrowException()
|
H A D | native_engine.h | 388 virtual void ThrowException(const char* msg);
|
H A D | native_api.cpp | 2292 panda::JSNApi::ThrowException(vm, nativeValue); in napi_throw() 2311 panda::JSNApi::ThrowException(vm, error); in napi_throw_error() 2330 panda::JSNApi::ThrowException(vm, error); in napi_throw_type_error() 2349 panda::JSNApi::ThrowException(vm, error); in napi_throw_range_error()
|
/foundation/arkui/napi/interfaces/inner_api/cjffi/ark_interop/ |
H A D | ark_interop_napi.cpp | 717 JSNApi::ThrowException(vm, Exception::Error(vm, BIT_CAST(exception, Local<StringRef>))); in ARKTS_Throw() 719 JSNApi::ThrowException(vm, exception); in ARKTS_Throw()
|
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
H A D | ark_js_runtime.cpp | 352 panda::JSNApi::ThrowException(vm_, errorObj); in ThrowError()
|
/foundation/arkui/napi/native_engine/impl/ark/ |
H A D | ark_native_engine.cpp | 1420 ThrowException(msg.c_str()); in NapiLoadModule() 1424 ThrowException("ArkNativeEngine:NapiLoadModule failed."); in NapiLoadModule() 1449 ThrowException("ArkNativeEngine:NapiLoadModuleWithInfo failed."); in NapiLoadModuleWithInfo() 1885 panda::JSNApi::ThrowException(GetEcmaVm(), exceptionValue); in TriggerFatalException()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_utils.cpp | 1835 panda::JSNApi::ThrowException(vm, errorObj); in ThrowError()
|
Completed in 23 milliseconds