Searched refs:rpcid (Results 1 – 3 of 3) sorted by relevance
651 string rpcid = FindNetworkRpcidForService(service, &error); in SetHT40EnableForService() local652 if (rpcid.empty()) { in SetHT40EnableForService()657 if (!supplicant_interface_proxy_->SetHT40Enable(rpcid, enable)) { in SetHT40EnableForService()658 LOG(ERROR) << "SetHT40Enable for " << rpcid << " failed."; in SetHT40EnableForService()1120 string rpcid = FindNetworkRpcidForService(service, error); in DisableNetworkForService() local1121 if (rpcid.empty()) { in DisableNetworkForService()1126 if (!DisableNetwork(rpcid)) { in DisableNetworkForService()1131 rpcid.c_str()); in DisableNetworkForService()1137 RemoveNetwork(rpcid); in DisableNetworkForService()1147 string rpcid = FindNetworkRpcidForService(service, error); in RemoveNetworkForService() local[all …]
1113 const WiFiServiceRefPtr& service, const string& rpcid) { in SetServiceNetworkRpcId() argument1114 wifi_->rpcid_by_service_[service.get()] = rpcid; in SetServiceNetworkRpcId()
282 for (const auto& rpcid : value) { in SetRpcIdentifiers() local283 paths.push_back(dbus::ObjectPath(rpcid)); in SetRpcIdentifiers()