Searched refs:PerformTDLSOperation (Results 1 - 9 of 9) sorted by relevance

/system/connectivity/shill/dbus/
H A Dchromeos_device_dbus_adaptor.h97 bool PerformTDLSOperation(brillo::ErrorPtr* error,
H A Dchromeos_device_dbus_adaptor.cc256 bool ChromeosDeviceDBusAdaptor::PerformTDLSOperation(brillo::ErrorPtr* error, function in class:shill::ChromeosDeviceDBusAdaptor
263 *out_state = device_->PerformTDLSOperation(operation, peer, &e);
/system/connectivity/shill/wifi/
H A Dwifi.h236 std::string PerformTDLSOperation(const std::string& operation,
H A Dwifi_unittest.cc1262 string PerformTDLSOperation( function in class:shill::WiFiObjectTest
1264 return wifi_->PerformTDLSOperation(operation, peer, error);
4337 TEST_F(WiFiMainTest, PerformTDLSOperation) {
4348 PerformTDLSOperation(kTDLSStatusOperation, kPeerMac, &error));
H A Dwifi.cc2889 string WiFi::PerformTDLSOperation(const string& operation, function in class:shill::WiFi
/system/connectivity/shill/
H A Ddevice.h204 virtual std::string PerformTDLSOperation(const std::string& operation,
H A Ddevice.cc1235 string Device::PerformTDLSOperation(const string& /* operation */, function in class:shill::Device
H A Ddevice_unittest.cc1235 TEST_F(DeviceTest, PerformTDLSOperation) {
1237 "", device_->PerformTDLSOperation("do something", "to someone", nullptr));
/system/connectivity/shill/test-rpc-proxy/
H A Dproxy_dbus_shill_wifi_client.cc625 return device->PerformTDLSOperation(

Completed in 91 milliseconds