Home
last modified time | relevance | path

Searched refs:GetDeviceRemindType (Results 1 – 25 of 27) sorted by relevance

12

/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dinit.cpp80 DECLARE_NAPI_FUNCTION("getDeviceRemindType", GetDeviceRemindType), in NotificationInit()
H A Ddistributed.cpp547 napi_value GetDeviceRemindType(napi_env env, napi_callback_info info) in GetDeviceRemindType() function
577 NotificationHelper::GetDeviceRemindType(asynccallbackinfo->remindType); in GetDeviceRemindType()
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannexthree_fuzzer/
H A Dansmanagerstubannexthree_fuzzer.cpp64 ansManagerStub.GetDeviceRemindType(remind); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/
H A Ddistributed.h110 napi_value GetDeviceRemindType(napi_env env, napi_callback_info info);
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/publishcontinuoustasknotification_fuzzer/
H A Dpublishcontinuoustasknotification_fuzzer.cpp83 Notification::NotificationHelper::GetDeviceRemindType(remind); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_reminder_service.cpp287 ErrCode AdvancedNotificationService::GetDeviceRemindType(NotificationConstant::RemindType &remindTy… in GetDeviceRemindType() function in OHOS::Notification::AdvancedNotificationService
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_helper.cpp441 ErrCode NotificationHelper::GetDeviceRemindType(NotificationConstant::RemindType &remindType) in GetDeviceRemindType() function in OHOS::Notification::NotificationHelper
443 return DelayedSingleton<AnsNotification>::GetInstance()->GetDeviceRemindType(remindType); in GetDeviceRemindType()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_helper.h841 static ErrCode GetDeviceRemindType(NotificationConstant::RemindType &remindType);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_notification.h861 ErrCode GetDeviceRemindType(NotificationConstant::RemindType &remindType);
H A Dans_manager_interface.h654 virtual ErrCode GetDeviceRemindType(NotificationConstant::RemindType &remindType) = 0;
H A Dans_manager_proxy.h642 ErrCode GetDeviceRemindType(NotificationConstant::RemindType &remindType) override;
H A Dans_manager_stub.h644 virtual ErrCode GetDeviceRemindType(NotificationConstant::RemindType &remindType) override;
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_service_branch_test.cpp864 … ASSERT_EQ(advancedNotificationService_->GetDeviceRemindType(remindType), ERR_ANS_NON_SYSTEM_APP);
879 …ASSERT_EQ(advancedNotificationService_->GetDeviceRemindType(remindType), ERR_ANS_PERMISSION_DENIED…
H A Dadvanced_notification_service_test.cpp1535 ASSERT_EQ(advancedNotificationService_->GetDeviceRemindType(remindType), ERR_OK);
1924 ASSERT_EQ(advancedNotificationService_->GetDeviceRemindType(remindType), ERR_OK);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_stub_invalid.cpp451 ErrCode AnsManagerStub::GetDeviceRemindType(NotificationConstant::RemindType &remindType) in GetDeviceRemindType() function in OHOS::Notification::AnsManagerStub
H A Dans_notification.cpp1331 ErrCode AnsNotification::GetDeviceRemindType(NotificationConstant::RemindType &remindType) in GetDeviceRemindType() function in OHOS::Notification::AnsNotification
1339 return proxy->GetDeviceRemindType(remindType); in GetDeviceRemindType()
H A Dans_manager_proxy.cpp1657 ErrCode AnsManagerProxy::GetDeviceRemindType(NotificationConstant::RemindType &remindType) in GetDeviceRemindType() function in OHOS::Notification::AnsManagerProxy
H A Dans_manager_stub.cpp1859 ErrCode result = GetDeviceRemindType(rType); in HandleGetDeviceRemindType()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
H A Dnapi_distributed.cpp436 NotificationHelper::GetDeviceRemindType(asynccallbackinfo->remindType); in NapiGetDeviceRemindType()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/
H A Dans_notification_branch_test.cpp391 ErrCode GetDeviceRemindType(NotificationConstant::RemindType &remindType) override in GetDeviceRemindType() function in OHOS::Notification::MockAnsManagerInterface
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/
H A Dansmanagerstub_fuzzer.cpp393 ansManagerStub.GetDeviceRemindType(remindType); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_helper_test.cpp846 ErrCode ret = notificationHelper.GetDeviceRemindType(remindType);
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h698 ErrCode GetDeviceRemindType(NotificationConstant::RemindType &remindType) override;
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/notification_subscriber_manager_branch_test/
H A Dnotification_subscriber_manager_branch_test.cpp1071 ASSERT_EQ(advancedNotificationService.GetDeviceRemindType(remindType), ERR_ANS_NON_SYSTEM_APP);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/
H A Dans_notification_unit_test.cpp894 ErrCode ret1 = ans_->GetDeviceRemindType(remindType);

12