Home
last modified time | relevance | path

Searched refs:userIdBundleNamesMap_ (Results 1 - 2 of 2) sorted by relevance

/foundation/window/window_manager/wmserver/src/
H A Dmock_session_manager_service.cpp803 auto iter = userIdBundleNamesMap_.find(userId); in RecoverSCBSnapshotSkipByUserId()
804 if (iter == userIdBundleNamesMap_.end()) { in RecoverSCBSnapshotSkipByUserId()
839 userIdBundleNamesMap_[userId] = bundleNameList; in SetSnapshotSkipByUserIdAndBundleNames()
852 userIdBundleNamesMap_ = userIdAndBunldeNames; in SetSnapshotSkipByIdNamesMap()
853 for (auto it = userIdBundleNamesMap_.begin(); it != userIdBundleNamesMap_.end(); ++it) { in SetSnapshotSkipByIdNamesMap()
/foundation/window/window_manager/wmserver/include/
H A Dmock_session_manager_service.h124 std::unordered_map<int32_t, std::vector<std::string>> userIdBundleNamesMap_; member in OHOS::Rosen::MockSessionManagerService

Completed in 3 milliseconds