Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dpower_device.cpp36 std::pair<PowerSsrLevel, PowerModeLevel> requestPowerLevel_ = member
242 return pimpl->requestPowerLevel_; in GetRequestPowerLevel()
247 pimpl->requestPowerLevel_ = std::pair<PowerSsrLevel, PowerModeLevel>(ssr, power); in SetRequestPowerLevel()