OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:network_path
(Results
1 - 6
of
6
) sorted by null
/system/connectivity/shill/wimax/
wimax_provider_unittest.cc
223
string
network_path
= GetTestNetworkPath(kIdentifier);
local
224
EXPECT_CALL(control_, CreateWiMaxNetworkProxy(
network_path
))
228
provider_.RetrieveNetworkInfo(
network_path
);
230
EXPECT_TRUE(ContainsKey(provider_.networks_,
network_path
));
231
EXPECT_EQ(kName, provider_.networks_[
network_path
].name);
232
EXPECT_EQ(kNetworkId, provider_.networks_[
network_path
].id);
233
provider_.RetrieveNetworkInfo(
network_path
);
/system/connectivity/shill/ethernet/
ethernet_unittest.cc
173
void SetSupplicantNetworkPath(const string&
network_path
) {
174
ethernet_->supplicant_network_path_ =
network_path
;
/system/connectivity/shill/wifi/
wifi.cc
446
string
network_path
;
local
490
network_path
= FindNetworkRpcidForService(service, &unused_error);
491
if (
network_path
.empty()) {
500
&
network_path
)) {
505
CHECK(!
network_path
.empty()); // No DBus path should be empty.
506
rpcid_by_service_[service] =
network_path
;
515
supplicant_interface_proxy_->SetHT40Enable(
network_path
, true);
517
supplicant_interface_proxy_->SelectNetwork(
network_path
);
[
all
...]
wifi_unittest.cc
[
all
...]
/system/connectivity/shill/
manager.h
487
// After verifying the destination, encrypt the password for |
network_path
|
498
const std::string&
network_path
,
[
all
...]
manager.cc
[
all
...]
Completed in 1173 milliseconds