Home
last modified time | relevance | path

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

/base/useriam/user_auth_framework/frameworks/js/napi/user_auth/src/
Duser_auth_instance_v10.cpp57 std::string msgStr = "Parameter error. The number of parameters should be 1."; in GetEnrolledState() local
131 std::string msgStr = "Parameter error. The type of \"challenge\" must be Uint8Array."; in InitChallenge() local
137 std::string msgStr = "Parameter error. The length of \"challenge\" connot exceed 32."; in InitChallenge() local
150 std::string msgStr = "Parameter error. The type of \"authType\" must be array."; in InitAuthType() local
169 std::string msgStr = "Parameter error. The type of \"authType\" must be number."; in InitAuthType() local
180 std::string msgStr = "Parameter error. The type of \"authType\" must be AuthType."; in InitAuthType() local
195 std::string msgStr = "Parameter error. The type of \"authTrustLevel\" must be number."; in InitAuthTrustLevel() local
202 std::string msgStr = "Parameter error. The type of \"authTrustLevel\" must be number."; in InitAuthTrustLevel() local
220 …std::string msgStr = "Parameter error. \"reuseMode\" is a mandatory parameter and is left unspecif… in InitReuseUnlockResult() local
227 std::string msgStr = "Parameter error. The type of \"reuseMode\" must be number."; in InitReuseUnlockResult() local
[all …]
Duser_auth_widget_mgr_v10.cpp59 std::string msgStr = "Parameter error. The number of parameters should be 1"; in Init() local
68 std::string msgStr = "Parameter error. The type of \"version\" must be number."; in Init() local
113 std::string msgStr = "Parameter error. The number of parameters should be 2"; in On() local
122 std::string msgStr = "Parameter error. The type of \"type\" must be string."; in On() local
128 … std::string msgStr = "Parameter error. The type of \"callback\" must be IAuthWidgetCallback."; in On() local
141 std::string msgStr = "Parameter error. The value of \"type\" must be \"command\"."; in On() local
161 std::string msgStr = "Parameter error. The number of parameters should be 1 or 2"; in Off() local
170 std::string msgStr = "Parameter error. The type of \"type\" must be string."; in Off() local
178 std::string msgStr = "Parameter error. The type of \"callback\" must be IAuthCallback."; in Off() local
193 std::string msgStr = "Parameter error. The value of \"type\" must be \"command\"."; in Off() local
Dauth_instance_v9.cpp46 std::string msgStr = "Parameter error. The number of parameters should be 2."; in GetAvailableStatus() local
Duser_auth_entry.cpp476 std::string msgStr = "Parameter error. The number of parameters should be 2"; in SendNotice() local
486 std::string msgStr = "Parameter error. The type of \"noticeType\" must be NoticeType."; in SendNotice() local
493 …std::string msgStr = "Parameter error. The value of \"noticeType\" must be NoticeType.WIDGET_NOTIC… in SendNotice() local
502 …std::string msgStr = "Parameter error. The value of \"eventData\" for WIDGET_NOTICE must be json s… in SendNotice() local
Duser_auth_napi_helper.cpp216 std::string msgStr; in GenerateBusinessErrorV9() local
241 std::string msgStr; in GenerateErrorMsg() local
/base/useriam/face_auth/frameworks/js/napi/src/
Dface_auth_napi.cpp62 std::string msgStr; in GenerateBusinessError() 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.c883 char *msgStr = PackJsonToString(msgJson); in SetAuthProtectedMsg() local