HomeSort by relevance Sort by last modified time
    Searched refs:RpcIdentifier (Results 1 - 25 of 27) sorted by null

1 2

  /system/connectivity/shill/wimax/
mock_wimax.cc 32 const RpcIdentifier& path)
mock_wimax_service.h 34 MOCK_CONST_METHOD0(GetNetworkObjectPath, RpcIdentifier());
wimax.h 48 const RpcIdentifier& path);
72 const RpcIdentifier& path() const { return path_; }
74 const std::set<RpcIdentifier>& networks() const { return networks_; }
119 const RpcIdentifier path_;
125 std::set<RpcIdentifier> networks_;
mock_wimax_network_proxy.h 33 MOCK_CONST_METHOD0(path, RpcIdentifier());
wimax_network_proxy_interface.h 43 virtual RpcIdentifier path() const = 0;
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_;
mock_wimax.h 41 const RpcIdentifier& path);
mock_wimax_device_proxy.h 43 MOCK_METHOD5(Connect, void(const RpcIdentifier& network,
wimax_device_proxy_interface.h 54 virtual void Connect(const RpcIdentifier& network,
wimax_provider.cc 111 map<string, RpcIdentifier>::const_iterator find_it =
114 RpcIdentifier path = find_it->second;
122 set<RpcIdentifier> live_networks;
124 const set<RpcIdentifier>& networks = device.second->networks();
129 const RpcIdentifier& path = it->first;
326 const RpcIdentifier& path) {
387 string WiMaxProvider::GetLinkName(const RpcIdentifier& path) {
396 void WiMaxProvider::RetrieveNetworkInfo(const RpcIdentifier& path) {
459 const RpcIdentifier& path = nit.first;
wimax_service.h 52 virtual RpcIdentifier GetNetworkObjectPath() const;
wimax_service.cc 87 RpcIdentifier WiMaxService::GetNetworkObjectPath() const {
wimax.cc 76 const RpcIdentifier& path)
  /system/connectivity/shill/
accessor_interface.h 66 typedef std::string RpcIdentifier;
82 AccessorInterface<RpcIdentifier>> RpcIdentifierAccessor;
property_store.h 87 bool GetRpcIdentifierProperty(const std::string& name, RpcIdentifier* value,
158 const RpcIdentifier& value,
182 ReadablePropertyConstIterator<RpcIdentifier>
property_store.cc 144 ReadablePropertyConstIterator<RpcIdentifier> it =
264 RpcIdentifier* value,
424 const RpcIdentifier& value,
496 ReadablePropertyConstIterator<RpcIdentifier>
498 return ReadablePropertyConstIterator<RpcIdentifier>(
    [all...]
manager.h 660 RpcIdentifier GetDefaultServiceRpcIdentifier(Error* error);
697 RpcIdentifier(Manager::*get)(Error*));
    [all...]
device.h 642 RpcIdentifier(Device::*get)(Error*));
    [all...]
manager.cc     [all...]
service.cc     [all...]
device.cc 832 RpcIdentifier(Device::*get)(Error* error)) {
836 new CustomAccessor<Device, RpcIdentifier>(this, get, nullptr)));
    [all...]
  /system/connectivity/shill/dbus/
chromeos_wimax_network_proxy.h 37 RpcIdentifier path() const override;
chromeos_wimax_device_proxy.h 47 void Connect(const RpcIdentifier& network,
chromeos_wimax_network_proxy.cc 92 RpcIdentifier ChromeosWiMaxNetworkProxy::path() const {
chromeos_wimax_device_proxy.cc 137 void ChromeosWiMaxDeviceProxy::Connect(const RpcIdentifier& network,

Completed in 891 milliseconds

1 2