Searched refs:configureScanMonitor (Results 1 – 7 of 7) sorted by relevance
68 bool PlatformWifi::configureScanMonitor(bool enable) { in configureScanMonitor() function in chre::PlatformWifi71 return mWifiApi->configureScanMonitor(enable); in configureScanMonitor()
39 .configureScanMonitor(nanoapp, enable, cookie); in chreWifiConfigureScanMonitorAsync()
56 bool configureScanMonitor(bool enable);
200 bool (*configureScanMonitor)(bool enable); member
275 ASSERT_TRUE(api_->configureScanMonitor(true /* enable */)); in TEST_F()280 ASSERT_TRUE(api_->configureScanMonitor(false /* enable */)); in TEST_F()
72 bool configureScanMonitor(Nanoapp *nanoapp, bool enable, const void *cookie);
48 bool WifiRequestManager::configureScanMonitor(Nanoapp *nanoapp, bool enable, in configureScanMonitor() function in chre::WifiRequestManager66 success = mPlatformWifi.configureScanMonitor(enable); in configureScanMonitor()481 if (mPlatformWifi.configureScanMonitor(stateTransition.enable)) { in handleScanMonitorStateChangeSync()