Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dpower_state_machine.cpp117 auto powerLevel = pd_.GetRequestPowerLevel(); in Entry()
153 auto powerLevel = pd_.GetRequestPowerLevel(); in Dispatch()
171 auto powerLevel = pd_.GetRequestPowerLevel(); in Dispatch()
206 if (pd_.GetControlPowerLevel() != pd_.GetRequestPowerLevel()) { in Dispatch()
210 pd_.GetRequestPowerLevel().second, in Dispatch()
214 pd_.GetRequestPowerLevel().first, in Dispatch()
262 pd_.GetRequestPowerLevel().second, in Dispatch()
266 pd_.GetRequestPowerLevel().first, in Dispatch()
278 auto powerLevel = pd_.GetRequestPowerLevel(); in Entry()
314 auto powerLevel = pd_.GetRequestPowerLevel(); in Dispatch()
[all …]
H A Dpower_device.h173 const std::pair<PowerSsrLevel, PowerModeLevel> &GetRequestPowerLevel() const;
H A Dpower_device.cpp168 UpdateControlSniffSubrating(GetRequestPowerLevel().first); in SniffSubratingCompleteCallback()
240 const std::pair<PowerSsrLevel, PowerModeLevel> &PowerDevice::GetRequestPowerLevel() const in GetRequestPowerLevel() function in OHOS::bluetooth::PowerDevice