Home
last modified time | relevance | path

Searched refs:SetRequestPower (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dpower_device.h63 void SetRequestPower(const std::string &profileName, const RequestStatus status) const;
H A Dpower_manager.cpp186 powerDevices_[rawAddr]->SetRequestPower(profileName, status); in UpdatePowerDevicesInfo()
H A Dpower_device.cpp68 void PowerDevice::SetRequestPower(const std::string &profileName, const RequestStatus status) const in SetRequestPower() function in OHOS::bluetooth::PowerDevice