Home
last modified time | relevance | path

Searched refs:tmpMsg (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_sync_item_info_test.cpp205 uint32_t tmpMsg; variable
206 const uint8_t *msg = reinterpret_cast<const uint8_t *>(&tmpMsg);
H A Dlnn_network_info_test.cpp294 uint32_t tmpMsg = TYPE_63; variable
295 uint8_t *msg = reinterpret_cast<uint8_t *>(&tmpMsg);
/ohos5.0/base/telephony/call_manager/test/unittest/ui_client/
H A Dui_client_test.cpp1339 std::string tmpMsg; in StartRtt() local
1345 tmpMsg.clear(); in StartRtt()
1346 std::cin >> tmpMsg; in StartRtt()
1347 msg = Str8ToStr16(tmpMsg); in StartRtt()