Searched refs:WifiDirectProtocol (Results 1 – 13 of 13) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/data/ |
H A D | wifi_config_info.h | 53 int Marshalling(WifiDirectProtocol &protocol, std::vector<uint8_t> &output) const override; 54 int Unmarshalling(WifiDirectProtocol &protocol, const std::vector<uint8_t> &input) override; 65 void MarshallingInterfaceArray(WifiDirectProtocol &protocol) const; 66 void UnmarshallingInterfaceArray(WifiDirectProtocol &protocol, uint8_t *data, size_t size);
|
H A D | negotiate_message.h | 144 int Marshalling(WifiDirectProtocol &protocol, std::vector<uint8_t> &output) const override; 145 int Unmarshalling(WifiDirectProtocol &protocol, const std::vector<uint8_t> &input) override; 268 void MarshallingIpv4Array(WifiDirectProtocol &protocol) const ; 269 void MarshallingInterfaceArray(WifiDirectProtocol &protocol) const ; 270 void MarshallingLinkInfo(WifiDirectProtocol &protocol) const ; 273 void UnmarshallingInterfaceArray(WifiDirectProtocol &protocol, uint8_t *data, size_t size); 274 void UnmarshallingLinkInfo(WifiDirectProtocol &protocol, uint8_t *data, size_t size);
|
H A D | serializable.h | 23 class WifiDirectProtocol; variable 41 virtual int Marshalling(WifiDirectProtocol &protocol, std::vector<uint8_t> &output) const = 0; 42 virtual int Unmarshalling(WifiDirectProtocol &protocol, const std::vector<uint8_t> &input) = 0;
|
H A D | wifi_config_info.cpp | 38 int WifiConfigInfo::Unmarshalling(WifiDirectProtocol &protocol, const std::vector<uint8_t> &input) in Unmarshalling() 58 void WifiConfigInfo::MarshallingInterfaceArray(WifiDirectProtocol &protocol) const in MarshallingInterfaceArray() 73 int WifiConfigInfo::Marshalling(WifiDirectProtocol &protocol, std::vector<uint8_t> &output) const in Marshalling() 89 void WifiConfigInfo::UnmarshallingInterfaceArray(WifiDirectProtocol &protocol, uint8_t *data, size_… in UnmarshallingInterfaceArray()
|
H A D | interface_info.h | 67 int Marshalling(WifiDirectProtocol &protocol, std::vector<uint8_t> &output) const override; 68 int Unmarshalling(WifiDirectProtocol &protocol, const std::vector<uint8_t> &input) override; 71 …WifiDirectProtocol &protocol, InterfaceInfoKey key, Serializable::ValueType type, const std::strin…
|
H A D | link_info.h | 71 int Marshalling(WifiDirectProtocol &protocol, std::vector<uint8_t> &output) const override; 72 int Unmarshalling(WifiDirectProtocol &protocol, const std::vector<uint8_t> &input) override;
|
H A D | negotiate_message.cpp | 154 int NegotiateMessage::Marshalling(WifiDirectProtocol &protocol, std::vector<uint8_t> &output) const in Marshalling() 206 void NegotiateMessage::MarshallingIpv4Array(WifiDirectProtocol &protocol) const in MarshallingIpv4Array() 219 void NegotiateMessage::MarshallingInterfaceArray(WifiDirectProtocol &protocol) const in MarshallingInterfaceArray() 234 void NegotiateMessage::MarshallingLinkInfo(WifiDirectProtocol &protocol) const in MarshallingLinkInfo() 250 int NegotiateMessage::Unmarshalling(WifiDirectProtocol &protocol, const std::vector<uint8_t> &input) in Unmarshalling() 306 void NegotiateMessage::UnmarshallingInterfaceArray(WifiDirectProtocol &protocol, uint8_t *data, siz… in UnmarshallingInterfaceArray() 322 void NegotiateMessage::UnmarshallingLinkInfo(WifiDirectProtocol &protocol, uint8_t *data, size_t si… in UnmarshallingLinkInfo()
|
H A D | interface_info.cpp | 61 …WifiDirectProtocol &protocol, InterfaceInfoKey key, Serializable::ValueType type, const std::strin… in MarshallingString() 74 int InterfaceInfo::Marshalling(WifiDirectProtocol &protocol, std::vector<uint8_t> &output) const in Marshalling() 125 int InterfaceInfo::Unmarshalling(WifiDirectProtocol &protocol, const std::vector<uint8_t> &input) in Unmarshalling()
|
H A D | link_info.cpp | 59 int LinkInfo::Marshalling(WifiDirectProtocol &protocol, std::vector<uint8_t> &output) const in Marshalling() 96 int LinkInfo::Unmarshalling(WifiDirectProtocol &protocol, const std::vector<uint8_t> &input) in Unmarshalling()
|
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/protocol/ |
H A D | wifi_direct_protocol.h | 33 class WifiDirectProtocol { 45 virtual ~WifiDirectProtocol() = default;
|
H A D | wifi_direct_protocol_factory.h | 25 static std::shared_ptr<WifiDirectProtocol> CreateProtocol(ProtocolType type) in CreateProtocol()
|
H A D | json_protocol.h | 23 class JsonProtocol : public WifiDirectProtocol {
|
H A D | tlv_protocol.h | 21 class TlvProtocol : public WifiDirectProtocol {
|