Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_session.h99 using UpdateAppUseControlFunc = std::function<void(ControlAppType type, bool isNeedControl)>; variable
426 void RegisterUpdateAppUseControlCallback(UpdateAppUseControlFunc&& callback);
623 UpdateAppUseControlFunc onUpdateAppUseControlFunc_;
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp760 void SceneSession::RegisterUpdateAppUseControlCallback(UpdateAppUseControlFunc&& callback) in RegisterUpdateAppUseControlCallback()