Home
last modified time | relevance | path

Searched refs:RequestEnableNotificationWithContext (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/frameworks/cj/ffi/include/
H A Dnotification_manager_impl.h32 static int RequestEnableNotificationWithContext(sptr<AbilityRuntime::CJAbilityContext> context);
/ohos5.0/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H A Dnotification_manager_ffi.cpp99 auto code = NotificationManagerImpl::RequestEnableNotificationWithContext(context); in FfiOHOSNotificationManagerRequestEnableNotificationWithContext()
H A Dnotification_manager_impl.cpp715 …int NotificationManagerImpl::RequestEnableNotificationWithContext(sptr<AbilityRuntime::CJAbilityCo… in RequestEnableNotificationWithContext() function in OHOS::CJSystemapi::NotificationManagerImpl