Home
last modified time | relevance | path

Searched refs:GetPowerMode (Results 1 - 21 of 21) sorted by relevance

/drivers/peripheral/wlan/chip/hdi_service/
H A Dwifi_ap_iface.cpp103 int32_t WifiApIface::GetPowerMode(int32_t& powerMode) in GetPowerMode() function in OHOS::HDI::Wlan::Chip::V1_0::WifiApIface
108 std::tie(status, mode) = vendorHal_.lock()->GetPowerMode(ifname_); in GetPowerMode()
H A Dwifi_ap_iface.h46 int32_t GetPowerMode(int32_t& powerMode) override;
H A Dwifi_sta_iface.h45 int32_t GetPowerMode(int32_t& powerMode) override;
H A Dwifi_p2p_iface.cpp79 int32_t WifiP2pIface::GetPowerMode(int32_t& powerMode) in GetPowerMode() function in OHOS::HDI::Wlan::Chip::V1_0::WifiP2pIface
H A Dwifi_ext_iface.cpp79 int32_t WifiExtIface::GetPowerMode(int32_t& powerMode) in GetPowerMode() function in OHOS::HDI::Wlan::Chip::V1_0::WifiExtIface
H A Dwifi_p2p_iface.h44 int32_t GetPowerMode(int32_t& powerMode) override;
H A Dwifi_ext_iface.h44 int32_t GetPowerMode(int32_t& powerMode) override;
H A Dwifi_vendor_hal.h56 std::pair<WifiError, int> GetPowerMode(const std::string& ifaceName);
H A Dwifi_sta_iface.cpp103 int32_t WifiStaIface::GetPowerMode(int32_t& powerMode) in GetPowerMode() function in OHOS::HDI::Wlan::Chip::V1_0::WifiStaIface
H A Dwifi_vendor_hal.cpp320 std::pair<WifiError, int> WifiVendorHal::GetPowerMode(const std::string& ifaceName) in GetPowerMode() function in OHOS::HDI::Wlan::Chip::V1_0::WifiVendorHal
/drivers/peripheral/wlan/test/unittest/chip/
H A Dwifi_hal_fn.cpp89 WifiError GetPowerMode(const char *ifName, int *mode) in GetPowerMode() function
209 fn->getPowerMode = GetPowerMode; in InitWifiHalFuncTable()
H A Dwifi_vendor_hal_test.cpp70 wifiVendorHalTest->GetPowerMode(VAILD_IFNAME); in StartTest()
H A Dwifi_ap_iface_test.cpp189 EXPECT_TRUE(apIface->GetPowerMode(mode) == HDF_SUCCESS); in HWTEST_F()
H A Dwifi_sta_iface_test.cpp123 EXPECT_TRUE(staIface->GetPowerMode(mode) == HDF_ERR_NOT_SUPPORT); in HWTEST_F()
H A Dwifi_p2p_iface_test.cpp106 EXPECT_TRUE(p2pIface->GetPowerMode(mode) == HDF_ERR_NOT_SUPPORT); in HWTEST_F()
/drivers/peripheral/wlan/hdi_service/
H A Dwlan_interface_service.c62 service->interface.GetPowerMode = WlanInterfaceGetPowerMode; in WlanInterfaceImplGetInstance()
/drivers/peripheral/wlan/test/hdi_service/
H A Dwlan_hdi_direct_test.cpp568 int32_t rc = g_wlanObj->GetPowerMode(g_wlanObj, nullptr, &mode); in HWTEST_F()
571 rc = g_wlanObj->GetPowerMode(g_wlanObj, &ifeature, &mode); in HWTEST_F()
574 rc = g_wlanObj->GetPowerMode(g_wlanObj, &ifeature, nullptr); in HWTEST_F()
576 rc = g_wlanObj->GetPowerMode(g_wlanObj, &ifeature, &mode); in HWTEST_F()
H A Dwlan_hdi_hal_services_c_test.cpp365 rc = g_wlanObj->GetPowerMode(g_wlanObj, &ifeature, &mode); in HWTEST_F()
651 rc = g_wlanObj->GetPowerMode(g_wlanObj, &ifeature, &mode); in HWTEST_F()
/drivers/hdf_core/framework/include/wifi/
H A Dwifi_mac80211_ops.h618 int32_t (*GetPowerMode)(struct NetDevice *netDev, uint8_t *mode); member
/drivers/peripheral/wlan/test/fuzztest/
H A Dwlan_common_fuzzer.cpp166 interface->GetPowerMode(interface, &feature, &mode); in FuzzGetPowerMode()
/drivers/hdf_core/framework/model/network/wifi/core/module/
H A Dwifi_base.c1424 if (chipDriver->ops->GetPowerMode == NULL) { in HdfdWlanGetPowerMode()
1426 HDF_LOGE("%s: chipDriver->ops->GetPowerMode is null\r\n", __func__); in HdfdWlanGetPowerMode()
1429 return chipDriver->ops->GetPowerMode(netdev, mode); in HdfdWlanGetPowerMode()

Completed in 14 milliseconds