Home
last modified time | relevance | path

Searched refs:RpcIdentifiers (Results 1 – 25 of 25) sorted by relevance

/system/connectivity/shill/dbus/
Dchromeos_wimax_manager_proxy.cc105 RpcIdentifiers ChromeosWiMaxManagerProxy::Devices(Error* error) { in Devices()
110 return RpcIdentifiers(); in Devices()
115 return RpcIdentifiers(); in Devices()
117 RpcIdentifiers rpc_devices; in Devices()
169 RpcIdentifiers rpc_devices; in DevicesChanged()
Dchromeos_wimax_device_proxy.cc197 RpcIdentifiers ChromeosWiMaxDeviceProxy::Networks(Error* /*error*/) { in Networks()
199 RpcIdentifiers rpc_networks; in Networks()
228 RpcIdentifiers rpc_networks; in NetworksChanged()
Dchromeos_wimax_manager_proxy.h44 RpcIdentifiers Devices(Error* error) override;
Dchromeos_wimax_device_proxy.h61 RpcIdentifiers Networks(Error* error) override;
/system/connectivity/shill/wimax/
Dwimax_manager_proxy_interface.h34 typedef base::Callback<void(const RpcIdentifiers&)> DevicesChangedCallback;
42 virtual RpcIdentifiers Devices(Error* error) = 0;
Dwimax_device_proxy_interface.h39 typedef base::Callback<void(const RpcIdentifiers&)> NetworksChangedCallback;
71 virtual RpcIdentifiers Networks(Error* error) = 0;
Dmock_wimax_manager_proxy.h36 MOCK_METHOD1(Devices, RpcIdentifiers(Error* error));
Dwimax_provider.h109 void OnDevicesChanged(const RpcIdentifiers& devices);
112 void DestroyDeadDevices(const RpcIdentifiers& live_devices);
Dmock_wimax_device_proxy.h57 MOCK_METHOD1(Networks, RpcIdentifiers(Error* error));
Dwimax.h102 void OnNetworksChanged(const RpcIdentifiers& networks);
Dwimax_provider.cc95 OnDevicesChanged(RpcIdentifiers()); in DisconnectFromWiMaxManager()
314 void WiMaxProvider::OnDevicesChanged(const RpcIdentifiers& devices) { in OnDevicesChanged()
362 void WiMaxProvider::DestroyDeadDevices(const RpcIdentifiers& live_devices) { in DestroyDeadDevices()
Dwimax_provider_unittest.cc108 .WillOnce(Return(RpcIdentifiers())); in TEST_F()
122 .WillOnce(Return(RpcIdentifiers())); in TEST_F()
134 RpcIdentifiers live_devices; in TEST_F()
195 RpcIdentifiers live_devices; in TEST_F()
Dwimax_unittest.cc149 RpcIdentifiers networks; in TEST_F()
249 RpcIdentifiers networks(1, "path"); in TEST_F()
Dwimax.cc275 void WiMax::OnNetworksChanged(const RpcIdentifiers& networks) { in OnNetworksChanged()
/system/connectivity/shill/
Dmanager.h174 RpcIdentifiers EnumerateAvailableServices(Error* error);
177 RpcIdentifiers EnumerateCompleteServices(Error* error);
655 RpcIdentifiers EnumerateDevices(Error* error);
656 RpcIdentifiers EnumerateProfiles(Error* error);
657 RpcIdentifiers EnumerateWatchedServices(Error* error);
700 RpcIdentifiers(Manager::*get)(Error*));
Daccessor_interface.h67 typedef std::vector<std::string> RpcIdentifiers; typedef
Dmanager.cc1764 RpcIdentifiers(Manager::*get)(Error* error)) { in HelpRegisterConstDerivedRpcIdentifiers()
1768 new CustomAccessor<Manager, RpcIdentifiers>(this, get, nullptr))); in HelpRegisterConstDerivedRpcIdentifiers()
2171 RpcIdentifiers Manager::EnumerateDevices(Error* /*error*/) { in EnumerateDevices()
2172 RpcIdentifiers device_rpc_ids; in EnumerateDevices()
2185 RpcIdentifiers Manager::EnumerateProfiles(Error* /*error*/) { in EnumerateProfiles()
2186 RpcIdentifiers profile_rpc_ids; in EnumerateProfiles()
2193 RpcIdentifiers Manager::EnumerateAvailableServices(Error* /*error*/) { in EnumerateAvailableServices()
2194 RpcIdentifiers service_rpc_ids; in EnumerateAvailableServices()
2203 RpcIdentifiers Manager::EnumerateCompleteServices(Error* /*error*/) { in EnumerateCompleteServices()
2204 RpcIdentifiers service_rpc_ids; in EnumerateCompleteServices()
[all …]
Dproperty_store.cc153 ReadablePropertyConstIterator<RpcIdentifiers> it = in GetProperties()
502 ReadablePropertyConstIterator<RpcIdentifiers>
504 return ReadablePropertyConstIterator<RpcIdentifiers>( in GetRpcIdentifiersPropertiesIter()
Dproperty_store.h184 ReadablePropertyConstIterator<RpcIdentifiers>
Ddevice.h646 RpcIdentifiers(Device::*get)(Error*));
Dkey_value_store.cc182 RpcIdentifiers ids; in GetRpcIdentifiers()
Ddevice.cc841 RpcIdentifiers(Device::*get)(Error*)) { in HelpRegisterConstDerivedRpcIdentifiers()
845 new CustomAccessor<Device, RpcIdentifiers>(this, get, nullptr))); in HelpRegisterConstDerivedRpcIdentifiers()
Dkey_value_store_unittest.cc125 TEST_F(KeyValueStoreTest, RpcIdentifiers) { in TEST_F() argument
/system/connectivity/shill/cellular/
Dcellular_capability_universal.h338 void OnBearersChanged(const RpcIdentifiers& bearers);
436 RpcIdentifiers bearer_paths_;
Dcellular_capability_universal.cc1129 RpcIdentifiers bearers = in OnModemPropertiesChanged()
1405 const RpcIdentifiers& bearers) { in OnBearersChanged()