Home
last modified time | relevance | path

Searched defs:errMsg (Results 1 – 25 of 104) sorted by relevance

12345

/base/account/os_account/interfaces/kits/napi/account_iam/src/
Dnapi_account_iam_user_auth.cpp75 std::string errMsg = "Parameter error. The number of parameters should be at least 2"; in GetAvailableStatus() local
82 std::string errMsg = "Parameter error. The type of \"authType\" must be number"; in GetAvailableStatus() local
90 std::string errMsg = "Parameter error. The type of \"authTrustLevel\" must be number"; in GetAvailableStatus() local
121 std::string errMsg = "Parameter error. The number of parameters should be at least 1"; in ParseContextForGetSetProperty() local
137 … std::string errMsg = "Parameter error. The type of \"request\" must be GetPropertyRequest"; in ParseContextForGetSetProperty() local
144 … std::string errMsg = "Parameter error. The type of \"request\" must be SetPropertyRequest"; in ParseContextForGetSetProperty() local
229 std::string errMsg = "Parameter error. The type of \"remoteAuthOptions\" must be object"; in ParseContextForRemoteAuthOptions() local
236 std::string errMsg = "Parameter error. The type of \"verifierNetworkId\" must be string"; in ParseContextForRemoteAuthOptions() local
243 std::string errMsg = "Parameter error. The type of \"collectorNetworkId\" must be string"; in ParseContextForRemoteAuthOptions() local
251 std::string errMsg = "Parameter error. The type of \"collectorTokenId\" must be number"; in ParseContextForRemoteAuthOptions() local
[all …]
Dnapi_account_iam_inputer_manager.cpp57 std::string errMsg = "Parameter error. The number of parameters should be at least 2"; in ParseContextForRegisterInputer() local
63 std::string errMsg = "Parameter error. The type of \"authType\" must be AuthType"; in ParseContextForRegisterInputer() local
71 std::string errMsg = "Parameter error. The type of \"inputer\" must be IInputer"; in ParseContextForRegisterInputer() local
79 std::string errMsg = "Parameter error. The type of \"inputer\" must be IInputer"; in ParseContextForRegisterInputer() local
110 std::string errMsg = "Parameter error. The number of parameters should be at least 1"; in UnregisterInputer() local
117 std::string errMsg = "Parameter error. The type of \"authType\" must be AuthType"; in UnregisterInputer() local
Dnapi_account_iam_identity_manager.cpp69 std::string errMsg = "Parameter error. The type of arg 1 must be function or number"; in ParseContextForOpenSession() local
85 std::string errMsg = "Parameter error. The type of \"accountId\" must be number"; in ParseContextForCloseSession() local
145 std::string errMsg = "Parameter error. The number of parameters should be 2"; in ParseContextForUpdateCredential() local
150 … std::string errMsg = "Parameter error. The type of \"credentialInfo\" must be CredentialInfo"; in ParseContextForUpdateCredential() local
156 std::string errMsg = "Parameter error. The type of \"callback\" must be function"; in ParseContextForUpdateCredential() local
245 std::string errMsg = "Parameter error. The number of parameters should be 1"; in Cancel() local
253 std::string errMsg = "Parameter error. The type of \"challenge\" must be Uint8Array"; in Cancel() local
275 std::string errMsg = "Parameter error. The number of parameters should be 2"; in ParseContextForDelUser() local
280 std::string errMsg = "Parameter error. The type of \"token\" must be Uint8Array"; in ParseContextForDelUser() local
286 std::string errMsg = "Parameter error. The type of \"callback\" must be function"; in ParseContextForDelUser() local
[all …]
Dnapi_account_iam_pin_auth.cpp58 std::string errMsg = "Parameter error. The number of parameters should be at least 1"; in ParseContextForRegisterInputer() local
71 std::string errMsg = "Parameter error. The type of \"inputer\" must be function or object"; in ParseContextForRegisterInputer() local
/base/global/resource_management/dfx/hisysevent_adapter/
Dhisysevent_adapter.cpp24 void ReportInitResourceManagerFail(const std::string& bundleName, const std::string& errMsg) in ReportInitResourceManagerFail()
36 void ReportGetResourceByIdFail(int32_t resId, const std::string& result, const std::string& errMsg) in ReportGetResourceByIdFail()
50 …esourceByNameFail(const std::string& resName, const std::string& result, const std::string& errMsg) in ReportGetResourceByNameFail()
64 void ReportAddResourcePathFail(const char* resourcePath, const std::string& errMsg) in ReportAddResourcePathFail()
/base/hiviewdfx/hilog/test/unittest/common/
Dhilogtool_test.cpp175 std::string errMsg = ErrorCode2Str(ERR_LOG_LEVEL_INVALID) + "\n"; variable
200 std::string errMsg = ErrorCode2Str(ERR_INVALID_DOMAIN_STR) + "\n"; variable
225 std::string errMsg = ErrorCode2Str(ERR_TAG_STR_TOO_LONG) + "\n"; variable
257 std::string errMsg = ErrorCode2Str(ERR_INVALID_SIZE_STR) + "\n"; variable
305 std::string errMsg = ErrorCode2Str(ERR_INVALID_ARGUMENT) + "\n"; variable
334 std::string errMsg = ErrorCode2Str(ERR_INVALID_ARGUMENT) + "\n"; variable
376 std::string errMsg = ErrorCode2Str(ERR_INVALID_ARGUMENT) + "\n"; variable
401 std::string errMsg = ErrorCode2Str(ERR_NOT_NUMBER_STR) + "\n"; variable
471 std::string errMsg = ErrorCode2Str(ERR_LOG_TYPE_INVALID) + "\n"; variable
520 std::string errMsg = ErrorCode2Str(ERR_INVALID_ARGUMENT) + "\n"; variable
[all …]
/base/account/os_account/interfaces/kits/napi/distributedaccount/src/
Dnapi_distributed_account.cpp88 std::string errMsg = "Parameter error. The type of \"callback\" must be function"; in ParseQueryOhosAccountInfoAsyncContext() local
100 … std::string errMsg = "Parameter error. The type of " + PROPERTY_KEY_NAME + " must be string"; in GetAccountInfo() local
106 std::string errMsg = "Parameter error. The type of " + PROPERTY_KEY_ID + " must be string"; in GetAccountInfo() local
112 … std::string errMsg = "Parameter error. The type of " + PROPERTY_KEY_NICKNAME + " must be string"; in GetAccountInfo() local
118 … std::string errMsg = "Parameter error. The type of " + PROPERTY_KEY_AVATAR + " must be string"; in GetAccountInfo() local
135 … std::string errMsg = "Parameter error. The type of " + PROPERTY_KEY_SCALABLE + " must be object"; in GetAccountInfo() local
151 std::string errMsg = "Parameter error. The type of \"accountInfo\" must be DistributedInfo"; in ParseInfoAndEvent() local
160 … std::string errMsg = "Parameter error. The type of " + PROPERTY_KEY_EVENT + " must be string"; in ParseInfoAndEvent() local
175 std::string errMsg = "Parameter error. The number of parameters should be at least 1"; in ParseUpdateOhosAccountInfoAsyncContext() local
182 std::string errMsg = "Parameter error. The type of \"callback\" must be function"; in ParseUpdateOhosAccountInfoAsyncContext() local
[all …]
/base/account/os_account/interfaces/kits/napi/osaccount/src/
Dnapi_os_account_common.cpp86 std::string errMsg = "Parameter error. The type of \"callback\" must be function"; in ParseOneParaContext() local
103 std::string errMsg = "Parameter error. The type of \"callback\" must be function"; in ParseCallbackAndId() local
110 std::string errMsg = "Parameter error. The type of \"localId\" must be number"; in ParseCallbackAndId() local
125 std::string errMsg = "The number of parameters should be at least 1"; in ParseParaDeactivateOA() local
131 std::string errMsg = "The type of first arg must be number"; in ParseParaDeactivateOA() local
360 std::string errMsg = "The type of arg " + std::to_string(argc) + " must be function"; in ParseParaSetOAName() local
368 std::string errMsg = "The type of arg 1 must be number"; in ParseParaSetOAName() local
374 std::string errMsg = "The type of arg 2 must be string"; in ParseParaSetOAName() local
417 std::string errMsg = "The type of arg " + std::to_string(argc) + " must be function"; in ParseParaSetOAConstraints() local
426 std::string errMsg = "The type of arg 1 must be number"; in ParseParaSetOAConstraints() local
[all …]
/base/usb/usb_manager/utils/native/include/
Dusb_napi_errors.h45 #define USB_ASSERT_BASE(env, assertion, errCode, errMsg, retVal) \ argument
55 #define USB_ASSERT(env, assertion, errCode, errMsg) USB_ASSERT_BASE(env, assertion, errCode, errMsg… argument
56 #define USB_ASSERT_RETURN_VOID(env, assertion, errCode, errMsg) \ argument
58 #define USB_ASSERT_RETURN_FALSE(env, assertion, errCode, errMsg) USB_ASSERT_BASE(env, assertion, er… argument
59 #define USB_ASSERT_RETURN_UNDEF(env, assertion, errCode, errMsg) \ argument
/base/update/updater/services/ui/view/page/
Dview_proxy.h49 T *As(std::string &errMsg) const in As()
64 T *As(std::string &errMsg) const in As()
/base/msdp/device_status/utils/common/src/
Dutil_napi_error.cpp49 std::string errMsg; in HandleExecuteResult() local
58 std::string errMsg; in HandleExecuteResult() local
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
Dnapi_hiappevent_config.cpp48 std::string errMsg = NapiUtil::CreateErrMsg(key, CONFIG_OPTION_MAP.at(key)); in Configure() local
53 std::string errMsg = "Invalid max storage quota value."; in Configure() local
Dnapi_param_builder.cpp59 std::string errMsg = NapiUtil::CreateErrMsg("param value", PARAM_VALUE_TYPE); in AddArrayParam2EventPack() local
82 std::string errMsg = NapiUtil::CreateErrMsg("param value", PARAM_VALUE_TYPE); in AddParams2EventPack() local
/base/account/os_account/dfx/hisysevent_adapter/
Daccount_hisysevent_adapter.cpp29 void ReportServiceStartFail(int32_t errCode, const std::string& errMsg) in ReportServiceStartFail()
64 int32_t id, const std::string& operationStr, int32_t errCode, const std::string& errMsg) in ReportOsAccountOperationFail()
86 int32_t userId, const std::string& operationStr, int32_t errCode, const std::string& errMsg) in ReportOhosAccountOperationFail()
108 int32_t errCode, const std::string& errMsg) in ReportAppAccountOperationFail()
/base/usb/usb_manager/utils/native/src/
Dusb_napi_errors.cpp34 napi_value CreateBusinessError(const napi_env &env, int32_t errCode, const std::string &errMsg) in CreateBusinessError()
56 void ThrowBusinessError(const napi_env &env, int32_t errCode, const std::string &errMsg) in ThrowBusinessError()
/base/security/access_token/interfaces/kits/napi/common/src/
Dnapi_error.cpp56 std::string errMsg = "Unknown error, errCode + " + std::to_string(errCode) + "."; in GetErrorMessage() local
60 napi_value GenerateBusinessError(napi_env env, int32_t errCode, const std::string& errMsg) in GenerateBusinessError()
/base/account/os_account/interfaces/kits/napi/domain_account/src/
Dnapi_domain_account_manager.cpp200 std::string errMsg = "Parameter error. The number of parameters should be at least 2"; in ParseParamForUpdateAccountToken() local
207 std::string errMsg = "Parameter error. The type of \"callback\" must be function"; in ParseParamForUpdateAccountToken() local
214 …std::string errMsg = "Parameter error. The type of \"domainAccountInfo\" must be DomainAccountInfo… in ParseParamForUpdateAccountToken() local
220 std::string errMsg = "Parameter error. The type of \"token\" must be Uint8Array"; in ParseParamForUpdateAccountToken() local
235 std::string errMsg = "Parameter error. The number of parameters should be at least 1"; in ParseParamForIsAuthenticationExpired() local
241 …std::string errMsg = "Parameter error. The type of \"domainAccountInfo\" must be DomainAccountInfo… in ParseParamForIsAuthenticationExpired() local
269 std::string errMsg = "Parameter error. The number of parameters should be at least 1"; in ParseParamForGetAccessToken() local
278 std::string errMsg = "Parameter error. The type of \"callback\" must be function"; in ParseParamForGetAccessToken() local
284 std::string errMsg = "Parameter error. The type of \"businessParams\" must be Record"; in ParseParamForGetAccessToken() local
988 std::string errMsg = "Parameter error. The type of \"plugin\" must be DomainPlugin"; in RegisterPlugin() local
[all …]
/base/location/frameworks/js/napi/source/
Dlocation_napi_errcode.cpp26 std::string errMsg = GetErrorMsgByCode(errCode); in HandleSyncErrCode() local
/base/security/security_guard/test/fuzztest/ipc/datacollectmanager_fuzzer/
Ddata_collect_manager_fuzzer.cpp115 const std::string &errMsg) -> int32_t { in OnRemoteRequestRequest()
139 const std::string &errMsg) -> int32_t { in OnRemoteSubscribeRequest()
152 const std::string &errMsg) -> int32_t { in OnRemoteUnsubscribeRequest()
176 const std::string &errMsg) -> int32_t { in OnRemoteSecurityEventQuery()
200 const std::string &errMsg) -> int32_t { in OnRemoteStart()
224 const std::string &errMsg) -> int32_t { in OnRemoteStop()
/base/security/security_guard/frameworks/js/napi/
Dsecurity_guard_napi.cpp152 napi_value errMsg = NapiCreateString(env, errMsgStr); in GenerateBusinessError() local
170 napi_value errMsg = NapiCreateString(env, msg); in GenerateBusinessError() local
489 std::string errMsg = "Parameter error. type of param ModelRule is not object."; in ParseModelRule() local
497 std::string errMsg = "Parameter error. type of param ModelRule.modelName is not string."; in ParseModelRule() local
943 std::string errMsg = "Parameter error. type of param AuditEventInfo is not object."; in ParseAuditEventInfo() local
950 std::string errMsg = "Parameter error. type of param AuditEventInfo.eventId is not number."; in ParseAuditEventInfo() local
963 std::string errMsg = "Parameter error. The param of type must be securityEventOccur."; in ParseSubscribeForEventOccur() local
984 std::string errMsg = "Parameter error. The parameters number must be three"; in ParseSubscribeParam() local
990 …std::string errMsg = "Parameter error. The type of arg " + std::to_string(argc) + " must be functi… in ParseSubscribeParam() local
997 std::string errMsg = "The type of arg 1 must be string"; in ParseSubscribeParam() local
[all …]
/base/theme/screenlock_mgr/frameworks/js/napi/src/
Dnapi_screenlock_ability.cpp274 std::string errMsg = "Parameter error. The type of \"callback\" must be function"; in NAPI_Lock() local
366 std::string errMsg = "Parameter error. The type of \"callback\" must be function"; in NAPI_Unlock() local
433 std::string errMsg = "Parameter error. The number of parameters should 1"; in NAPI_OnSystemEvent() local
438 std::string errMsg = "Parameter error. The type of \"callback\" must be function"; in NAPI_OnSystemEvent() local
469 std::string errMsg = "Parameter error. The number of parameters should 2"; in NAPI_ScreenLockSendEvent() local
474 std::string errMsg = "Parameter error. The type of \"event\" must be string"; in NAPI_ScreenLockSendEvent() local
527 std::string errMsg = "Parameter error. The number of parameters should 1"; in NAPI_IsScreenLockDisabled() local
532 std::string errMsg = "Parameter error. The type of \"userId\" must be number"; in NAPI_IsScreenLockDisabled() local
557 std::string errMsg = "Parameter error. The number of parameters should be at least 2"; in NAPI_SetScreenLockDisabled() local
562 std::string errMsg = "Parameter error. The type of \"disable\" must be boolean"; in NAPI_SetScreenLockDisabled() local
[all …]
/base/update/updater/test/unittest/test_data/src/
DpackageInfos.json3 "errMsg": "", string
/base/security/security_guard/interfaces/inner_api/data_collect_manager/src/
Ddata_collect_manager_callback_service.cpp27 const std::string& errMsg) in ResponseRiskData()
Ddata_collect_manager_callback_stub.cpp41 std::string errMsg = data.ReadString(); in OnRemoteRequest() local
/base/security/security_guard/services/data_collect/sa/
Ddata_collect_manager_callback_proxy.cpp27 uint32_t status, const std::string& errMsg) in ResponseRiskData()

12345