Home
last modified time | relevance | path

Searched refs:msg3 (Results 1 - 6 of 6) sorted by relevance

/foundation/communication/dsoftbus/tests/core/common/message_handler/unittest/
H A Dmessage_handler_test.c79 COMM_LOGI(COMM_TEST, "testHandler msg3"); in TestMessageHandler()
80 SoftBusMessage* msg3 = SoftBusCalloc(sizeof(SoftBusMessage)); in TestMessageHandler() local
81 if (msg3 == NULL) { in TestMessageHandler()
82 COMM_LOGI(COMM_TEST, "msg3 malloc fail"); in TestMessageHandler()
85 msg3->what = CASE_THREE_WHAT; in TestMessageHandler()
86 msg3->arg1 = CASE_ARG; in TestMessageHandler()
87 msg3->handler = &g_networkingHandler; in TestMessageHandler()
88 g_networkingHandler.looper->PostMessageDelay(g_networkingHandler.looper, msg3, CASE_THREE_POST_DELAY); in TestMessageHandler()
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_devicename_info_test.cpp170 char msg3[] = "{\"KEY_ACCOUNT\":10, \"KEY_NICK_NAME\":\"nickName\"}"; in HWTEST_F() local
176 OnReceiveDeviceNickName(LNN_INFO_TYPE_NICK_NAME, NETWORKID, reinterpret_cast<uint8_t *>(msg3), strlen(msg3) + 1); in HWTEST_F()
177 OnReceiveDeviceNickName(LNN_INFO_TYPE_NICK_NAME, NETWORKID, reinterpret_cast<uint8_t *>(msg3), strlen(msg3) + 1); in HWTEST_F()
178 OnReceiveDeviceNickName(LNN_INFO_TYPE_NICK_NAME, NETWORKID, reinterpret_cast<uint8_t *>(msg3), strlen(msg3) + 1); in HWTEST_F()
H A Dlnn_topo_manager_test.cpp403 char *msg3 = const_cast<char *>(MSG_3); in HWTEST_F() local
405 json = cJSON_ParseWithLength(msg3, strlen(msg3)); in HWTEST_F()
436 uint8_t *msg3 = reinterpret_cast<uint8_t *>(const_cast<char *>(MSG_8)); in HWTEST_F() local
439 OnReceiveTopoUpdateMsg(LNN_INFO_TYPE_TOPO_UPDATE, NETWORK_ID, msg3, strlen(MSG_8)); in HWTEST_F()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_single_ver_msg_schedule_test.cpp451 Message *msg3 = msgSchedule.MoveNextMsg(context, isNeedHandle, isNeedContinue); in HWTEST_F() local
453 ASSERT_TRUE(msg3 == nullptr); in HWTEST_F()
/foundation/CastEngine/castengine_wifi_display/tests/unittest/protocol/rtsp/
H A Drtsp_unit_test.cpp440 const std::string &msg3 = "nonce=\"8fd7c44874480bd643d970149224da11\","; in HWTEST_F() local
442 response->Parse(msg1 + msg2 + msg3 + msg4); in HWTEST_F()
455 const std::string &msg3 = "nonce=\"8fd7c44874480bd643d970149224da11\","; in HWTEST_F() local
457 response->Parse(msg1 + msg2 + msg3 + msg4); in HWTEST_F()
/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/data/
H A Dnegotiate_message_test.cpp211 NegotiateMessage msg3; in HWTEST_F() local

Completed in 6 milliseconds