Searched refs:NotifySessionIconChanged (Results 1 – 4 of 4) sorted by relevance
391 HWTEST_F(SessionListenerControllerTest, NotifySessionIconChanged, Function | SmallTest | Level2)404 slController->NotifySessionIconChanged(persistentId, icon);407 slController->NotifySessionIconChanged(persistentId, icon);410 slController->NotifySessionIconChanged(persistentId, icon);
56 …void NotifySessionIconChanged(int32_t persistentId, const std::shared_ptr<OHOS::Media::PixelMap>& …
249 void SessionListenerController::NotifySessionIconChanged(int32_t persistentId, in NotifySessionIconChanged() function in OHOS::Rosen::SessionListenerController
6484 listenerController_->NotifySessionIconChanged(sceneSession->GetPersistentId(), icon); in SetSessionIcon()