Searched refs:network_id (Results 1 – 6 of 6) sorted by relevance
38 bool NetworkSelectorAndroid::SetProcessNetwork(NetworkId network_id) { in SetProcessNetwork() argument39 if (android_setprocnetwork(network_id) < 0) { in SetProcessNetwork()40 PLOG(ERROR) << "Binding the network to " << network_id; in SetProcessNetwork()
37 bool NetworkSelectorStub::SetProcessNetwork(NetworkId network_id) { in SetProcessNetwork() argument38 if (network_id != kDefaultNetworkId) { in SetProcessNetwork()
40 virtual bool SetProcessNetwork(NetworkId network_id) = 0;
32 bool SetProcessNetwork(NetworkId network_id) override;
240 NetworkId network_id = kDefaultNetworkId; in ApplyPayload() local243 &network_id)) { in ApplyPayload()249 if (!network_selector_->SetProcessNetwork(network_id)) { in ApplyPayload()