Searched refs:serviceUid (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/ |
H A D | mock_notification_tools.cpp | 21 const std::string &appName, const std::string &prompt, int32_t serviceUid) in PublishNotification() argument 34 … std::map<std::string, std::pair<std::string, std::string>> &newPromptInfos, int32_t serviceUid) {} in RefreshContinuousNotifications() argument
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/continuous_task/src/ |
H A D | notification_tools.cpp | 72 const std::string &appName, const std::string &prompt, int32_t serviceUid) in PublishNotification() argument 101 notificationRequest.SetCreatorUid(serviceUid); in PublishNotification() 154 …nst std::map<std::string, std::pair<std::string, std::string>> &newPromptInfos, int32_t serviceUid) in RefreshContinuousNotifications() argument 166 if (newPromptInfos.count(label) == 0 || request.GetCreatorUid() != serviceUid) { in RefreshContinuousNotifications()
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/continuous_task/include/ |
H A D | notification_tools.h | 29 const std::string &appName, const std::string &prompt, int32_t serviceUid); 33 …st std::map<std::string, std::pair<std::string, std::string>> &newPromptInfos, int32_t serviceUid);
|