Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/user_auth_framework/frameworks/js/napi/user_auth/src/
H A Duser_auth_instance_v10.cpp57 std::string msgStr = "Parameter error. The number of parameters should be 1."; in GetEnrolledState() local
150 std::string msgStr = "Parameter error. The type of \"authType\" must be array."; in InitAuthType() local
227 std::string msgStr = "Parameter error. The type of \"reuseMode\" must be number."; in InitReuseUnlockResult() local
456 std::string msgStr = "Parameter error. The number of parameters should be 2"; in On() local
465 std::string msgStr = "Parameter error. The type of \"type\" must be string."; in On() local
484 std::string msgStr = "Parameter error. The value of \"type\" must be \"result\"."; in On() local
504 std::string msgStr = "Parameter error. The number of parameters should be 1 or 2"; in Off() local
513 std::string msgStr = "Parameter error. The type of \"type\" must be string."; in Off() local
536 std::string msgStr = "Parameter error. The value of \"type\" must be \"result\"."; in Off() local
556 std::string msgStr = "Parameter error. The number of parameters should be 0"; in Start() local
[all …]
H A 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
H A Dauth_instance_v9.cpp46 std::string msgStr = "Parameter error. The number of parameters should be 2."; in GetAvailableStatus() local
H A 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
H A Duser_auth_napi_helper.cpp216 std::string msgStr; in GenerateBusinessErrorV9() local
241 std::string msgStr; in GenerateErrorMsg() local
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/udp_negotiation/
H A Dtrans_udp_nego_test.cpp88 char *msgStr = cJSON_PrintUnformatted(requestMsg); in TestGetMsgInfo() local
184 string msgStr = "ProcessMessage"; variable
203 string msgStr = "ProcessMessage"; variable
319 string msgStr = "normal msgStr"; variable
368 string msgStr = "normal msgStr"; variable
891 string msgStr = "normal msgStr"; variable
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/test/unittest/common/
H A Ddfx_tdd_test.cpp738 char *msgStr = MallocStringOf(msg, &len); in DfxTest006() local
764 char *msgStr = MallocStringOf(msg, &len); in DfxTest007() local
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/transport/
H A Ddh_transport_obj.cpp111 std::string msgStr = std::string(msg); in GetCommMsgString() local
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_hichain_test.cpp146 char *msgStr = OnRequest(authSeq, operationCode, reqParams); variable
/ohos5.0/base/useriam/face_auth/frameworks/js/napi/src/
H A Dface_auth_napi.cpp62 std::string msgStr; in GenerateBusinessError() local
/ohos5.0/base/web/webview/interfaces/kits/napi/common/
H A Dnapi_parse_utils.cpp34 std::string msgStr = src->GetString(); in ConvertToNapiHandlerOfString() local
445 std::string msgStr = "This type not support"; in ConvertNWebToNapiValue() local
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/
H A Dtrans_udp_negotiation.c418 char *msgStr = cJSON_PrintUnformatted(replyMsg); in SendUdpInfo() local
746 char *msgStr = cJSON_PrintUnformatted(requestMsg); in StartExchangeUdpInfo() local
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_hichain.c299 char *msgStr = cJSON_PrintUnformatted(msg); in OnRequest() local
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/
H A Ddev_session_v2.c881 char *msgStr = PackJsonToString(msgJson); in SetAuthProtectedMsg() local
/ohos5.0/foundation/arkui/napi/test/unittest/
H A Dtest_napi.cpp4482 constexpr char msgStr[] = "test message"; variable