Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_listener_controller_test.cpp182 slController->NotifySessionLabelUpdated(persistentId);
253 slController->NotifySessionLabelUpdated(persistentId);
352 HWTEST_F(SessionListenerControllerTest, NotifySessionLabelUpdated, Function | SmallTest | Level2)
356 slController->NotifySessionLabelUpdated(persistentId);
359 slController->NotifySessionLabelUpdated(persistentId);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dsession_listener_controller.h60 void NotifySessionLabelUpdated(int32_t persistentId);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dsession_listener_controller.cpp294 void SessionListenerController::NotifySessionLabelUpdated(int32_t persistentId) in NotifySessionLabelUpdated() function in OHOS::Rosen::SessionListenerController
H A Dscene_session_manager.cpp6454 listenerController_->NotifySessionLabelUpdated(sceneSession->GetPersistentId()); in SetSessionLabel()