Home
last modified time | relevance | path

Searched refs:ThrowException (Results 1 - 12 of 12) sorted by relevance

/foundation/filemanagement/dfs_service/utils/system/include/
H A Ddfsu_thread_safe_queue.h45 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 Ddfsu_exception.h58 #define ThrowException(code, msg) \ macro
H A Ddfsu_cmd.h79 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 Ddevice_info.cpp64 ThrowException(ERR_DEVICE_CID_UN_INIT, "cid uninitialized"); in GetCid()
H A Ddevice_manager_agent.cpp797 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 Dnative_engine.cpp855 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 Dnative_engine.h388 virtual void ThrowException(const char* msg);
H A Dnative_api.cpp2292 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 Dark_interop_napi.cpp717 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 Dark_js_runtime.cpp352 panda::JSNApi::ThrowException(vm_, errorObj); in ThrowError()
/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_native_engine.cpp1420 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 Darkts_utils.cpp1835 panda::JSNApi::ThrowException(vm, errorObj); in ThrowError()

Completed in 24 milliseconds