• Home
  • Raw
  • Download

Lines Matching refs:ProxyDbusClient

22 const char ProxyDbusClient::kCommonLogScopes[] =
24 const int ProxyDbusClient::kLogLevel = -4;
25 const char ProxyDbusClient::kDbusErrorObjectUnknown[] =
153 ProxyDbusClient::ProxyDbusClient(scoped_refptr<dbus::Bus> bus) in ProxyDbusClient() function in ProxyDbusClient
159 void ProxyDbusClient::SetLogging(Technology tech) { in SetLogging()
181 std::vector<std::unique_ptr<DeviceProxy>> ProxyDbusClient::GetDeviceProxies() { in GetDeviceProxies()
185 std::vector<std::unique_ptr<ServiceProxy>> ProxyDbusClient::GetServiceProxies() { in GetServiceProxies()
189 std::vector<std::unique_ptr<ProfileProxy>> ProxyDbusClient::GetProfileProxies() { in GetProfileProxies()
193 std::unique_ptr<DeviceProxy> ProxyDbusClient::GetMatchingDeviceProxy( in GetMatchingDeviceProxy()
198 std::unique_ptr<ServiceProxy> ProxyDbusClient::GetMatchingServiceProxy( in GetMatchingServiceProxy()
203 std::unique_ptr<ProfileProxy> ProxyDbusClient::GetMatchingProfileProxy( in GetMatchingProfileProxy()
208 bool ProxyDbusClient::GetPropertyValueFromDeviceProxy( in GetPropertyValueFromDeviceProxy()
216 bool ProxyDbusClient::GetPropertyValueFromServiceProxy( in GetPropertyValueFromServiceProxy()
224 bool ProxyDbusClient::GetPropertyValueFromProfileProxy( in GetPropertyValueFromProfileProxy()
232 bool ProxyDbusClient::WaitForDeviceProxyPropertyValueIn( in WaitForDeviceProxyPropertyValueIn()
244 bool ProxyDbusClient::WaitForServiceProxyPropertyValueIn( in WaitForServiceProxyPropertyValueIn()
256 bool ProxyDbusClient::WaitForProfileProxyPropertyValueIn( in WaitForProfileProxyPropertyValueIn()
268 std::unique_ptr<ServiceProxy> ProxyDbusClient::GetServiceProxy( in GetServiceProxy()
280 std::unique_ptr<ProfileProxy> ProxyDbusClient::GetActiveProfileProxy() { in GetActiveProfileProxy()
284 std::unique_ptr<ServiceProxy> ProxyDbusClient::WaitForMatchingServiceProxy( in WaitForMatchingServiceProxy()
291 base::Bind(&ProxyDbusClient::IsMatchingServicePresent, in WaitForMatchingServiceProxy()
295 base::Bind(&ProxyDbusClient::FindServiceOrRestartScan, in WaitForMatchingServiceProxy()
300 base::Bind(&ProxyDbusClient::InitiateScanForService, in WaitForMatchingServiceProxy()
314 bool ProxyDbusClient::ConfigureService( in ConfigureService()
322 bool ProxyDbusClient::ConfigureServiceByGuid( in ConfigureServiceByGuid()
333 bool ProxyDbusClient::ConnectService( in ConnectService()
349 bool ProxyDbusClient::DisconnectService( in DisconnectService()
364 bool ProxyDbusClient::CreateProfile(const std::string& profile_name) { in CreateProfile()
371 bool ProxyDbusClient::RemoveProfile(const std::string& profile_name) { in RemoveProfile()
376 bool ProxyDbusClient::PushProfile(const std::string& profile_name) { in PushProfile()
383 bool ProxyDbusClient::PopProfile(const std::string& profile_name) { in PopProfile()
388 bool ProxyDbusClient::PopAnyProfile() { in PopAnyProfile()
393 bool ProxyDbusClient::RequestServiceScan(const std::string& service_type) { in RequestServiceScan()
398 bool ProxyDbusClient::GetServiceOrder(std::string* order) { in GetServiceOrder()
403 bool ProxyDbusClient::SetServiceOrder(const std::string& order) { in SetServiceOrder()
408 bool ProxyDbusClient::SetSchedScan(bool enable) { in SetSchedScan()
413 bool ProxyDbusClient::GetPropertyValueFromManager( in GetPropertyValueFromManager()
420 dbus::ObjectPath ProxyDbusClient::GetObjectPathForActiveProfile() { in GetObjectPathForActiveProfile()
429 bool ProxyDbusClient::SetLoggingInternal(int level, const std::string& tags) { in SetLoggingInternal()
438 std::unique_ptr<Proxy> ProxyDbusClient::GetProxyForObjectPath( in GetProxyForObjectPath()
445 std::vector<std::unique_ptr<Proxy>> ProxyDbusClient::GetProxies( in GetProxies()
460 std::unique_ptr<Proxy> ProxyDbusClient::GetMatchingProxy( in GetMatchingProxy()
487 bool ProxyDbusClient::WaitForProxyPropertyValueIn( in WaitForProxyPropertyValueIn()
520 void ProxyDbusClient::IsMatchingServicePresent( in IsMatchingServicePresent()
540 void ProxyDbusClient::FindServiceOrRestartScan( in FindServiceOrRestartScan()
550 void ProxyDbusClient::InitiateScanForService( in InitiateScanForService()
563 void ProxyDbusClient::RestartScanForService( in RestartScanForService()