Searched refs:RpcIdentifier (Results 1 – 25 of 27) sorted by relevance
12
/system/connectivity/shill/wimax/ |
D | wimax.h | 48 const RpcIdentifier& path); 72 const RpcIdentifier& path() const { return path_; } in path() 74 const std::set<RpcIdentifier>& networks() const { return networks_; } in networks() 119 const RpcIdentifier path_; 125 std::set<RpcIdentifier> networks_;
|
D | wimax_provider.h | 111 void CreateDevice(const std::string& link_name, const RpcIdentifier& path); 114 std::string GetLinkName(const RpcIdentifier& path); 118 void RetrieveNetworkInfo(const RpcIdentifier& path); 168 std::map<std::string, RpcIdentifier> pending_devices_; 172 std::map<RpcIdentifier, NetworkInfo> networks_;
|
D | wimax_provider.cc | 111 map<string, RpcIdentifier>::const_iterator find_it = in OnDeviceInfoAvailable() 114 RpcIdentifier path = find_it->second; in OnDeviceInfoAvailable() 122 set<RpcIdentifier> live_networks; in OnNetworksChanged() 124 const set<RpcIdentifier>& networks = device.second->networks(); in OnNetworksChanged() 129 const RpcIdentifier& path = it->first; in OnNetworksChanged() 326 const RpcIdentifier& path) { in CreateDevice() 387 string WiMaxProvider::GetLinkName(const RpcIdentifier& path) { in GetLinkName() 396 void WiMaxProvider::RetrieveNetworkInfo(const RpcIdentifier& path) { in RetrieveNetworkInfo() 459 const RpcIdentifier& path = nit.first; in StartLiveServices()
|
D | mock_wimax.cc | 32 const RpcIdentifier& path) in MockWiMax()
|
D | mock_wimax_service.h | 34 MOCK_CONST_METHOD0(GetNetworkObjectPath, RpcIdentifier());
|
D | mock_wimax_network_proxy.h | 33 MOCK_CONST_METHOD0(path, RpcIdentifier());
|
D | wimax_network_proxy_interface.h | 43 virtual RpcIdentifier path() const = 0;
|
D | mock_wimax.h | 41 const RpcIdentifier& path);
|
D | mock_wimax_device_proxy.h | 43 MOCK_METHOD5(Connect, void(const RpcIdentifier& network,
|
D | wimax_device_proxy_interface.h | 54 virtual void Connect(const RpcIdentifier& network,
|
D | wimax_service.h | 52 virtual RpcIdentifier GetNetworkObjectPath() const;
|
D | wimax_service.cc | 87 RpcIdentifier WiMaxService::GetNetworkObjectPath() const { in GetNetworkObjectPath()
|
D | wimax.cc | 76 const RpcIdentifier& path) in WiMax()
|
/system/connectivity/shill/ |
D | accessor_interface.h | 66 typedef std::string RpcIdentifier; typedef 82 AccessorInterface<RpcIdentifier>> RpcIdentifierAccessor;
|
D | property_store.h | 87 bool GetRpcIdentifierProperty(const std::string& name, RpcIdentifier* value, 158 const RpcIdentifier& value, 182 ReadablePropertyConstIterator<RpcIdentifier>
|
D | property_store.cc | 144 ReadablePropertyConstIterator<RpcIdentifier> it = in GetProperties() 264 RpcIdentifier* value, in GetRpcIdentifierProperty() 424 const RpcIdentifier& value, in SetRpcIdentifierProperty() 496 ReadablePropertyConstIterator<RpcIdentifier> 498 return ReadablePropertyConstIterator<RpcIdentifier>( in GetRpcIdentifierPropertiesIter()
|
D | manager.h | 660 RpcIdentifier GetDefaultServiceRpcIdentifier(Error* error); 697 RpcIdentifier(Manager::*get)(Error*)); 843 RpcIdentifier default_service_rpc_identifier_;
|
D | manager.cc | 945 RpcIdentifier Manager::GetDefaultServiceRpcIdentifier(Error* /*error*/) { in GetDefaultServiceRpcIdentifier() 1664 RpcIdentifier rpc_identifier = GetDefaultServiceRpcIdentifier(nullptr); in EmitDefaultService() 1755 RpcIdentifier(Manager::*get)(Error* error)) { in HelpRegisterConstDerivedRpcIdentifier() 1759 new CustomAccessor<Manager, RpcIdentifier>(this, get, nullptr))); in HelpRegisterConstDerivedRpcIdentifier()
|
D | device.h | 642 RpcIdentifier(Device::*get)(Error*));
|
D | service.cc | 1374 RpcIdentifier(Service::*get)(Error*) const) { in HelpRegisterConstDerivedRpcIdentifier() 1377 RpcIdentifierAccessor(new CustomReadOnlyAccessor<Service, RpcIdentifier>( in HelpRegisterConstDerivedRpcIdentifier()
|
D | device.cc | 832 RpcIdentifier(Device::*get)(Error* error)) { in HelpRegisterConstDerivedRpcIdentifier() 836 new CustomAccessor<Device, RpcIdentifier>(this, get, nullptr))); in HelpRegisterConstDerivedRpcIdentifier()
|
/system/connectivity/shill/dbus/ |
D | chromeos_wimax_network_proxy.h | 37 RpcIdentifier path() const override;
|
D | chromeos_wimax_device_proxy.h | 47 void Connect(const RpcIdentifier& network,
|
D | chromeos_wimax_network_proxy.cc | 92 RpcIdentifier ChromeosWiMaxNetworkProxy::path() const { in path()
|
D | chromeos_wimax_device_proxy.cc | 137 void ChromeosWiMaxDeviceProxy::Connect(const RpcIdentifier& network, in Connect()
|
12