Searched refs:updateSessionIconFunc_ (Results 1 – 3 of 3) sorted by relevance
2060 session_->updateSessionIconFunc_ = nullptr;2064 session_->updateSessionIconFunc_ = func2;2225 session_->SetUpdateSessionIconListener(session_->updateSessionIconFunc_);
1652 if (updateSessionIconFunc_) { in SetSessionIcon()1653 updateSessionIconFunc_(updatedIconPath); in SetSessionIcon()1660 updateSessionIconFunc_ = func; in SetUpdateSessionIconListener()2278 updateSessionIconFunc_ = nullptr; in UnregisterSessionChangeListeners()
615 NofitySessionIconUpdatedFunc updateSessionIconFunc_; variable