Home
last modified time | relevance | path

Searched refs:WifiDirectProtocol (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/data/
H A Dwifi_config_info.h53 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 Dnegotiate_message.h144 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 Dserializable.h23 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 Dwifi_config_info.cpp38 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 Dinterface_info.h67 int Marshalling(WifiDirectProtocol &protocol, std::vector<uint8_t> &output) const override;
68 int Unmarshalling(WifiDirectProtocol &protocol, const std::vector<uint8_t> &input) override;
71WifiDirectProtocol &protocol, InterfaceInfoKey key, Serializable::ValueType type, const std::strin…
H A Dlink_info.h71 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 Dnegotiate_message.cpp154 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 Dinterface_info.cpp61WifiDirectProtocol &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 Dlink_info.cpp59 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 Dwifi_direct_protocol.h33 class WifiDirectProtocol {
45 virtual ~WifiDirectProtocol() = default;
H A Dwifi_direct_protocol_factory.h25 static std::shared_ptr<WifiDirectProtocol> CreateProtocol(ProtocolType type) in CreateProtocol()
H A Djson_protocol.h23 class JsonProtocol : public WifiDirectProtocol {
H A Dtlv_protocol.h21 class TlvProtocol : public WifiDirectProtocol {