Searched refs:method (Results 51 - 64 of 64) sorted by relevance

123

/system/connectivity/shill/cellular/
H A Dmobile_operator_info_unittest.cc300 const std::string& method,
302 operator_info_->UpdateOnlinePortal(url, method, post_data);
1126 EXPECT_EQ(olp.method, olp_rhs.method);
299 UpdateOnlinePortal(const std::string& url, const std::string& method, const std::string& post_data) argument
H A Dcellular_capability_cdma.cc163 olp_list[0].method,
H A Dcellular_capability_universal_cdma.cc255 cellular()->service()->SetOLP(olp_list[0].url, olp_list[0].method, post_data);
H A Dcellular_capability_universal.cc788 cellular()->service()->SetOLP(olp_list[0].url, olp_list[0].method, post_data);
1110 // TODO(armansito): Remove this method once cromo is deprecated.
/system/connectivity/shill/
H A Dipconfig.cc89 store_.RegisterConstString(kMethodProperty, &properties_.method);
H A Dipconfig.h70 std::string method; member in struct:shill::IPConfig::Properties
144 // Registers a callback that's executed every time the Refresh method
H A Ddevice.cc582 properties.method = kTypeIPv6;
1807 // disable operation. Don't log error in this case, as this method is only
/system/connectivity/shill/wifi/
H A Dwifi_unittest.cc529 brillo::Any(string("not a real scan method")),
539 string method; local
542 kBgscanMethodProperty, &method, &unused_error));
543 EXPECT_EQ(WiFi::kDefaultBgscanMethod, method);
544 EXPECT_EQ(WPASupplicant::kNetworkBgscanMethodSimple, method);
553 kBgscanMethodProperty, &method, &unused_error));
554 EXPECT_EQ(WPASupplicant::kNetworkBgscanMethodLearn, method);
559 kBgscanMethodProperty, &method, &unused_error));
560 EXPECT_EQ(WiFi::kDefaultBgscanMethod, method);
753 void VerifyScanState(WiFi::ScanState state, WiFi::ScanMethod method) cons
959 TriggerScan(WiFi::ScanMethod method) argument
1193 SetBgscanMethod(const string& method) argument
1446 StartScan(WiFi::ScanMethod method) argument
1461 AttemptConnection(WiFi::ScanMethod method, WiFiEndpointRefPtr* endpoint, string* bss_path) argument
1485 ExpectScanStart(WiFi::ScanMethod method, bool is_continued) argument
[all...]
H A Dwifi_service.h97 // Validate |method| against all valid and supported security methods.
98 static bool IsValidSecurityMethod(const std::string& method);
122 // the parent method.
128 // parent method.
136 // have been called into question. This method returns true if given this
140 // successfully in the past must have this method called a number of times
308 // and OnCredentialChange are both called and the method returns true. This
309 // method will return false if the passphrase cannot be set. If the
310 // passphrase is already set to the value of |passphrase|, this method will
319 // the SetPassphraseInternal method wa
[all...]
/system/core/adb/
H A Dsysdeps_win32.cpp350 DWORD method; local
355 case SEEK_SET: method = FILE_BEGIN; break;
356 case SEEK_CUR: method = FILE_CURRENT; break;
357 case SEEK_END: method = FILE_END; break;
363 result = SetFilePointer( f->fh_handle, pos, NULL, method );
/system/connectivity/shill/dhcp/
H A Ddhcpv4_config.cc341 properties->method = kTypeDHCP;
/system/core/libziparchive/
H A Dzip_archive_test.cc272 ASSERT_EQ(kCompressDeflated, data.method);
506 if (entry->method == kCompressStored) {
/system/core/libbacktrace/
H A DBacktraceOffline.cpp706 if (zentry.method != kCompressStored || zentry.compressed_length != zentry.uncompressed_length) {
/system/connectivity/shill/mobile_operator_db/
H A Dserviceproviders.prototxt15172 method : POST
15181 method : POST
15995 method : POST
16031 method : POST

Completed in 7594 milliseconds

123