OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:service_proxy
(Results
1 - 7
of
7
) sorted by null
/system/weaved/buffet/
ap_manager_client.cc
82
void ApManagerClient::OnServiceAdded(ServiceProxyInterface*
service_proxy
) {
83
VLOG(1) << "service added: " <<
service_proxy
->GetObjectPath().value();
84
if (
service_proxy
->GetObjectPath() != service_path_) {
85
RemoveService(
service_proxy
->GetObjectPath());
88
service_proxy_ =
service_proxy
;
91
object_manager_proxy_->GetConfigProxy(
service_proxy
->config());
ap_manager_client.h
45
org::chromium::apmanager::ServiceProxyInterface*
service_proxy
);
/system/update_engine/
fake_shill_proxy.cc
43
std::unique_ptr<ServiceProxyInterface>
service_proxy
) {
44
service_proxy_mocks_[path.value()] = std::move(
service_proxy
);
fake_shill_proxy.h
47
// Sets the
service_proxy
that will be returned by GetServiceForPath().
51
service_proxy
);
/system/weaved/libweaved/
service.cc
258
auto
service_proxy
= service_.lock();
local
259
if (
service_proxy
)
260
service_proxy
->OnServiceConnected(service);
268
auto
service_proxy
= service_.lock();
local
269
if (
service_proxy
) {
270
service_proxy
->OnCommand(ToString(componentName), ToString(commandName),
285
auto
service_proxy
= service_.lock();
local
286
if (
service_proxy
)
287
service_proxy
->OnNotification(notificationIds);
/system/connectivity/shill/test-rpc-proxy/
proxy_dbus_client.cc
305
std::unique_ptr<ServiceProxy>
service_proxy
;
local
310
timeout_milliseconds, &is_success, &
service_proxy
, elapsed_time_milliseconds);
311
return
service_proxy
;
526
auto
service_proxy
= GetMatchingServiceProxy(service_properties);
local
528
if (
service_proxy
) {
532
*service_proxy_out = std::move(
service_proxy
);
/external/autotest/client/cros/networking/
wifi_proxy.py
129
service_proxy
= None
Completed in 250 milliseconds