Home
last modified time | relevance | path

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

12

/system/connectivity/shill/wimax/
Dwimax.h48 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_;
Dwimax_provider.h111 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_;
Dwimax_provider.cc111 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()
Dmock_wimax.cc32 const RpcIdentifier& path) in MockWiMax()
Dmock_wimax_service.h34 MOCK_CONST_METHOD0(GetNetworkObjectPath, RpcIdentifier());
Dmock_wimax_network_proxy.h33 MOCK_CONST_METHOD0(path, RpcIdentifier());
Dwimax_network_proxy_interface.h43 virtual RpcIdentifier path() const = 0;
Dmock_wimax.h41 const RpcIdentifier& path);
Dmock_wimax_device_proxy.h43 MOCK_METHOD5(Connect, void(const RpcIdentifier& network,
Dwimax_device_proxy_interface.h54 virtual void Connect(const RpcIdentifier& network,
Dwimax_service.h52 virtual RpcIdentifier GetNetworkObjectPath() const;
Dwimax_service.cc87 RpcIdentifier WiMaxService::GetNetworkObjectPath() const { in GetNetworkObjectPath()
Dwimax.cc76 const RpcIdentifier& path) in WiMax()
/system/connectivity/shill/
Daccessor_interface.h66 typedef std::string RpcIdentifier; typedef
82 AccessorInterface<RpcIdentifier>> RpcIdentifierAccessor;
Dproperty_store.h87 bool GetRpcIdentifierProperty(const std::string& name, RpcIdentifier* value,
158 const RpcIdentifier& value,
182 ReadablePropertyConstIterator<RpcIdentifier>
Dproperty_store.cc144 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()
Dmanager.h660 RpcIdentifier GetDefaultServiceRpcIdentifier(Error* error);
697 RpcIdentifier(Manager::*get)(Error*));
843 RpcIdentifier default_service_rpc_identifier_;
Dmanager.cc945 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()
Ddevice.h642 RpcIdentifier(Device::*get)(Error*));
Dservice.cc1374 RpcIdentifier(Service::*get)(Error*) const) { in HelpRegisterConstDerivedRpcIdentifier()
1377 RpcIdentifierAccessor(new CustomReadOnlyAccessor<Service, RpcIdentifier>( in HelpRegisterConstDerivedRpcIdentifier()
Ddevice.cc832 RpcIdentifier(Device::*get)(Error* error)) { in HelpRegisterConstDerivedRpcIdentifier()
836 new CustomAccessor<Device, RpcIdentifier>(this, get, nullptr))); in HelpRegisterConstDerivedRpcIdentifier()
/system/connectivity/shill/dbus/
Dchromeos_wimax_network_proxy.h37 RpcIdentifier path() const override;
Dchromeos_wimax_device_proxy.h47 void Connect(const RpcIdentifier& network,
Dchromeos_wimax_network_proxy.cc92 RpcIdentifier ChromeosWiMaxNetworkProxy::path() const { in path()
Dchromeos_wimax_device_proxy.cc137 void ChromeosWiMaxDeviceProxy::Connect(const RpcIdentifier& network, in Connect()

12