Home
last modified time | relevance | path

Searched refs:exitBunldleList (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.cpp91 std::vector<NotificationBundleOption> exitBunldleList; in OnRestore() local
97 …GetProfileUid(userId, uidMap, (*profile)->GetProfileTrustList(), exitBunldleList, notExitBunldleLi… in OnRestore()
99 profileId, name, exitBunldleList); in OnRestore()
119 …vector<NotificationBundleOption> trustList, std::vector<NotificationBundleOption>& exitBunldleList, in GetProfileUid() argument
137 exitBunldleList.push_back(bundle); in GetProfileUid()
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_clone_disturb_service.h39 …vector<NotificationBundleOption> trustList, std::vector<NotificationBundleOption>& exitBunldleList,