Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_utils.cpp75 constexpr char FOUNDATION_BUNDLE_NAME[] = "ohos.global.systemres"; variable
931 request->SetOwnerBundleName(FOUNDATION_BUNDLE_NAME); in OnDistributedPublish()
932 request->SetCreatorBundleName(FOUNDATION_BUNDLE_NAME); in OnDistributedPublish()
1012 request->SetOwnerBundleName(FOUNDATION_BUNDLE_NAME); in OnDistributedUpdate()
1013 request->SetCreatorBundleName(FOUNDATION_BUNDLE_NAME); in OnDistributedUpdate()
1084 std::string bundle = (uid > 0) ? bundleName : FOUNDATION_BUNDLE_NAME; in OnDistributedDelete()
H A Dadvanced_notification_publish_service.cpp59 constexpr char FOUNDATION_BUNDLE_NAME[] = "ohos.global.systemres"; variable
1312 request->SetCreatorBundleName(FOUNDATION_BUNDLE_NAME); in PublishContinuousTaskNotification()
1316 request->SetOwnerBundleName(FOUNDATION_BUNDLE_NAME); in PublishContinuousTaskNotification()