Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_session.h74 using NotifyPrepareClosePiPSessionFunc = std::function<void()>; variable
247 void RegisterProcessPrepareClosePiPCallback(NotifyPrepareClosePiPSessionFunc&& callback);
610 NotifyPrepareClosePiPSessionFunc onPrepareClosePiPSession_;
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp2111 void SceneSession::RegisterProcessPrepareClosePiPCallback(NotifyPrepareClosePiPSessionFunc&& callba… in RegisterProcessPrepareClosePiPCallback()