Lines Matching refs:impl
40 struct NameDbModule::impl { struct in bluetooth::neighbor::NameDbModule
46 impl(const NameDbModule& module);
65 neighbor::NameDbModule::impl::impl(const neighbor::NameDbModule& module) : module_(module) {} in impl() function in bluetooth::neighbor::neighbor::NameDbModule::impl
67 void neighbor::NameDbModule::impl::ReadRemoteNameRequest( in ReadRemoteNameRequest()
85 common::BindOnce(&NameDbModule::impl::OnRemoteNameResponse, common::Unretained(this)), in ReadRemoteNameRequest()
89 void neighbor::NameDbModule::impl::OnRemoteNameResponse(hci::ErrorCode status, hci::Address address… in OnRemoteNameResponse()
100 bool neighbor::NameDbModule::impl::IsNameCached(hci::Address address) const { in IsNameCached()
104 RemoteName neighbor::NameDbModule::impl::ReadCachedRemoteName(hci::Address address) const { in ReadCachedRemoteName()
112 neighbor::NameDbModule::NameDbModule() : pimpl_(std::make_unique<impl>(*this)) {} in NameDbModule()
121 &NameDbModule::impl::ReadRemoteNameRequest, in ReadRemoteNameRequest()
136 void neighbor::NameDbModule::impl::Start() { in Start()
141 void neighbor::NameDbModule::impl::Stop() {} in Stop()