Home
last modified time | relevance | path

Searched refs:ADVANCED_NOTIFICATION_SERVICE_ABILITY_ID (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_datashare_observer.cpp48 …r<IRemoteObject> remoteObj = saManager->GetSystemAbility(ADVANCED_NOTIFICATION_SERVICE_ABILITY_ID); in CreateDataShareHelper()
89 …r<IRemoteObject> remoteObj = saManager->GetSystemAbility(ADVANCED_NOTIFICATION_SERVICE_ABILITY_ID); in CheckIfSettingsDataReady()
H A Dadvanced_datashare_helper.cpp76 …r<IRemoteObject> remoteObj = saManager->GetSystemAbility(ADVANCED_NOTIFICATION_SERVICE_ABILITY_ID); in CreateDataShareHelper()
91 …r<IRemoteObject> remoteObj = saManager->GetSystemAbility(ADVANCED_NOTIFICATION_SERVICE_ABILITY_ID); in CreateContactDataShareHelper()
H A Dadvanced_datashare_helper_ext.cpp52 …r<IRemoteObject> remoteObj = saManager->GetSystemAbility(ADVANCED_NOTIFICATION_SERVICE_ABILITY_ID); in CreateDataShareHelper()
H A Dadvanced_notification_service_ability.cpp25 …YSTEM_ABILITY_BY_ID(AdvancedNotificationServiceAbility, ADVANCED_NOTIFICATION_SERVICE_ABILITY_ID, …
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_death_recipient.cpp38 …int32_t ret = samgrProxy->SubscribeSystemAbility(ADVANCED_NOTIFICATION_SERVICE_ABILITY_ID, statusC… in SubscribeSAManager()
H A Dans_notification.cpp1469 systemAbilityManager->GetSystemAbility(ADVANCED_NOTIFICATION_SERVICE_ABILITY_ID); in GetAnsManagerProxy()
/ohos5.0/base/notification/distributed_notification_service/test/systemtest/acts/ansDump/
H A DansDumpTest.cpp70 systemAbilityManager->GetSystemAbility(ADVANCED_NOTIFICATION_SERVICE_ABILITY_ID);
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_local_live_view_subscriber.cpp81 systemAbilityManager->GetSystemAbility(ADVANCED_NOTIFICATION_SERVICE_ABILITY_ID); in GetAnsManagerProxy()
H A Dnotification_subscriber.cpp279 systemAbilityManager->GetSystemAbility(ADVANCED_NOTIFICATION_SERVICE_ABILITY_ID); in GetAnsManagerProxy()
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_innerkits_module_setting_test.cpp53 …systemAbilityManager->AddSystemAbility(OHOS::ADVANCED_NOTIFICATION_SERVICE_ABILITY_ID, service_, s… in SetUpTestCase()
H A Dans_innerkits_module_slot_test.cpp59 …systemAbilityManager->AddSystemAbility(OHOS::ADVANCED_NOTIFICATION_SERVICE_ABILITY_ID, service_, s… in SetUpTestCase()
H A Dans_innerkits_module_publish_test.cpp498 …systemAbilityManager->AddSystemAbility(OHOS::ADVANCED_NOTIFICATION_SERVICE_ABILITY_ID, service_, s… in SetUpTestCase()
H A Dans_fw_module_test.cpp616 …g_systemAbilityManager->AddSystemAbility(OHOS::ADVANCED_NOTIFICATION_SERVICE_ABILITY_ID, service, … in SetUpTestCase()
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/
H A Dsystem_ability_definition.h209 ADVANCED_NOTIFICATION_SERVICE_ABILITY_ID = 3203, enumerator
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/
H A Ddefinition.rs200 pub const ADVANCED_NOTIFICATION_SERVICE_ABILITY_ID: i32 = 3203; const
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/
H A Ddump_utils.cpp98 { ADVANCED_NOTIFICATION_SERVICE_ABILITY_ID, "DistributedNotificationService" },
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/continuous_task/src/
H A Dbg_continuous_task_mgr.cpp166 … || systemAbilityManager->CheckSystemAbility(ADVANCED_NOTIFICATION_SERVICE_ABILITY_ID) == nullptr in InitNecessaryState()