Home
last modified time | relevance | path

Searched defs:errCode (Results 101 - 125 of 1751) sorted by relevance

12345678910>>...71

/base/telephony/call_manager/services/spam_call/src/
H A Dcallback_stub_helper.cpp35 int32_t CallbackStubHelper::OnResult(int32_t &errCode, std::string &result) in OnResult() argument
/base/update/sys_installer/frameworks/action_processer/src/
H A Daction_processer.cpp117 void ActionProcesser::CompletedAction(InstallerErrCode errCode, const std::string &errStr) in CompletedAction() argument
/base/update/sys_installer/services/ab_update/src/
H A Dab_update.cpp79 InstallerErrCode errCode = SYS_UPDATE_SUCCESS; in PerformAction() local
/base/update/updateservice/services/firmware/upgrade/install/src/
H A Dfirmware_install.cpp65 void FirmwareInstall::CallbackFailedResult(FirmwareInstallCallback &cb, const std::string &errorMsg, int32_t errCode) in CallbackFailedResult() argument
/base/web/webview/interfaces/kits/napi/common/
H A Dbusiness_error.cpp35 void BusinessError::ThrowErrorByErrcode(napi_env env, int32_t errCode) in ThrowErrorByErrcode() argument
40 void BusinessError::ThrowErrorByErrcode(napi_env env, int32_t errCode, const std::string& errorMsg) in ThrowErrorByErrcode() argument
/base/usb/usb_manager/utils/native/src/
H A Dusb_napi_errors.cpp24 std::optional<std::string_view> GetErrMsgByErrCode(int32_t errCode) in GetErrMsgByErrCode() argument
34 napi_value CreateBusinessError(const napi_env &env, int32_t errCode, const std::string &errMsg) in CreateBusinessError() argument
56 void ThrowBusinessError(const napi_env &env, int32_t errCode, const std::string &errMsg) in ThrowBusinessError() argument
/base/useriam/user_auth_framework/services/context/src/
H A Dui_extension_ability_connection.cpp54 int32_t errCode = remoteObject->SendRequest(IAbilityConnection::ON_ABILITY_CONNECT_DONE, data, reply, option); in OnAbilityConnectDone() local
85 int32_t errCode = extRemoteObject_->SendRequest(IAbilityConnection::ON_REMOTE_STATE_CHANGED, data, reply, in ReleaseUIExtensionComponentInner() local
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Dability_connection_wrapper_proxy.cpp50 int32_t errCode = remote->SendRequest(IAbilityConnection::ON_ABILITY_CONNECT_DONE, data, reply, option); in OnAbilityConnectDone() local
71 int32_t errCode = remote->SendRequest(IAbilityConnection::ON_ABILITY_DISCONNECT_DONE, data, reply, option); in OnAbilityDisconnectDone() local
/foundation/ability/dmsfwk/services/dtbabilitymgr/src/continuation_manager/
H A Ddevice_selection_notifier_proxy.cpp46 int32_t errCode = Remote()->SendRequest(static_cast<uint32_t> in OnDeviceConnect() local
63 int32_t errCode = Remote()->SendRequest(static_cast<uint32_t> in OnDeviceDisconnect() local
/foundation/ability/form_fwk/test/unittest/form_errors_test/
H A Dform_errors_test.cpp63 int errCode = -1; in HWTEST_F() local
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dnative_child_notify_proxy.cpp74 void NativeChildNotifyProxy::OnError(int32_t errCode) in OnError() argument
/foundation/ability/ability_runtime/interfaces/inner_api/quick_fix/src/
H A Dquick_fix_error_utils.cpp78 int32_t QuickFixErrorUtil::GetErrorCode(int32_t errCode) in GetErrorCode() argument
94 std::string QuickFixErrorUtil::GetErrorMessage(int32_t errCode) in GetErrorMessage() argument
/foundation/ability/ability_runtime/test/unittest/quick_fix/quick_fix_error_utils_test/
H A Dquick_fix_error_utils_test.cpp55 int32_t errCode; in HWTEST_F() local
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Duser_callback_stub.cpp27 auto errCode = data.ReadInt32(); in OnStopUserDoneInner() local
35 auto errCode = data.ReadInt32(); in OnStartUserDoneInner() local
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dinsight_intent_executor_mgr.h39 static void TriggerCallbackInner(std::unique_ptr<InsightIntentExecutorAsyncCallback> callback, int32_t errCode) {} in TriggerCallbackInner() argument
/foundation/ability/ability_runtime/test/unittest/child_process_capi_test/
H A Dchild_process_capi_test.cpp49 void ChildProcessCapiTest::OnNativeChildProcessStarted(int errCode, OHIPCRemoteProxy *remoteProxy) in OnNativeChildProcessStarted() argument
/foundation/ability/ability_runtime/interfaces/inner_api/error_utils/src/
H A Dability_runtime_error_util.cpp155 bool AbilityRuntimeErrorUtil::Throw(napi_env env, int32_t errCode, const std::string &errMessage) in Throw() argument
171 bool AbilityRuntimeErrorUtil::ThrowByInternalErrCode(napi_env env, int32_t errCode) in ThrowByInternalErrCode() argument
180 napi_value AbilityRuntimeErrorUtil::CreateErrorByInternalErrCode(napi_env env, int32_t errCode) in CreateErrorByInternalErrCode() argument
190 GetErrMessage(int32_t errCode) GetErrMessage() argument
[all...]
/foundation/bundlemanager/app_domain_verify/test/unittest/mock/src/
H A Dmock_preferences_helper.cpp21 void MockPreferences(std::shared_ptr<Preferences> pre, int errCode) in MockPreferences() argument
30 std::shared_ptr<Preferences> PreferencesHelper::GetPreferences(const Options& options, int& errCode) in GetPreferences() argument
H A Dmock_rdb.cpp31 GetRdbStore( const RdbStoreConfig& config, int version, RdbOpenCallback& openCallback, int& errCode) GetRdbStore() argument
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/package/
H A Dpackage.h35 int32_t errCode = 0; member
/foundation/bundlemanager/app_domain_verify/test/unittest/services/app_domain_verify_rdb_test/
H A Dapp_domain_verify_rdb_open_callback_test.cpp64 int32_t errCode = NativeRdb::E_OK; in HWTEST_F() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbms_key_event_mgr.cpp53 void BmsKeyEventMgr::ProcessMainBundleInstallFailed(const std::string &bundleName, int32_t errCode) in ProcessMainBundleInstallFailed() argument
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_a2dp_sink_observer_stub.cpp43 ErrCode errCode = NO_ERROR; in OnRemoteRequest() local
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dhap_sign_verify.cpp47 uint32_t errCode = static_cast<uint32_t>(errorCode); in SwitchErrorCode() local
[all...]
/foundation/communication/bluetooth/frameworks/cj/access/src/
H A Dbluetooth_access_impl.cpp27 void AccessImpl::EnableBluetooth(int32_t* errCode) in EnableBluetooth() argument
34 void AccessImpl::DisableBluetooth(int32_t* errCode) in DisableBluetooth() argument
41 int32_t AccessImpl::GetState(int32_t* errCode) in GetState() argument

Completed in 8 milliseconds

12345678910>>...71