Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_listener_controller_test.cpp391 HWTEST_F(SessionListenerControllerTest, NotifySessionIconChanged, Function | SmallTest | Level2)
404 slController->NotifySessionIconChanged(persistentId, icon);
407 slController->NotifySessionIconChanged(persistentId, icon);
410 slController->NotifySessionIconChanged(persistentId, icon);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dsession_listener_controller.h56 …void NotifySessionIconChanged(int32_t persistentId, const std::shared_ptr<OHOS::Media::PixelMap>& …
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dsession_listener_controller.cpp249 void SessionListenerController::NotifySessionIconChanged(int32_t persistentId, in NotifySessionIconChanged() function in OHOS::Rosen::SessionListenerController
H A Dscene_session_manager.cpp6484 listenerController_->NotifySessionIconChanged(sceneSession->GetPersistentId(), icon); in SetSessionIcon()