Home
last modified time | relevance | path

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

/system/update_engine/
Dweave_service.h51 void OnWeaveServiceConnected(const std::weak_ptr<weaved::Service>& service);
61 std::weak_ptr<weaved::Service> weave_service_;
Dweave_service.cc49 const std::weak_ptr<weaved::Service>& service) { in OnWeaveServiceConnected()
/system/weaved/buffet/
Dbinder_command_proxy.h32 explicit BinderCommandProxy(const std::weak_ptr<weave::Command>& command);
55 std::weak_ptr<weave::Command> command_;
Dbinder_weave_service.h60 const std::weak_ptr<weave::Command>& command);
Dbinder_weave_service.cc83 const std::weak_ptr<weave::Command>& command) { in OnCommand()
Dbinder_command_proxy_unittest.cc81 new BinderCommandProxy{std::weak_ptr<weave::Command>{command_}}); in SetUp()
Dmanager.h107 void OnRebootDevice(const std::weak_ptr<weave::Command>& cmd);
Dbinder_command_proxy.cc39 const std::weak_ptr<weave::Command>& command) : command_{command} {} in BinderCommandProxy()
Dmanager.cc349 void Manager::OnRebootDevice(const std::weak_ptr<weave::Command>& cmd) { in OnRebootDevice()
/system/weaved/libweaved/
DREADME.md30 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) {
Dservice.cc119 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()
Dservice.h113 base::Callback<void(const std::weak_ptr<Service>& service)>;
/system/connectivity/shill/pppoe/
Dpppoe_service_unittest.cc188 auto weak_ptr = service_->weak_ptr_factory_.GetWeakPtr(); in TEST_F() local
190 &control_interface_, &process_manager_, weak_ptr, in TEST_F()
191 base::Bind(&PPPoEService::OnPPPDied, weak_ptr)); in TEST_F()
/system/core/metricsd/
Dmetrics_collector.h220 void OnWeaveServiceConnected(const std::weak_ptr<weaved::Service>& service);
279 std::weak_ptr<weaved::Service> service_;
Dmetrics_collector.cc249 const std::weak_ptr<weaved::Service>& service) { in OnWeaveServiceConnected()
/system/bt/build/secondary/third_party/libchrome/
DBUILD.gn69 "base/memory/weak_ptr.cc",