Home
last modified time | relevance | path

Searched defs:msgStr (Results 1 – 11 of 11) sorted by relevance

/base/useriam/user_auth_framework/frameworks/js/napi/user_auth/src/
Duser_auth_instance_v10.cpp64 std::string msgStr = "Parameter error. The number of parameters should be 1."; in GetEnrolledState() local
139 std::string msgStr = "Parameter error. The type of \"challenge\" must be Uint8Array."; in InitChallenge() local
145 std::string msgStr = "Parameter error. The length of \"challenge\" connot exceed 32."; in InitChallenge() local
158 std::string msgStr = "Parameter error. The type of \"authType\" must be array."; in InitAuthType() local
177 std::string msgStr = "Parameter error. The type of \"authType\" must be number."; in InitAuthType() local
188 std::string msgStr = "Parameter error. The type of \"authType\" must be AuthType."; in InitAuthType() local
203 std::string msgStr = "Parameter error. The type of \"authTrustLevel\" must be number."; in InitAuthTrustLevel() local
210 std::string msgStr = "Parameter error. The type of \"authTrustLevel\" must be number."; in InitAuthTrustLevel() local
228 …std::string msgStr = "Parameter error. \"reuseMode\" is a mandatory parameter and is left unspecif… in InitReuseUnlockResult() local
235 std::string msgStr = "Parameter error. The type of \"reuseMode\" must be number."; in InitReuseUnlockResult() local
[all …]
Duser_auth_widget_mgr_v10.cpp56 std::string msgStr = "Parameter error. The number of parameters should be 1"; in Init() local
65 std::string msgStr = "Parameter error. The type of \"version\" must be number."; in Init() local
110 std::string msgStr = "Parameter error. The number of parameters should be 2"; in On() local
119 std::string msgStr = "Parameter error. The type of \"type\" must be string."; in On() local
125 … std::string msgStr = "Parameter error. The type of \"callback\" must be IAuthWidgetCallback."; in On() local
138 std::string msgStr = "Parameter error. The value of \"type\" must be \"command\"."; in On() local
158 std::string msgStr = "Parameter error. The number of parameters should be 1 or 2"; in Off() local
167 std::string msgStr = "Parameter error. The type of \"type\" must be string."; in Off() local
175 std::string msgStr = "Parameter error. The type of \"callback\" must be IAuthCallback."; in Off() local
190 std::string msgStr = "Parameter error. The value of \"type\" must be \"command\"."; in Off() local
Duser_auth_entry.cpp475 std::string msgStr = "Parameter error. The number of parameters should be 2"; in SendNotice() local
485 std::string msgStr = "Parameter error. The type of \"noticeType\" must be NoticeType."; in SendNotice() local
492 …std::string msgStr = "Parameter error. The value of \"noticeType\" must be NoticeType.WIDGET_NOTIC… in SendNotice() local
501 …std::string msgStr = "Parameter error. The value of \"eventData\" for WIDGET_NOTICE must be json s… in SendNotice() local
Dauth_instance_v9.cpp46 std::string msgStr = "Parameter error. The number of parameters should be 2."; in GetAvailableStatus() local
Duser_auth_napi_helper.cpp191 std::string msgStr; in GenerateBusinessErrorV9() local
216 std::string msgStr; in GenerateErrorMsg() local
/base/useriam/user_auth_framework/frameworks/js/napi/user_access_ctrl/src/
Duser_access_ctrl_instance_v16.cpp41 std::string msgStr = "Parameter error. The number of parameters should be 2."; in VerifyAuthToken() local
59 std::string msgStr = "Parameter error. The length of \"tokenIn\" cannot exceed 1024."; in VerifyAuthToken() local
67 std::string msgStr = "Parameter error. The type of \"allowableDuration\" must be number."; in VerifyAuthToken() local
75 …std::string msgStr = "Parameter error. The range of \"allowableDuration\" must be between 0 and 86… in VerifyAuthToken() local
/base/useriam/face_auth/frameworks/js/napi/src/
Dface_auth_napi.cpp62 std::string msgStr; in GenerateBusinessError() local
/base/web/webview/interfaces/kits/cj/src/
Dwebview_message_ffi.cpp191 std::string msgStr = data->GetString(); in FfiOHOSWebMessageExtImplGetString() local
609 std::string msgStr = data->GetString(); in FfiOHOSJsMessageExtImplGetString() local
Dwebview_controller_impl.cpp111 std::string msgStr = result->GetString(); in OnReceiveValue() local
/base/web/webview/interfaces/kits/napi/common/
Dnapi_parse_utils.cpp34 std::string msgStr = src->GetString(); in ConvertToNapiHandlerOfString() local
445 std::string msgStr = "This type not support"; in ConvertNWebToNapiValue() local
/base/security/device_auth/services/session_manager/src/session/v2/
Ddev_session_v2.c706 char *msgStr = PackJsonToString(msgJson); in SetAuthProtectedMsg() local