Home
last modified time | relevance | path

Searched refs:GetPowerMode (Results 1 – 25 of 64) sorted by relevance

123

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dpower_manager.h115 virtual BTPowerMode GetPowerMode(const RawAddress &addr) const = 0;
199 BTPowerMode GetPowerMode(const RawAddress &addr) const override;
H A Dpower_device.h91 BTPowerMode GetPowerMode() const;
H A Dadapter_manager.h233 int GetPowerMode(const std::string &address) const override;
H A Dpower_manager.cpp148 BTPowerMode PowerManager::GetPowerMode(const RawAddress &addr) const in GetPowerMode() function in OHOS::bluetooth::PowerManager
153 return iter->second->GetPowerMode(); in GetPowerMode()
/ohos5.0/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_p2p_iface.h44 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_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
/ohos5.0/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);
H A Dwifi_p2p_iface_test.cpp106 EXPECT_TRUE(p2pIface->GetPowerMode(mode) == HDF_ERR_NOT_SUPPORT);
H A Dwifi_sta_iface_test.cpp123 EXPECT_TRUE(staIface->GetPowerMode(mode) == HDF_ERR_NOT_SUPPORT);
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/wlan/
H A Dinterface_i_wlan_interface_v10.md45 | [GetPowerMode](#getpowermode) ([in] struct [HdfFeatureInfo](_hdf_feature_info_v10.md) ifeature, […
359 ### GetPowerMode()
362 IWlanInterface::GetPowerMode ([in] struct HdfFeatureInfo ifeature, [out] unsigned char mode )
H A Dinterface_i_wlan_interface_v11.md43 | [GetPowerMode](#getpowermode) ([in] struct [HdfFeatureInfo](_hdf_feature_info_v11.md) ifeature, […
384 ### GetPowerMode()
387 IWlanInterface::GetPowerMode ([in] struct HdfFeatureInfo ifeature, [out] unsigned char mode )
/ohos5.0/base/powermgr/power_manager/frameworks/napi/power/
H A Dpower_napi.h35 static napi_value GetPowerMode(napi_env env, napi_callback_info info);
H A Dpower_module.cpp90 DECLARE_NAPI_FUNCTION("getPowerMode", PowerNapi::GetPowerMode), in PowerInit()
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_remote_device.h110 int GetPowerMode(void) const;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_adapter_manager.h307 virtual int GetPowerMode(const std::string &address) const = 0;
/ohos5.0/drivers/peripheral/wlan/test/hdi_service/
H A Dwlan_hdi_direct_test.cpp568 int32_t rc = g_wlanObj->GetPowerMode(g_wlanObj, nullptr, &mode);
571 rc = g_wlanObj->GetPowerMode(g_wlanObj, &ifeature, &mode);
574 rc = g_wlanObj->GetPowerMode(g_wlanObj, &ifeature, nullptr);
576 rc = g_wlanObj->GetPowerMode(g_wlanObj, &ifeature, &mode);
/ohos5.0/drivers/peripheral/wlan/hdi_service/
H A Dwlan_interface_service.c62 service->interface.GetPowerMode = WlanInterfaceGetPowerMode; in WlanInterfaceImplGetInstance()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/idl_client/unittest/
H A Dhal_device_manage_test.h71 virtual int32_t GetPowerMode(int32_t& powerMode) in GetPowerMode() function

123