Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/schedule/video_processor/strategy/
H A Dvideo_strategy_center.h79 void HandleScreenEvent(int32_t value);
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/schedule/video_processor/strategy/
H A Dvideo_strategy_center.cpp109 … 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
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscreen_session_manager.h347 …void HandleScreenEvent(sptr<ScreenSession> screenSession, ScreenId screenId, ScreenEvent screenEve…
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscreen_session_manager.cpp632 HandleScreenEvent(screenSession, screenId, screenEvent); in OnScreenChange()
712 void ScreenSessionManager::HandleScreenEvent(sptr<ScreenSession> screenSession, in HandleScreenEvent() function in OHOS::Rosen::ScreenSessionManager