Home
last modified time | relevance | path

Searched refs:supplicant_proxy_ (Results 1 – 2 of 2) sorted by relevance

/system/connectivity/shill/dbus/
Dchromeos_supplicant_process_proxy.cc64 : supplicant_proxy_( in ChromeosSupplicantProcessProxy()
76 supplicant_proxy_->GetObjectProxy(), in ChromeosSupplicantProcessProxy()
85 supplicant_proxy_->RegisterInterfaceAddedSignalHandler( in ChromeosSupplicantProcessProxy()
89 supplicant_proxy_->RegisterInterfaceRemovedSignalHandler( in ChromeosSupplicantProcessProxy()
93 supplicant_proxy_->RegisterPropertiesChangedSignalHandler( in ChromeosSupplicantProcessProxy()
105 supplicant_proxy_->GetObjectProxy()->SetNameOwnerChangedCallback( in ChromeosSupplicantProcessProxy()
110 supplicant_proxy_->GetObjectProxy()->WaitForServiceToBeAvailable( in ChromeosSupplicantProcessProxy()
119 SLOG(&supplicant_proxy_->GetObjectPath(), 2) << __func__; in CreateInterface()
128 if (!supplicant_proxy_->CreateInterface(dict, &path, &error)) { in CreateInterface()
140 SLOG(&supplicant_proxy_->GetObjectPath(), 2) << __func__ << ": " in RemoveInterface()
[all …]
Dchromeos_supplicant_process_proxy.h101 std::unique_ptr<fi::w1::wpa_supplicant1Proxy> supplicant_proxy_; variable