Home
last modified time | relevance | path

Searched refs:convertCachedScanReportToAidl (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/wifi/aidl/default/
Daidl_struct_util.h217 bool convertCachedScanReportToAidl(const legacy_hal::WifiCachedScanReport& report,
Dwifi_sta_iface.cpp738 if (!aidl_struct_util::convertCachedScanReportToAidl(cached_scan_report, &aidl_scan_data)) { in getCachedScanDataInternal()
Daidl_struct_util.cpp3567 bool convertCachedScanReportToAidl(const legacy_hal::WifiCachedScanReport& report, in convertCachedScanReportToAidl() function
/hardware/interfaces/wifi/aidl/default/tests/
Daidl_struct_util_unit_tests.cpp892 TEST_F(AidlStructUtilTest, convertCachedScanReportToAidl) { in TEST_F() argument
915 aidl_struct_util::convertCachedScanReportToAidl(hw_report, &aidl_data); in TEST_F()