Home
last modified time | relevance | path

Searched refs:keyTypeTable_ (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/data/
H A Dwifi_config_info.cpp22 InfoContainer<WifiConfigInfoKey>::KeyTypeTable InfoContainer<WifiConfigInfoKey>::keyTypeTable_ = { member in OHOS::SoftBus::InfoContainer<WifiConfigInfoKey>
46 auto type = keyTypeTable_[static_cast<WifiConfigInfoKey>(key)]; in Unmarshalling()
76 auto type = keyTypeTable_[key]; in Marshalling()
H A Dlink_info.cpp23 template<> InfoContainer<LinkInfoKey>::KeyTypeTable InfoContainer<LinkInfoKey>::keyTypeTable_ = { member in OHOS::SoftBus::InfoContainer<LinkInfoKey>
62 auto type = keyTypeTable_[key]; in Marshalling()
104 auto valueType = keyTypeTable_[LinkInfoKey(key)]; in Unmarshalling()
H A Dinfo_container.h41 static KeyTypeTable keyTypeTable_; variable
H A Dinterface_info.cpp27 InfoContainer<InterfaceInfoKey>::KeyTypeTable InfoContainer<InterfaceInfoKey>::keyTypeTable_ = { member in OHOS::SoftBus::InfoContainer<InterfaceInfoKey>
78 auto type = keyTypeTable_[key]; in Marshalling()
134 auto type = keyTypeTable_[InterfaceInfoKey(key)]; in Unmarshalling()
H A Dnegotiate_message.cpp54 InfoContainer<NegotiateMessageKey>::KeyTypeTable InfoContainer<NegotiateMessageKey>::keyTypeTable_ member in OHOS::SoftBus::InfoContainer<NegotiateMessageKey>
160 auto type = keyTypeTable_[key]; in Marshalling()
258 auto type = keyTypeTable_[static_cast<NegotiateMessageKey>(key)]; in Unmarshalling()