Home
last modified time | relevance | path

Searched defs:msgStr (Results 1 - 22 of 22) sorted by relevance

/third_party/vk-gl-cts/framework/opengl/
H A DgluDefs.cpp74 std::ostringstream msgStr; in checkError() local
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/transport/
H A Ddh_transport_obj.cpp111 std::string msgStr = std::string(msg); in GetCommMsgString() local
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkDefs.cpp98 std::ostringstream msgStr; in checkResult() local
/base/useriam/user_auth_framework/frameworks/js/napi/user_auth/src/
H A 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\\"."; On() local
158 std::string msgStr = "Parameter error. The number of parameters should be 1 or 2"; Off() local
167 std::string msgStr = "Parameter error. The type of \\"type\\" must be string."; Off() local
175 std::string msgStr = "Parameter error. The type of \\"callback\\" must be IAuthCallback."; Off() local
190 std::string msgStr = "Parameter error. The value of \\"type\\" must be \\"command\\"."; Off() local
[all...]
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_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."; InitAuthType() local
195 std::string msgStr = "Parameter error. The type of \\"authTrustLevel\\" must be number."; InitAuthTrustLevel() local
202 std::string msgStr = "Parameter error. The type of \\"authTrustLevel\\" must be number."; InitAuthTrustLevel() local
220 std::string msgStr = "Parameter error. \\"reuseMode\\" is a mandatory parameter and is left unspecified."; InitReuseUnlockResult() local
227 std::string msgStr = "Parameter error. The type of \\"reuseMode\\" must be number."; InitReuseUnlockResult() local
233 std::string msgStr = "Parameter error. \\"reuseDuration\\" is a mandatory parameter and is left unspecified."; InitReuseUnlockResult() local
240 std::string msgStr = "Parameter error. The type of \\"reuseDuration\\" must be number."; InitReuseUnlockResult() local
246 std::string msgStr = "Parameter error. The type of \\"reuseUnlockResult\\" must be ReuseUnlockResult."; InitReuseUnlockResult() local
260 std::string msgStr = "Parameter error. \\"authParam\\" is a mandatory parameter and is left unspecified."; InitAuthParam() local
266 std::string msgStr = "Parameter error. \\"challenge\\" is a mandatory parameter and is left unspecified."; InitAuthParam() local
278 std::string msgStr = "Parameter error. \\"authType\\" is a mandatory parameter and is left unspecified."; InitAuthParam() local
290 std::string msgStr = "Parameter error. \\"authTrustLevel\\" is a mandatory parameter and is left unspecified."; InitAuthParam() local
327 std::string msgStr = "Parameter error. \\"widgetParam\\" is a mandatory parameter and is left unspecified."; InitWidgetParam() local
333 std::string msgStr = "Parameter error. \\"title\\" is a mandatory parameter and is left unspecified."; InitWidgetParam() local
339 std::string msgStr = "Parameter error. The length of \\"title\\" connot exceed 500."; InitWidgetParam() local
348 std::string msgStr = "Parameter error. The length of \\"navigationButtonText\\" connot exceed 60."; InitWidgetParam() local
369 std::string msgStr = "Parameter error. The type of \\"windowMode\\" must be number."; ProcessWindowMode() local
379 std::string msgStr = "Parameter error. The type of \\"windowMode\\" must be WindowModeType."; ProcessWindowMode() local
405 std::string msgStr = "Invalid authentication parameters. The number of parameters should be 2"; Init() local
456 std::string msgStr = "Parameter error. The number of parameters should be 2"; On() local
465 std::string msgStr = "Parameter error. The type of \\"type\\" must be string."; On() local
471 std::string msgStr = "Parameter error. The type of \\"callback\\" must be IAuthCallback."; On() local
484 std::string msgStr = "Parameter error. The value of \\"type\\" must be \\"result\\"."; On() local
504 std::string msgStr = "Parameter error. The number of parameters should be 1 or 2"; Off() local
513 std::string msgStr = "Parameter error. The type of \\"type\\" must be string."; Off() local
521 std::string msgStr = "Parameter error. The type of \\"callback\\" must be IAuthCallback."; Off() local
536 std::string msgStr = "Parameter error. The value of \\"type\\" must be \\"result\\"."; Off() local
556 std::string msgStr = "Parameter error. The number of parameters should be 0"; Start() local
585 std::string msgStr = "Parameter error. The number of parameters should be 0"; Cancel() local
[all...]
H A Duser_auth_napi_helper.cpp216 std::string msgStr; in GenerateBusinessErrorV9() local
241 std::string msgStr; in GenerateErrorMsg() local
[all...]
H A 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_NOTICE."; in SendNotice() local
501 std::string msgStr = "Parameter error. The value of \"eventData\" for WIDGET_NOTICE must be json string."; in SendNotice() local
/base/useriam/face_auth/frameworks/js/napi/src/
H A Dface_auth_napi.cpp62 std::string msgStr; in GenerateBusinessError() local
/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_hichain_test.cpp146 char *msgStr = OnRequest(authSeq, operationCode, reqParams); in HWTEST_F() local
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/test/unittest/common/
H A Ddfx_tdd_test.cpp745 char *msgStr = MallocStringOf(msg, &len); in DfxTest006() local
771 char *msgStr = MallocStringOf(msg, &len); in DfxTest007() local
[all...]
/base/web/webview/interfaces/kits/cj/src/
H A Dwebview_message_ffi.cpp191 std::string msgStr = data->GetString(); in FfiOHOSWebMessageExtImplGetString() local
609 std::string msgStr = data->GetString(); in FfiOHOSJsMessageExtImplGetString() local
H A Dwebview_controller_impl.cpp102 std::string msgStr = result->GetString(); in OnReceiveValue() local
/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
/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"; in HWTEST_F() local
203 string msgStr = "ProcessMessage"; in HWTEST_F() local
319 string msgStr = "normal msgStr"; in HWTEST_F() local
368 string msgStr in HWTEST_F() local
891 string msgStr = "normal msgStr"; HWTEST_F() local
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cFramebufferNoAttachmentsTests.cpp44 std::ostringstream msgStr; in checkErrorEqualsExpected() local
120 std::ostringstream msgStr; in expect_fbo_status() local
131 std::ostringstream msgStr; in expect_fbo_status() local
/arkcompiler/ets_runtime/ecmascript/jit/
H A Djit.cpp317 std::stringstream msgStr; in SupportJIT() local
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_hichain.c222 char *msgStr = cJSON_PrintUnformatted(msg); in OnRequest() local
/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/
H A Dtrans_udp_negotiation.c413 char *msgStr = cJSON_PrintUnformatted(replyMsg); in SendUdpInfo() local
741 char *msgStr = cJSON_PrintUnformatted(requestMsg); in StartExchangeUdpInfo() local
[all...]
/third_party/vk-gl-cts/framework/common/
H A DtcuTestLog.cpp201 void TestLog::writeMessage (const char* msgStr) in writeMessage() argument
/base/security/device_auth/services/session_manager/src/session/v2/
H A Ddev_session_v2.c881 char *msgStr = PackJsonToString(msgJson); in SetAuthProtectedMsg() local
/foundation/arkui/napi/test/unittest/
H A Dtest_napi.cpp4540 constexpr char msgStr[] = "test message"; in HWTEST_F() local

Completed in 39 milliseconds