Searched refs:PerformTDLSOperation (Results 1 – 10 of 10) sorted by relevance
/system/connectivity/shill/dbus/ |
D | chromeos_device_dbus_adaptor.cc | 256 bool ChromeosDeviceDBusAdaptor::PerformTDLSOperation(brillo::ErrorPtr* error, in PerformTDLSOperation() function in shill::ChromeosDeviceDBusAdaptor 263 *out_state = device_->PerformTDLSOperation(operation, peer, &e); in PerformTDLSOperation()
|
D | chromeos_device_dbus_adaptor.h | 97 bool PerformTDLSOperation(brillo::ErrorPtr* error,
|
/system/connectivity/shill/wifi/ |
D | wifi.h | 236 std::string PerformTDLSOperation(const std::string& operation,
|
D | wifi_unittest.cc | 1262 string PerformTDLSOperation( in PerformTDLSOperation() function in shill::WiFiObjectTest 1264 return wifi_->PerformTDLSOperation(operation, peer, error); in PerformTDLSOperation() 4337 TEST_F(WiFiMainTest, PerformTDLSOperation) { in TEST_F() argument 4348 PerformTDLSOperation(kTDLSStatusOperation, kPeerMac, &error)); in TEST_F()
|
D | wifi.cc | 2889 string WiFi::PerformTDLSOperation(const string& operation, in PerformTDLSOperation() function in shill::WiFi
|
/system/connectivity/shill/ |
D | device.h | 204 virtual std::string PerformTDLSOperation(const std::string& operation,
|
D | device.cc | 1235 string Device::PerformTDLSOperation(const string& /* operation */, in PerformTDLSOperation() function in shill::Device
|
D | device_unittest.cc | 1235 TEST_F(DeviceTest, PerformTDLSOperation) { in TEST_F() argument 1237 "", device_->PerformTDLSOperation("do something", "to someone", nullptr)); in TEST_F()
|
/system/connectivity/shill/test-rpc-proxy/ |
D | proxy_dbus_shill_wifi_client.cc | 625 return device->PerformTDLSOperation( in PerformTdlsOperation()
|
/system/connectivity/shill/doc/ |
D | device-api.txt | 174 string PerformTDLSOperation(string operation,
|