/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/ |
H A D | power_manager.h | 115 virtual BTPowerMode GetPowerMode(const RawAddress &addr) const = 0; 199 BTPowerMode GetPowerMode(const RawAddress &addr) const override;
|
H A D | power_device.h | 91 BTPowerMode GetPowerMode() const;
|
H A D | adapter_manager.h | 233 int GetPowerMode(const std::string &address) const override;
|
H A D | power_manager.cpp | 148 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 D | wifi_ap_iface.cpp | 103 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 D | wifi_ap_iface.h | 46 int32_t GetPowerMode(int32_t& powerMode) override;
|
H A D | wifi_p2p_iface.h | 44 int32_t GetPowerMode(int32_t& powerMode) override;
|
H A D | wifi_sta_iface.h | 45 int32_t GetPowerMode(int32_t& powerMode) override;
|
H A D | wifi_p2p_iface.cpp | 79 int32_t WifiP2pIface::GetPowerMode(int32_t& powerMode) in GetPowerMode() function in OHOS::HDI::Wlan::Chip::V1_0::WifiP2pIface
|
H A D | wifi_vendor_hal.h | 56 std::pair<WifiError, int> GetPowerMode(const std::string& ifaceName);
|
H A D | wifi_sta_iface.cpp | 103 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 D | wifi_hal_fn.cpp | 89 WifiError GetPowerMode(const char *ifName, int *mode) in GetPowerMode() function 209 fn->getPowerMode = GetPowerMode; in InitWifiHalFuncTable()
|
H A D | wifi_vendor_hal_test.cpp | 70 wifiVendorHalTest->GetPowerMode(VAILD_IFNAME); in StartTest()
|
H A D | wifi_ap_iface_test.cpp | 189 EXPECT_TRUE(apIface->GetPowerMode(mode) == HDF_SUCCESS);
|
H A D | wifi_p2p_iface_test.cpp | 106 EXPECT_TRUE(p2pIface->GetPowerMode(mode) == HDF_ERR_NOT_SUPPORT);
|
H A D | wifi_sta_iface_test.cpp | 123 EXPECT_TRUE(staIface->GetPowerMode(mode) == HDF_ERR_NOT_SUPPORT);
|
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/wlan/ |
H A D | interface_i_wlan_interface_v10.md | 45 | [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 D | interface_i_wlan_interface_v11.md | 43 | [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 D | power_napi.h | 35 static napi_value GetPowerMode(napi_env env, napi_callback_info info);
|
H A D | power_module.cpp | 90 DECLARE_NAPI_FUNCTION("getPowerMode", PowerNapi::GetPowerMode), in PowerInit()
|
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_remote_device.h | 110 int GetPowerMode(void) const;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_adapter_manager.h | 307 virtual int GetPowerMode(const std::string &address) const = 0;
|
/ohos5.0/drivers/peripheral/wlan/test/hdi_service/ |
H A D | wlan_hdi_direct_test.cpp | 568 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 D | wlan_interface_service.c | 62 service->interface.GetPowerMode = WlanInterfaceGetPowerMode; in WlanInterfaceImplGetInstance()
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/idl_client/unittest/ |
H A D | hal_device_manage_test.h | 71 virtual int32_t GetPowerMode(int32_t& powerMode) in GetPowerMode() function
|