Home
last modified time | relevance | path

Searched defs:errInfo (Results 1 - 23 of 23) sorted by relevance

/foundation/arkui/napi/module_manager/test/unittest/module_manager_test/
H A Dmodule_manager_test.cpp62 std::string errInfo = ""; in HWTEST_F() local
87 std::string errInfo = ""; in HWTEST_F() local
111 std::string errInfo = ""; in HWTEST_F() local
139 std::string errInfo = ""; in HWTEST_F() local
165 std::string errInfo = ""; HWTEST_F() local
290 std::string errInfo = ""; HWTEST_F() local
430 std::string errInfo = ""; HWTEST_F() local
[all...]
/foundation/CastEngine/castengine_wifi_display/frameworks/innerkitsimpl/native/wfd/
H A Dwifi_display.cpp213 CastErrorInfo errInfo; in OnInfo() local
243 CastErrorInfo errInfo; in OnInfo() local
/foundation/arkui/ace_engine/interfaces/napi/kits/component_test/
H A Djs_component_test_utils.cpp66 napi_value CreateBusinessError(napi_env env, const ErrInfo& errInfo) in CreateBusinessError() argument
/foundation/arkui/napi/module_manager/test/mock/src/
H A Dmock_native_module_manager.cpp57 FindNativeModuleByDisk(const char* moduleName, const char* path, const char* relativePath, bool internal, const bool isAppModule, std::string& errInfo, char nativeModulePath[][NAPI_PATH_MAX], NativeModule* cacheNativeModule) FindNativeModuleByDisk() argument
65 LoadModuleLibrary(std::string &moduleKey, const char* path, const char* pathKey, const bool isAppModule, std::string& errInfo, uint32_t& errReason) LoadModuleLibrary() argument
/foundation/arkui/ace_engine/frameworks/component_test/core/
H A Dcomponent_test_tester_impl.cpp170 PressImpl(float x, float y, ErrInfo& errInfo, uint32_t duration) const PressImpl() argument
[all...]
H A Dcomponent_test_component_impl.cpp80 void ComponentTestComponentImpl::PressImpl(ErrInfo& errInfo, uint32_t duration) const in PressImpl() argument
[all...]
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/
H A Dtrans_proxy_message_test.cpp515 ConnectionInfo errInfo; in HWTEST_F() local
H A Dsoftbus_proxychannel_message_test.cpp555 ConnectionInfo errInfo; in HWTEST_F() local
/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/
H A Dsub_ext_extension.cpp289 std::string errInfo; in OnRestoreCallback() local
331 std::string errInfo; in OnRestoreExCallback() local
[all...]
/foundation/filemanagement/app_file_service/interfaces/kits/js/backup/
H A Dsession_restore_n_exporter.cpp61 std::tuple<uint32_t, std::string> errInfo = std::make_tuple(errCode, "system errno: " + to_string(sysErrno)); in OnFileReadySheet() local
117 std::tuple<uint32_t, std::string> errInfo = std::make_tuple(errCode, errMsg); in onBundleBegin() local
163 std::tuple<uint32_t, std::string> errInfo = std::make_tuple(errCode, errMsg); onBundleEnd() local
208 std::tuple<uint32_t, std::string> errInfo = std::make_tuple(errCode, errMsg); onAllBundlesEnd() local
[all...]
H A Dsession_incremental_backup_n_exporter.cpp59 std::tuple<uint32_t, std::string> errInfo = std::make_tuple(errCode, "system errno: " + to_string(sysErrno)); in OnFileReady() local
115 std::tuple<uint32_t, std::string> errInfo = std::make_tuple(errCode, errMsg); in onBundleBegin() local
161 std::tuple<uint32_t, std::string> errInfo = std::make_tuple(errCode, errMsg); onBundleEnd() local
206 std::tuple<uint32_t, std::string> errInfo = std::make_tuple(errCode, errMsg); onAllBundlesEnd() local
[all...]
H A Dsession_backup_n_exporter.cpp57 std::tuple<uint32_t, std::string> errInfo = std::make_tuple(errCode, errMsg); in OnFileReady() local
111 std::tuple<uint32_t, std::string> errInfo = std::make_tuple(errCode, errMsg); in onBundleBegin() local
157 std::tuple<uint32_t, std::string> errInfo = std::make_tuple(errCode, errMsg); onBundleEnd() local
202 std::tuple<uint32_t, std::string> errInfo = std::make_tuple(errCode, errMsg); onAllBundlesEnd() local
[all...]
/foundation/filemanagement/app_file_service/utils/src/b_jsonutil/
H A Db_jsonutil.cpp283 cJSON *errInfo = cJSON_CreateObject(); in BuildExtensionErrInfo() local
/foundation/ability/dmsfwk/interfaces/kits/napi/continuation_manager/
H A Djs_continuation_manager.cpp206 std::string errInfo = GetErrorInforForRegisterContination(env, info, unwrapArgc, continuationExtraParams); in OnRegisterContinuation() local
296 std::string errInfo = [this, &env, &argc, argv, &token]() -> std::string { in OnUnregisterContinuation() local
368 std::string errInfo = OnRegisterDeviceSelectionCallbackParameterCheck(env, info, cbType, token, &jsListenerObj); in OnRegisterDeviceSelectionCallback() local
415 std::string errInfo = [this, &env, &info, &cbType, &token, &errCode]() -> std::string { OnUnregisterDeviceSelectionCallback() local
559 std::string errInfo = GetErrorInfo(env, info, token, deviceId, deviceConnectStatus); OnUpdateContinuationState() local
697 std::string errInfo = GetErrorForStartContinuation(env, info, token, argc, continuationExtraParams); OnStartContinuationDeviceManager() local
[all...]
/foundation/ability/form_fwk/frameworks/js/napi/formUtil/
H A Dnapi_form_util.cpp345 napi_value errInfo = nullptr; in InnerCreatePromiseRetMsg() local
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_base_utils.cpp126 JsErrorObject errInfo; in GenerateJsErrorObject() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/
H A Daot_handler.cpp406 std::string errInfo = bundleName + " GetBundleInfo failed"; in HandleCopyAp() local
/foundation/arkui/ace_engine_lite/frameworks/native_engine/jsi/
H A Djsi.cpp1152 JSIValue errInfo = CreateString(errDesc); in FailCallback() local
/foundation/arkui/napi/module_manager/
H A Dnative_module_manager.cpp537 LoadNativeModule(const char* moduleName, const char* path, bool isAppModule, std::string& errInfo, bool internal, const char* relativePath) LoadNativeModule() argument
863 LoadModuleLibrary(std::string& moduleKey, const char* path, const char* pathKey, const bool isAppModule, std::string& errInfo, uint32_t& errReason) LoadModuleLibrary() argument
982 FindNativeModuleByDisk(const char* moduleName, const char* path, const char* relativePath, bool internal, const bool isAppModule, std::string& errInfo, char nativeModulePath[][NAPI_PATH_MAX], NativeModule* cacheNativeModule) FindNativeModuleByDisk() argument
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avdtp/
H A Davdtp_api.c2059 void AVDT_Rej(uint16_t handle, const BtAddr *bdAddr, uint8_t cmd, uint8_t transLabel, AvdtRejErrInfo errInfo) in AVDT_Rej() argument
/foundation/ability/ability_runtime/frameworks/js/napi/mission_manager/
H A Ddistributed_mission_manager.cpp134 SetStartSyncMissionsContext(const napi_env &env, const napi_value &value, SyncRemoteMissionsContext* context, std::string &errInfo) SetStartSyncMissionsContext() argument
185 SetSyncRemoteMissionsContext(const napi_env &env, const napi_value &value, bool isStart, SyncRemoteMissionsContext* context, std::string &errInfo) SetSyncRemoteMissionsContext() argument
237 ProcessSyncInput(napi_env &env, napi_callback_info info, bool isStart, SyncRemoteMissionsContext* syncContext, std::string &errInfo) ProcessSyncInput() argument
317 std::string errInfo = "Parameter error"; NAPI_StartSyncRemoteMissions() local
389 std::string errInfo = "Parameter error"; NAPI_StopSyncRemoteMissions() local
554 CheckMissionCallbackProperty(napi_env &env, const napi_value &value, std::string &errInfo) CheckMissionCallbackProperty() argument
572 SetCallbackReference(napi_env &env, const napi_value &value, RegisterMissionCB *registerMissionCB, std::string &errInfo) SetCallbackReference() argument
625 CreateCallbackReference(napi_env &env, const napi_value &value, RegisterMissionCB *registerMissionCB, std::string &errInfo) CreateCallbackReference() argument
645 CreateOnCallbackReference(napi_env &env, const napi_value &jsMethod, OnCB *onCB, std::string &errInfo) CreateOnCallbackReference() argument
664 RegisterMissionWrapDeviceId(napi_env &env, napi_value &argc, RegisterMissionCB *registerMissionCB, std::string &errInfo) RegisterMissionWrapDeviceId() argument
703 OnWrapType(napi_env &env, napi_value &argc, OnCB *onCB, std::string &errInfo) OnWrapType() argument
723 RegisterMissionWrap(napi_env &env, napi_callback_info info, RegisterMissionCB *registerMissionCB, std::string &errInfo) RegisterMissionWrap() argument
803 OnWrap(napi_env &env, napi_callback_info info, OnCB *onCB, std::string &errInfo) OnWrap() argument
864 OffWrap(napi_env &env, napi_callback_info info, OnCB *onCB, std::string &errInfo) OffWrap() argument
900 std::string errInfo = "Parameter error"; NAPI_RegisterMissionListener() local
923 std::string errInfo = "Parameter error"; NAPI_NotifyToOn() local
946 std::string errInfo = "Parameter error"; NAPI_NotifyToOff() local
1436 GetUnRegisterMissionDeviceId(napi_env &env, const napi_value &value, RegisterMissionCB *registerMissionCB, std::string &errInfo) GetUnRegisterMissionDeviceId() argument
1478 UnRegisterMissionWrap(napi_env &env, napi_callback_info info, RegisterMissionCB *registerMissionCB, std::string &errInfo) UnRegisterMissionWrap() argument
1517 std::string errInfo = "Parameter error"; NAPI_UnRegisterMissionListener() local
1708 CheckContinueDeviceInfoSrcDeviceId(napi_env &env, napi_value &napiSrcDeviceId, ContinueAbilityCB *continueAbilityCB, std::string &errInfo) CheckContinueDeviceInfoSrcDeviceId() argument
1722 CheckContinueDeviceInfoDstDeviceId(napi_env &env, napi_value &napiDstDeviceId, ContinueAbilityCB *continueAbilityCB, std::string &errInfo) CheckContinueDeviceInfoDstDeviceId() argument
1736 CheckContinueDeviceInfoMissionId(napi_env &env, napi_value &napiMissionId, ContinueAbilityCB *continueAbilityCB, std::string &errInfo) CheckContinueDeviceInfoMissionId() argument
1750 CheckContinueDeviceInfoBundleName(napi_env &env, napi_value &napiBundleName, ContinueAbilityCB *continueAbilityCB, std::string &errInfo) CheckContinueDeviceInfoBundleName() argument
1764 CheckContinueDeviceInfoSrcBundleName(napi_env &env, napi_value &napiSrcBundleName, ContinueAbilityCB *continueAbilityCB, std::string &errInfo) CheckContinueDeviceInfoSrcBundleName() argument
1778 CheckContinueDeviceInfoContinueType(napi_env &env, napi_value &napiContinueType, ContinueAbilityCB *continueAbilityCB, std::string &errInfo) CheckContinueDeviceInfoContinueType() argument
1792 CheckContinueDeviceInfoWantParam(napi_env &env, napi_value &napiWantParam, ContinueAbilityCB *continueAbilityCB, std::string &errInfo) CheckContinueDeviceInfoWantParam() argument
1810 CheckContinueFirstArgs(napi_env &env, const napi_value &value, ContinueAbilityCB *continueAbilityCB, std::string &errInfo) CheckContinueFirstArgs() argument
1851 CheckArgsWithBundleName(napi_env &env, const napi_value &value, ContinueAbilityCB *continueAbilityCB, std::string &errInfo) CheckArgsWithBundleName() argument
1890 CheckContinueCallback(napi_env &env, const napi_value &value, ContinueAbilityCB *continueAbilityCB, std::string &errInfo) CheckContinueCallback() argument
1926 CheckContinueCallbackWithBundleName(napi_env &env, const napi_value &value, ContinueAbilityCB *continueAbilityCB, std::string &errInfo) CheckContinueCallbackWithBundleName() argument
1942 ContinueAbilityWrap(napi_env &env, napi_callback_info info, ContinueAbilityCB *continueAbilityCB, std::string &errInfo) ContinueAbilityWrap() argument
2001 std::string errInfo = "Parameter error"; NAPI_ContinueAbility() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_search.cpp574 auto errInfo = info[1]; in SetInputFilter() local
/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_native_engine.cpp992 std::string errInfo in GetModuleFromName() local
1045 std::string errInfo = ""; LoadModuleByName() local
[all...]

Completed in 35 milliseconds