Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp5755 … std::vector<std::string> bundleListForNotify(privacyBundleList.begin(), privacyBundleList.end()); in UpdatePrivateStateAndNotify() local
5757 !bundleListForNotify.empty() || specialExtWindowHasPrivacyMode_.load()); in UpdatePrivateStateAndNotify()
5758 …reenSessionManagerClient::GetInstance().SetScreenPrivacyWindowList(displayId, bundleListForNotify); in UpdatePrivateStateAndNotify()
5759 if (!bundleListForNotify.empty()) { in UpdatePrivateStateAndNotify()
5760 …LogTag::WMS_MAIN, "first privacy window bundle name: %{public}s.", bundleListForNotify[0].c_str()); in UpdatePrivateStateAndNotify()
5762 for (const auto& bundle : bundleListForNotify) { in UpdatePrivateStateAndNotify()