Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dwifi_p2p_service_request_list.cpp22 …iP2pServiceRequestList() : updateIndic(0), frequency(0), dialogToken(-1), p2pDevice(), srvReqList() in WifiP2pServiceRequestList()
26 for (auto it : srvReqList) { in AddServiceRequest()
31 srvReqList.push_back(req); in AddServiceRequest()
36 for (auto it = srvReqList.begin(); it != srvReqList.end(); it++) { in RemoveServiceRequest()
38 srvReqList.erase(it); in RemoveServiceRequest()
46 srvReqList.clear(); in ClearServiceRequest()
51 return srvReqList; in GetServiceRequestList()
82 for (auto tlvsIter = srvReqList.begin(); tlvsIter != srvReqList.end(); ++tlvsIter) { in GetTlvs()
138 srvReqList.push_back(buf); in ParseTlvs2ReqList()
H A Dwifi_p2p_service_request_list.h147 std::vector<WifiP2pServiceRequest> srvReqList; /* received (or sent) a list of requests */ variable