Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/clone/
H A Dnotification_clone_disturb_service.cpp92 std::vector<NotificationBundleOption> notExitBunldleList; in OnRestore() local
97 …ProfileUid(userId, uidMap, (*profile)->GetProfileTrustList(), exitBunldleList, notExitBunldleList); in OnRestore()
100 if (notExitBunldleList.empty()) { in OnRestore()
103 (*profile)->SetProfileTrustList(notExitBunldleList); in OnRestore()
120 std::vector<NotificationBundleOption>& notExitBunldleList) in GetProfileUid() argument
135 notExitBunldleList.push_back(bundle); in GetProfileUid()
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_clone_disturb_service.h40 std::vector<NotificationBundleOption>& notExitBunldleList);