Searched refs:powerState (Results 1 – 4 of 4) sorted by relevance
63 …Rosen::ScreenPowerState powerState = Rosen::ScreenManager::GetInstance().GetScreenPower(displayId_… in GetDisplayState() local64 DISPLAY_HILOGI(FEAT_STATE, "ScreenPowerState=%{public}d", static_cast<uint32_t>(powerState)); in GetDisplayState()65 switch (powerState) { in GetDisplayState()
140 …void EnableMock(IDeviceStateAction* powerState, IDeviceStateAction* shutdownState, IDevicePowerAct… in EnableMock() argument145 powerStateMachine_->EnableMock(powerState); in EnableMock()
151 …void EnableMock(IDeviceStateAction* powerState, IDeviceStateAction* shutdownState, IDevicePowerAct… in EnableMock() argument156 powerStateMachine_->EnableMock(powerState); in EnableMock()
253 auto powerState = new FuzzStateAction(); in TestPowerServiceStub() local256 g_service->EnableMock(powerState, shutdownState, powerAction, lockAction); in TestPowerServiceStub()