Searched refs:weak_ptr (Results 1 – 16 of 16) sorted by relevance
51 void OnWeaveServiceConnected(const std::weak_ptr<weaved::Service>& service);61 std::weak_ptr<weaved::Service> weave_service_;
49 const std::weak_ptr<weaved::Service>& service) { in OnWeaveServiceConnected()
32 explicit BinderCommandProxy(const std::weak_ptr<weave::Command>& command);55 std::weak_ptr<weave::Command> command_;
60 const std::weak_ptr<weave::Command>& command);
83 const std::weak_ptr<weave::Command>& command) { in OnCommand()
81 new BinderCommandProxy{std::weak_ptr<weave::Command>{command_}}); in SetUp()
107 void OnRebootDevice(const std::weak_ptr<weave::Command>& cmd);
39 const std::weak_ptr<weave::Command>& command) : command_{command} {} in BinderCommandProxy()
349 void Manager::OnRebootDevice(const std::weak_ptr<weave::Command>& cmd) { in OnRebootDevice()
30 void OnConnected(const std::weak_ptr<weaved::Service>& service);35 std::weak_ptr<weaved::Service> weave_service_;52 void Daemon::OnConnected(const std::weak_ptr<weaved::Service>& service) {
119 explicit WeaveClient(const std::weak_ptr<ServiceImpl>& service);136 std::weak_ptr<ServiceImpl> service_;145 explicit NotificationListener(const std::weak_ptr<ServiceImpl>& service);152 std::weak_ptr<ServiceImpl> service_;252 WeaveClient::WeaveClient(const std::weak_ptr<ServiceImpl>& service) in WeaveClient()280 const std::weak_ptr<ServiceImpl>& service) in NotificationListener()
113 base::Callback<void(const std::weak_ptr<Service>& service)>;
188 auto weak_ptr = service_->weak_ptr_factory_.GetWeakPtr(); in TEST_F() local190 &control_interface_, &process_manager_, weak_ptr, in TEST_F()191 base::Bind(&PPPoEService::OnPPPDied, weak_ptr)); in TEST_F()
220 void OnWeaveServiceConnected(const std::weak_ptr<weaved::Service>& service);279 std::weak_ptr<weaved::Service> service_;
249 const std::weak_ptr<weaved::Service>& service) { in OnWeaveServiceConnected()
69 "base/memory/weak_ptr.cc",