Searched refs:keyTypeTable_ (Results 1 – 5 of 5) sorted by relevance
22 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()
23 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()
41 static KeyTypeTable keyTypeTable_; variable
27 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()
54 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()