Home
last modified time | relevance | path

Searched refs:mQuery (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_p2p_msg.cpp711 mQuery = query; in SetQuery()
716 return mQuery; in GetQuery()
723 unsigned short length = PROTOCOL_SIZE + TRANSACTION_ID_SIZE + mQuery.size(); in GetTlv()
735 if (!mQuery.empty()) { in GetTlv()
736 for (auto it = mQuery.begin(); it != mQuery.end(); ++it) { in GetTlv()
746 return mProtocolType == cmp.GetProtocolType() && mQuery == cmp.GetQuery(); in operator ==()
/ohos5.0/foundation/communication/wifi/wifi/interfaces/inner_api/
H A Dwifi_p2p_msg.h461 mQuery.push_back(data.at(i)); in WifiP2pServiceRequest()
480 std::vector<unsigned char> mQuery; variable