Searched refs:HandleScreenEvent (Results 1 – 4 of 4) sorted by relevance
79 void HandleScreenEvent(int32_t value);
109 … eventHandlerList_.insert({SCREEN_STATUS_EVENT, [this](int32_t value){HandleScreenEvent(value);}}); in InitHandleEvent()208 void VideoStrategyCenter::HandleScreenEvent(int32_t value) in HandleScreenEvent() function in OHOS::CameraStandard::DeferredProcessing::VideoStrategyCenter
347 …void HandleScreenEvent(sptr<ScreenSession> screenSession, ScreenId screenId, ScreenEvent screenEve…
632 HandleScreenEvent(screenSession, screenId, screenEvent); in OnScreenChange()712 void ScreenSessionManager::HandleScreenEvent(sptr<ScreenSession> screenSession, in HandleScreenEvent() function in OHOS::Rosen::ScreenSessionManager