Home
last modified time | relevance | path

Searched refs:tlvsIter (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.cpp82 for (auto tlvsIter = srvReqList.begin(); tlvsIter != srvReqList.end(); ++tlvsIter) { in GetTlvs() local
83 std::vector<unsigned char> buf = tlvsIter->GetTlv(); in GetTlvs()
H A Dwifi_p2p_service_response_list.cpp104 for (auto tlvsIter = srvRespList.begin(); tlvsIter != srvRespList.end(); ++tlvsIter) { in GetTlvs() local
105 std::vector<unsigned char> buf = tlvsIter->GetTlv(); in GetTlvs()