Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_session.h623 UpdateAppUseControlFunc onUpdateAppUseControlFunc_; variable
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp768 session->onUpdateAppUseControlFunc_ = std::move(callback); in RegisterUpdateAppUseControlCallback()
770 session->onUpdateAppUseControlFunc_(type, isNeedControl); in RegisterUpdateAppUseControlCallback()
785 if (session->onUpdateAppUseControlFunc_) { in NotifyUpdateAppUseControl()
786 session->onUpdateAppUseControlFunc_(type, isNeedControl); in NotifyUpdateAppUseControl()