Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_test.cpp1213 HWTEST_F(WindowSessionTest, SetUpdateSessionLabelListener, Function | SmallTest | Level2)
1218 session_->SetUpdateSessionLabelListener(func);
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dsession.h265 void SetUpdateSessionLabelListener(const NofitySessionLabelUpdatedFunc& func);
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dsession.cpp1638 void Session::SetUpdateSessionLabelListener(const NofitySessionLabelUpdatedFunc& func) in SetUpdateSessionLabelListener() function in OHOS::Rosen::Session
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_session.cpp3457 session->SetUpdateSessionLabelListener(func); in ProcessUpdateSessionLabelRegister()