Searched defs:path (Results 201 - 201 of 201) sorted by relevance

123456789

/system/connectivity/shill/wifi/
H A Dwifi_unittest.cc603 .WillByDefault(DoAll(SetArgumentPointee<1>(string("/default/path")),
606 .WillByDefault(DoAll(SetArgumentPointee<1>(string("/default/path")),
609 .WillByDefault(DoAll(SetArgumentPointee<1>(string("/default/path")),
800 // synthesize new |path| and |bssid| values, since we don't really care
806 string* path,
812 *path = StringPrintf("/interface/bss%d", bss_counter_);
849 string path; local
852 MakeNewEndpoint(mode, false, &ssid, &path, &bssid);
858 ReportBSS(path, ssid, bssid, signal_strength, frequency, mode);
865 return path;
803 MakeNewEndpoint(const char* mode, bool use_ssid, string* ssid, string* path, string* bssid) argument
874 string path; local
[all...]

Completed in 170 milliseconds

123456789