Searched refs:DisplayPowerMgrProxy (Results 1 – 6 of 6) sorted by relevance
27 bool DisplayPowerMgrProxy::SetDisplayState(uint32_t id, DisplayState state, uint32_t reason) in SetDisplayState()37 if (!data.WriteInterfaceToken(DisplayPowerMgrProxy::GetDescriptor())) { in SetDisplayState()62 DisplayState DisplayPowerMgrProxy::GetDisplayState(uint32_t id) in GetDisplayState()72 if (!data.WriteInterfaceToken(DisplayPowerMgrProxy::GetDescriptor())) { in GetDisplayState()95 std::vector<uint32_t> DisplayPowerMgrProxy::GetDisplayIds() in GetDisplayIds()107 if (!data.WriteInterfaceToken(DisplayPowerMgrProxy::GetDescriptor())) { in GetDisplayIds()137 uint32_t DisplayPowerMgrProxy::GetMainDisplayId() in GetMainDisplayId()148 if (!data.WriteInterfaceToken(DisplayPowerMgrProxy::GetDescriptor())) { in GetMainDisplayId()169 bool DisplayPowerMgrProxy::SetBrightness(uint32_t value, uint32_t displayId) in SetBrightness()179 if (!data.WriteInterfaceToken(DisplayPowerMgrProxy::GetDescriptor())) { in SetBrightness()[all …]
32 class DisplayPowerMgrProxy : public IRemoteProxy<IDisplayPowerMgr> {34 explicit DisplayPowerMgrProxy(const sptr<IRemoteObject>& impl) in DisplayPowerMgrProxy() function36 ~DisplayPowerMgrProxy() override = default;62 static inline BrokerDelegator<DisplayPowerMgrProxy> delegator_;
51 void DisplayMockParcelTest::DisplayProxyTestFunc(std::shared_ptr<DisplayPowerMgrProxy>& sptrDisplay… in DisplayProxyTestFunc()122 auto sptrDisplayProxy = std::make_shared<DisplayPowerMgr::DisplayPowerMgrProxy>(nullptr);139 auto sptrDisplayProxy = std::make_shared<DisplayPowerMgr::DisplayPowerMgrProxy>(nullptr);154 auto sptrDisplayProxy = std::make_shared<DisplayPowerMgr::DisplayPowerMgrProxy>(sptrRemoteObj);
58 auto sptrDisplayProxy = std::make_shared<DisplayPowerMgr::DisplayPowerMgrProxy>(sptrRemoteObj);
95 auto sptrDisplayProxy = std::make_shared<DisplayPowerMgr::DisplayPowerMgrProxy>(sptrRemoteObj);
27 …static void DisplayProxyTestFunc(std::shared_ptr<DisplayPowerMgr::DisplayPowerMgrProxy>& sptrDispl…