/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/ |
H A D | ans_manager_proxy_disturb.cpp | 163 ErrCode AnsManagerProxy::DoesSupportDoNotDisturbMode(bool &doesSupport) in DoesSupportDoNotDisturbMode() argument 184 if (!reply.ReadBool(doesSupport)) { in DoesSupportDoNotDisturbMode()
|
H A D | ans_manager_stub_invalid.cpp | 409 ErrCode AnsManagerStub::DoesSupportDoNotDisturbMode(bool &doesSupport) in DoesSupportDoNotDisturbMode() argument
|
H A D | ans_notification.cpp | 1197 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 D | advanced_notification_service_branch_test.cpp | 793 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 D | advanced_notification_service_test.cpp | 1072 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 D | notification_helper.cpp | 406 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 D | ansmanagerstub_fuzzer.cpp | 386 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 D | notification_helper.h | 774 static ErrCode DoesSupportDoNotDisturbMode(bool &doesSupport);
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/ |
H A D | ans_notification.h | 794 ErrCode DoesSupportDoNotDisturbMode(bool &doesSupport);
|
H A D | ans_manager_interface.h | 577 virtual ErrCode DoesSupportDoNotDisturbMode(bool &doesSupport) = 0;
|
H A D | ans_manager_proxy.h | 565 ErrCode DoesSupportDoNotDisturbMode(bool &doesSupport) override;
|
H A D | ans_manager_stub.h | 565 virtual ErrCode DoesSupportDoNotDisturbMode(bool &doesSupport) override;
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
H A D | notification_helper_test.cpp | 758 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 D | notification_subscriber_manager_branch_test.cpp | 970 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 D | ans_notification_branch_test.cpp | 345 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 D | ans_manager_proxy_unit_test.cpp | 5580 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 D | ans_notification_unit_test.cpp | 819 bool doesSupport = true; variable 820 ErrCode ret3 = ans_->DoesSupportDoNotDisturbMode(doesSupport);
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | advanced_notification_utils.cpp | 888 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 D | advanced_notification_service.h | 621 ErrCode DoesSupportDoNotDisturbMode(bool &doesSupport) override;
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_stub_test/ |
H A D | ans_manager_stub_test.cpp | 4482 bool doesSupport = true; variable 4484 ErrCode result = ansManagerStub_->DoesSupportDoNotDisturbMode(doesSupport);
|