Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/main/shim/
Dacl.cc69 class ConnectAddressWithType : public bluetooth::common::IRedactableLoggable { class
71 explicit ConnectAddressWithType(hci::AddressWithType address_with_type) in ConnectAddressWithType() function in ConnectAddressWithType
92 bool operator==(const ConnectAddressWithType& rhs) const { in operator ==()
97 friend std::hash<ConnectAddressWithType>;
104 struct hash<ConnectAddressWithType> {
105 std::size_t operator()(const ConnectAddressWithType& val) const { in operator ()()
122 struct formatter<ConnectAddressWithType> : formatter<std::string> {
124 typename Context::iterator format(const ConnectAddressWithType& address, in format()
179 if (!acceptlist_set_.insert(ConnectAddressWithType(address_with_type)) in Add()
188 auto iter = acceptlist_set_.find(ConnectAddressWithType(address_with_type)); in Remove()
[all …]