Home
last modified time | relevance | path

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

/base/useriam/user_auth_framework/frameworks/js/napi/user_auth/src/
Duser_auth_param_utils.cpp66 std::string msgStr = "Parameter error. The type of \"challenge\" must be Uint8Array."; in InitChallenge() local
72 std::string msgStr = "Parameter error. The length of \"challenge\" connot exceed 32."; in InitChallenge() local
85 std::string msgStr = "Parameter error. The type of \"authType\" must be array."; in InitAuthType() local
104 std::string msgStr = "Parameter error. The type of \"authType\" must be number."; in InitAuthType() local
115 std::string msgStr = "Parameter error. The type of \"authType\" must be AuthType."; in InitAuthType() local
130 std::string msgStr = "Parameter error. The type of \"authTrustLevel\" must be number."; in InitAuthTrustLevel() local
137 std::string msgStr = "Parameter error. The type of \"authTrustLevel\" must be number."; in InitAuthTrustLevel() local
155 …std::string msgStr = "Parameter error. \"reuseMode\" is a mandatory parameter and is left unspecif… in InitReuseUnlockResult() local
162 std::string msgStr = "Parameter error. The type of \"reuseMode\" must be number."; in InitReuseUnlockResult() local
168 …std::string msgStr = "Parameter error. \"reuseDuration\" is a mandatory parameter and is left unsp… in InitReuseUnlockResult() local
[all …]
Duser_auth_widget_mgr_v10.cpp57 std::string msgStr = "Parameter error. The number of parameters should be 1"; in Init() local
66 std::string msgStr = "Parameter error. The type of \"version\" must be number."; in Init() local
111 std::string msgStr = "Parameter error. The number of parameters should be 2"; in On() local
120 std::string msgStr = "Parameter error. The type of \"type\" must be string."; in On() local
126 … std::string msgStr = "Parameter error. The type of \"callback\" must be IAuthWidgetCallback."; in On() local
139 std::string msgStr = "Parameter error. The value of \"type\" must be \"command\"."; in On() local
159 std::string msgStr = "Parameter error. The number of parameters should be 1 or 2"; in Off() local
168 std::string msgStr = "Parameter error. The type of \"type\" must be string."; in Off() local
176 std::string msgStr = "Parameter error. The type of \"callback\" must be IAuthCallback."; in Off() local
191 std::string msgStr = "Parameter error. The value of \"type\" must be \"command\"."; in Off() local
Duser_auth_instance_v10.cpp73 … std::string msgStr = "Invalid authentication parameters. The number of parameters should be 2"; in Init() local
192 std::string msgStr = "Parameter error. The number of parameters should be 2"; in On() local
201 std::string msgStr = "Parameter error. The type of \"type\" must be string."; in On() local
210 std::string msgStr = "Parameter error. The value of \"type\" must be \"result\"."; in On() local
230 std::string msgStr = "Parameter error. The number of parameters should be 1 or 2"; in Off() local
239 std::string msgStr = "Parameter error. The type of \"type\" must be string."; in Off() local
249 std::string msgStr = "Parameter error. The value of \"type\" must be \"result\"."; in Off() local
269 std::string msgStr = "Parameter error. The number of parameters should be 0"; in Start() local
299 std::string msgStr = "Parameter error. The number of parameters should be 0"; in Cancel() local
Duser_auth_impl.cpp288 std::string msgStr = "Parameter error. The number of parameters should be 1."; in GetEnrolledState() local
366 std::string msgStr = "Parameter error. The number of parameters should be 1."; in ParseReusableAuthResultParam() local
Duser_auth_entry.cpp487 std::string msgStr = "Parameter error. The number of parameters should be 2"; in SendNotice() local
497 std::string msgStr = "Parameter error. The type of \"noticeType\" must be NoticeType."; in SendNotice() local
503 …std::string msgStr = "Parameter error. The value of \"noticeType\" must be NoticeType.WIDGET_NOTIC… in SendNotice() local
512 …std::string msgStr = "Parameter error. The value of \"eventData\" for WIDGET_NOTICE must be json s… in SendNotice() local
Dauth_instance_v9.cpp48 std::string msgStr = "Parameter error. The number of parameters should be 2."; in GetAvailableStatusInner() local
Duser_auth_napi_helper.cpp145 std::string msgStr; in GenerateBusinessErrorV9() local
170 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/user_auth_framework/frameworks/ets/ani/user_auth/src/
Duser_auth_ani_helper.cpp61 std::string msgStr; in ThrowBusinessError() local
Duser_auth_instance_v10.cpp226 std::string msgStr = "Parameter error. The length of \"title\" connot exceed 500."; in InitTitle() 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
608 std::string msgStr = data->GetString(); in FfiOHOSJsMessageExtImplGetString() local
Dwebview_controller_impl.cpp112 std::string msgStr = result->GetString(); in OnReceiveValue() local
/base/web/webview/interfaces/kits/ani/webview/native/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/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.c708 char *msgStr = PackJsonToString(msgJson); in SetAuthProtectedMsg() local