Home
last modified time | relevance | path

Searched refs:doesSupport (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_proxy_disturb.cpp163 ErrCode AnsManagerProxy::DoesSupportDoNotDisturbMode(bool &doesSupport) in DoesSupportDoNotDisturbMode() argument
184 if (!reply.ReadBool(doesSupport)) { in DoesSupportDoNotDisturbMode()
H A Dans_manager_stub_invalid.cpp409 ErrCode AnsManagerStub::DoesSupportDoNotDisturbMode(bool &doesSupport) in DoesSupportDoNotDisturbMode() argument
H A Dans_notification.cpp1197 ErrCode AnsNotification::DoesSupportDoNotDisturbMode(bool &doesSupport) in DoesSupportDoNotDisturbMode() argument
1205 return proxy->DoesSupportDoNotDisturbMode(doesSupport); in DoesSupportDoNotDisturbMode()
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_service_branch_test.cpp793 bool doesSupport = true; variable
794 …ASSERT_EQ(advancedNotificationService_->DoesSupportDoNotDisturbMode(doesSupport), ERR_ANS_NON_SYST…
808 bool doesSupport = true; variable
809 …ASSERT_EQ(advancedNotificationService_->DoesSupportDoNotDisturbMode(doesSupport), ERR_ANS_PERMISSI…
H A Dadvanced_notification_service_test.cpp1072 bool doesSupport = true; variable
1073 ASSERT_EQ(advancedNotificationService_->DoesSupportDoNotDisturbMode(doesSupport), (int)ERR_OK);
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_helper.cpp406 ErrCode NotificationHelper::DoesSupportDoNotDisturbMode(bool &doesSupport) in DoesSupportDoNotDisturbMode() argument
408 … return DelayedSingleton<AnsNotification>::GetInstance()->DoesSupportDoNotDisturbMode(doesSupport); in DoesSupportDoNotDisturbMode()
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/
H A Dansmanagerstub_fuzzer.cpp386 bool doesSupport = fuzzData.GenerateRandomBool(); in DoSomethingInterestingWithMyAPI() local
387 ansManagerStub.DoesSupportDoNotDisturbMode(doesSupport); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_helper.h774 static ErrCode DoesSupportDoNotDisturbMode(bool &doesSupport);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_notification.h794 ErrCode DoesSupportDoNotDisturbMode(bool &doesSupport);
H A Dans_manager_interface.h577 virtual ErrCode DoesSupportDoNotDisturbMode(bool &doesSupport) = 0;
H A Dans_manager_proxy.h565 ErrCode DoesSupportDoNotDisturbMode(bool &doesSupport) override;
H A Dans_manager_stub.h565 virtual ErrCode DoesSupportDoNotDisturbMode(bool &doesSupport) override;
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_helper_test.cpp758 bool doesSupport = true; variable
760 ErrCode ret = notificationHelper.DoesSupportDoNotDisturbMode(doesSupport);
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/notification_subscriber_manager_branch_test/
H A Dnotification_subscriber_manager_branch_test.cpp970 bool doesSupport = true; variable
975 …ASSERT_EQ(advancedNotificationService.DoesSupportDoNotDisturbMode(doesSupport), ERR_ANS_NON_SYSTEM…
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/
H A Dans_notification_branch_test.cpp345 ErrCode DoesSupportDoNotDisturbMode(bool &doesSupport) override in DoesSupportDoNotDisturbMode() argument
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_proxy_test/
H A Dans_manager_proxy_unit_test.cpp5580 bool doesSupport = false; variable
5581 int32_t result = proxy->DoesSupportDoNotDisturbMode(doesSupport);
5603 bool doesSupport = false; variable
5604 int32_t result = proxy->DoesSupportDoNotDisturbMode(doesSupport);
5606 EXPECT_EQ(true, doesSupport);
5625 bool doesSupport = false; variable
5626 int32_t result = proxy->DoesSupportDoNotDisturbMode(doesSupport);
5647 bool doesSupport = false; variable
5648 int32_t result = proxy->DoesSupportDoNotDisturbMode(doesSupport);
5669 bool doesSupport = false; variable
[all …]
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/
H A Dans_notification_unit_test.cpp819 bool doesSupport = true; variable
820 ErrCode ret3 = ans_->DoesSupportDoNotDisturbMode(doesSupport);
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_utils.cpp888 ErrCode AdvancedNotificationService::DoesSupportDoNotDisturbMode(bool &doesSupport) in DoesSupportDoNotDisturbMode() argument
901 doesSupport = SUPPORT_DO_NOT_DISTRUB; in DoesSupportDoNotDisturbMode()
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h621 ErrCode DoesSupportDoNotDisturbMode(bool &doesSupport) override;
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_stub_test/
H A Dans_manager_stub_test.cpp4482 bool doesSupport = true; variable
4484 ErrCode result = ansManagerStub_->DoesSupportDoNotDisturbMode(doesSupport);