Searched refs:disconnect_handlers_ (Results 1 – 2 of 2) sorted by relevance
665 for (auto callback : disconnect_handlers_) { in Disconnect()672 disconnect_handlers_.push_back(on_disconnect); in RegisterForDisconnects()706 disconnect_handlers_.push_back(on_disconnect); in GetAclConnectionInterface()722 disconnect_handlers_.clear(); in PutAclConnectionInterface()735 disconnect_handlers_.push_back(on_disconnect); in GetLeAclConnectionInterface()750 disconnect_handlers_.clear(); in PutLeAclConnectionInterface()
144 std::list<common::ContextualCallback<void(uint16_t, ErrorCode)>> disconnect_handlers_; variable