Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_test2.cpp1546 HWTEST_F(SceneSessionTest2, SetSessionPiPControlStatusChangeCallback, Function | SmallTest | Level2)
1554 sceneSession->SetSessionPiPControlStatusChangeCallback(func);
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_session.h243 …void SetSessionPiPControlStatusChangeCallback(const NotifySessionPiPControlStatusChangeFunc& func);
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp1357 void SceneSession::SetSessionPiPControlStatusChangeCallback(const NotifySessionPiPControlStatusChan… in SetSessionPiPControlStatusChangeCallback() function in OHOS::Rosen::SceneSession
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_session.cpp1052 session->SetSessionPiPControlStatusChangeCallback(func); in ProcessSessionPiPControlStatusChangeRegister()