HomeSort by relevance Sort by last modified time
    Searched refs:rpc_identifier (Results 1 - 10 of 10) sorted by null

  /system/connectivity/shill/supplicant/
supplicant_process_proxy_interface.h 32 std::string* rpc_identifier) = 0;
34 std::string* rpc_identifier) = 0;
35 virtual bool RemoveInterface(const std::string& rpc_identifier) = 0;
mock_supplicant_process_proxy.h 36 bool(const KeyValueStore& args, std::string* rpc_identifier));
38 bool(const std::string& ifname, std::string* rpc_identifier));
39 MOCK_METHOD1(RemoveInterface, bool(const std::string& rpc_identifier));
mock_supplicant_interface_proxy.h 37 bool(const KeyValueStore& args, std::string* rpc_identifier));
  /system/connectivity/shill/dbus/
chromeos_supplicant_process_proxy.cc 118 const KeyValueStore& args, string* rpc_identifier) {
134 *rpc_identifier = path.value();
139 const string& rpc_identifier) {
141 << rpc_identifier; local
148 if (!supplicant_proxy_->RemoveInterface(dbus::ObjectPath(rpc_identifier),
150 LOG(FATAL) << "Failed to remove interface " << rpc_identifier << ": "
158 const std::string& ifname, string* rpc_identifier) {
172 *rpc_identifier = path.value();
173 return rpc_identifier;
chromeos_supplicant_process_proxy.h 46 std::string* rpc_identifier) override;
47 bool RemoveInterface(const std::string& rpc_identifier) override;
49 std::string* rpc_identifier) override;
chromeos_wimax_network_proxy.cc 63 const std::string& rpc_identifier)
68 dbus::ObjectPath(rpc_identifier))) {
chromeos_wimax_network_proxy.h 33 const std::string& rpc_identifier);
chromeos_wimax_device_proxy.h 32 // Constructs a WiMaxManager.Device DBus object proxy at |rpc_identifier|.
34 const std::string& rpc_identifier);
chromeos_wimax_device_proxy.cc 62 const std::string& rpc_identifier)
67 dbus::ObjectPath(rpc_identifier))) {
  /system/connectivity/shill/
manager.cc 1664 RpcIdentifier rpc_identifier = GetDefaultServiceRpcIdentifier(nullptr); local
    [all...]

Completed in 571 milliseconds