Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_p2p_msg.cpp691 mProtocolType = serviceProtocolType; in SetProtocolType()
696 return mProtocolType; in GetProtocolType()
733 ret.push_back(static_cast<unsigned char>(mProtocolType)); in GetTlv()
746 return mProtocolType == cmp.GetProtocolType() && mQuery == cmp.GetQuery(); in operator ==()
751 mProtocolType = serviceProtocolType; in SetProtocolType()
756 return mProtocolType; in GetProtocolType()
812 ret.push_back(static_cast<unsigned char>(mProtocolType)); in GetTlv()
851 mProtocolType = type; in SetServicerProtocolType()
856 return mProtocolType; in GetServicerProtocolType()
872 cmp.GetServicerProtocolType() == mProtocolType && cmp.GetQueryList() == mQueryList; in operator ==()
[all …]
/ohos5.0/foundation/communication/wifi/wifi/interfaces/inner_api/
H A Dwifi_p2p_msg.h454 …WifiP2pServiceRequest() : mProtocolType(P2pServicerProtocolType::SERVICE_TYPE_ALL), mTransactionId… in WifiP2pServiceRequest()
457 : mProtocolType(protocolType), in WifiP2pServiceRequest()
478 P2pServicerProtocolType mProtocolType;
486 : mProtocolType(P2pServicerProtocolType::SERVICE_TYPE_ALL), in WifiP2pServiceResponse()
492 …: mProtocolType(protocolType), mTransactionId(transactionId), mServiceStatus(serviceStatus), respo… in WifiP2pServiceResponse()
510 P2pServicerProtocolType mProtocolType;
520 …: mDeviceAddress("00:00:00:00:00:00"), mProtocolType(P2pServicerProtocolType::SERVICE_TYPE_VENDOR_… in WifiP2pServiceInfo()
523 : mProtocolType(P2pServicerProtocolType::SERVICE_TYPE_VENDOR_SPECIFIC), in WifiP2pServiceInfo()
551 P2pServicerProtocolType mProtocolType; variable