Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/udp_negotiation/
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
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/test/unittest/common/
Ddfx_tdd_test.cpp738 char *msgStr = MallocStringOf(msg, &len); in DfxTest006() local
764 char *msgStr = MallocStringOf(msg, &len); in DfxTest007() local
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/transport/
Ddh_transport_obj.cpp111 std::string msgStr = std::string(msg); in GetCommMsgString() local
/foundation/communication/dsoftbus/tests/core/authentication/unittest/
Dauth_hichain_test.cpp146 char *msgStr = OnRequest(authSeq, operationCode, reqParams); variable
/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/
Dtrans_udp_negotiation.c413 char *msgStr = cJSON_PrintUnformatted(replyMsg); in SendUdpInfo() local
741 char *msgStr = cJSON_PrintUnformatted(requestMsg); in StartExchangeUdpInfo() local
/foundation/communication/dsoftbus/core/authentication/src/
Dauth_hichain.c299 char *msgStr = cJSON_PrintUnformatted(msg); in OnRequest() local
/foundation/arkui/napi/test/unittest/
Dtest_napi.cpp4529 constexpr char msgStr[] = "test message"; variable