OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:weak_ptr_factory_
(Results
26 - 50
of
187
) sorted by null
1
2
3
4
5
6
7
8
/system/weaved/libweaved/
README.md
37
base::WeakPtrFactory<Daemon>
weak_ptr_factory_
{this};
48
base::Bind(&Daemon::OnConnected,
weak_ptr_factory_
.GetWeakPtr()));
/external/libweave/examples/daemon/light/
light.cc
189
weak_ptr_factory_
.GetWeakPtr()));
192
weak_ptr_factory_
.GetWeakPtr()));
195
weak_ptr_factory_
.GetWeakPtr()));
302
base::WeakPtrFactory<LightHandler>
weak_ptr_factory_
{this};
/external/libweave/examples/daemon/oven/
oven.cc
157
weak_ptr_factory_
.GetWeakPtr()));
161
weak_ptr_factory_
.GetWeakPtr()));
253
weak_ptr_factory_
.GetWeakPtr(), tickIncrement),
274
base::WeakPtrFactory<OvenHandler>
weak_ptr_factory_
{this};
/external/libweave/examples/provider/
curl_http_client.h
44
base::WeakPtrFactory<CurlHttpClient>
weak_ptr_factory_
{this};
event_http_server.h
58
base::WeakPtrFactory<HttpServerImpl>
weak_ptr_factory_
{this};
event_network.h
51
base::WeakPtrFactory<EventNetworkImpl>
weak_ptr_factory_
{this};
wifi_manager.h
52
base::WeakPtrFactory<WifiImpl>
weak_ptr_factory_
{this};
ssl_stream.h
66
base::WeakPtrFactory<SSLStream>
weak_ptr_factory_
{this};
/external/libweave/src/
access_api_handler.h
41
base::WeakPtrFactory<AccessApiHandler>
weak_ptr_factory_
{this};
streams.h
56
base::WeakPtrFactory<StreamCopier>
weak_ptr_factory_
{this};
/external/libweave/src/notification/
pull_channel.h
47
base::WeakPtrFactory<PullChannel>
weak_ptr_factory_
{this};
/system/connectivity/apmanager/
hostapd_monitor.cc
69
weak_ptr_factory_
(this),
89
weak_ptr_factory_
.GetWeakPtr()));
105
weak_ptr_factory_
.GetWeakPtr()),
165
weak_ptr_factory_
.GetWeakPtr()));
/system/connectivity/shill/
external_task_unittest.cc
56
:
weak_ptr_factory_
(this),
59
weak_ptr_factory_
.GetWeakPtr())),
62
weak_ptr_factory_
.GetWeakPtr(),
110
base::WeakPtrFactory<ExternalTaskTest>
weak_ptr_factory_
;
member in class:shill::ExternalTaskTest
dns_client.cc
89
weak_ptr_factory_
(this),
182
weak_ptr_factory_
.InvalidateWeakPtrs();
239
weak_ptr_factory_
.GetWeakPtr()));
316
Bind(&DNSClient::HandleDNSRead,
weak_ptr_factory_
.GetWeakPtr()));
318
Bind(&DNSClient::HandleDNSWrite,
weak_ptr_factory_
.GetWeakPtr()));
373
weak_ptr_factory_
.GetWeakPtr()));
381
Bind(&DNSClient::HandleTimeout,
weak_ptr_factory_
.GetWeakPtr()));
/system/firewalld/
firewall_service.cc
39
weak_ptr_factory_
.GetWeakPtr()));
/system/update_engine/update_manager/
update_manager.cc
30
weak_ptr_factory_
(this) {
/system/weaved/buffet/
webserv_client.cc
103
weak_ptr_factory_
.GetWeakPtr()));
106
weak_ptr_factory_
.GetWeakPtr()));
116
weak_ptr_factory_
.GetWeakPtr(), callback));
124
weak_ptr_factory_
.GetWeakPtr(), callback));
/system/webservd/webservd/
firewalld_firewall.cc
29
weak_ptr_factory_
.GetWeakPtr()));
/system/connectivity/shill/ethernet/
ethernet.cc
95
weak_ptr_factory_
(this) {
112
base::Bind(&Ethernet::OnEapDetected,
weak_ptr_factory_
.GetWeakPtr()));
227
weak_ptr_factory_
.GetWeakPtr()));
244
weak_ptr_factory_
.GetWeakPtr(),
251
weak_ptr_factory_
.GetWeakPtr(),
262
weak_ptr_factory_
.GetWeakPtr(),
292
weak_ptr_factory_
.GetWeakPtr()));
519
weak_ptr_factory_
.GetWeakPtr());
527
weak_ptr_factory_
.GetWeakPtr());
/external/libweave/examples/daemon/lock/
lock.cc
82
weak_ptr_factory_
.GetWeakPtr()));
132
base::WeakPtrFactory<LockHandler>
weak_ptr_factory_
{this};
/system/bt/vendor_libs/test_vendor_lib/src/
vendor_manager.cc
55
weak_ptr_factory_
(this) {}
95
weak_ptr_factory_
.GetWeakPtr()))) {
/system/nativepower/client/
power_manager_client.cc
61
:
weak_ptr_factory_
(this) {}
81
weak_ptr_factory_
.GetWeakPtr()));
/system/webservd/libwebserv/
binder_server.cc
42
weak_ptr_factory_
.GetWeakPtr()));
59
weak_ptr_factory_
.GetWeakPtr()),
/external/libweave/src/privet/
privet_manager.h
92
base::WeakPtrFactory<Manager>
weak_ptr_factory_
{this};
/system/connectivity/shill/cellular/
active_passive_out_of_credits_detector.cc
53
weak_ptr_factory_
(this),
60
weak_ptr_factory_
.GetWeakPtr()));
148
weak_ptr_factory_
.GetWeakPtr())));
266
weak_ptr_factory_
.GetWeakPtr()));
Completed in 533 milliseconds
1
2
3
4
5
6
7
8