Searched refs:rpc_identifier (Results 1 – 10 of 10) sorted by relevance
32 std::string* rpc_identifier) = 0;34 std::string* rpc_identifier) = 0;35 virtual bool RemoveInterface(const std::string& rpc_identifier) = 0;
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));
37 bool(const KeyValueStore& args, std::string* rpc_identifier));
118 const KeyValueStore& args, string* rpc_identifier) { in CreateInterface() argument134 *rpc_identifier = path.value(); in CreateInterface()139 const string& rpc_identifier) { in RemoveInterface() argument141 << rpc_identifier; in RemoveInterface()148 if (!supplicant_proxy_->RemoveInterface(dbus::ObjectPath(rpc_identifier), in RemoveInterface()150 LOG(FATAL) << "Failed to remove interface " << rpc_identifier << ": " in RemoveInterface()158 const std::string& ifname, string* rpc_identifier) { in GetInterface() argument172 *rpc_identifier = path.value(); in GetInterface()173 return rpc_identifier; in GetInterface()
46 std::string* rpc_identifier) override;47 bool RemoveInterface(const std::string& rpc_identifier) override;49 std::string* rpc_identifier) override;
63 const std::string& rpc_identifier) in ChromeosWiMaxNetworkProxy() argument68 dbus::ObjectPath(rpc_identifier))) { in ChromeosWiMaxNetworkProxy()
62 const std::string& rpc_identifier) in ChromeosWiMaxDeviceProxy() argument67 dbus::ObjectPath(rpc_identifier))) { in ChromeosWiMaxDeviceProxy()
33 const std::string& rpc_identifier);
34 const std::string& rpc_identifier);
1664 RpcIdentifier rpc_identifier = GetDefaultServiceRpcIdentifier(nullptr); in EmitDefaultService() local1665 if (rpc_identifier != default_service_rpc_identifier_) { in EmitDefaultService()1666 adaptor_->EmitRpcIdentifierChanged(kDefaultServiceProperty, rpc_identifier); in EmitDefaultService()1667 default_service_rpc_identifier_ = rpc_identifier; in EmitDefaultService()