/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | notification_helper.cpp | 411 ErrCode NotificationHelper::IsNeedSilentInDoNotDisturbMode(const std::string &phoneNumber, int32_t … in IsNeedSilentInDoNotDisturbMode() function in OHOS::Notification::NotificationHelper 413 …return DelayedSingleton<AnsNotification>::GetInstance()->IsNeedSilentInDoNotDisturbMode(phoneNumbe… in IsNeedSilentInDoNotDisturbMode()
|
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/ |
H A D | notification_helper.h | 782 … static ErrCode IsNeedSilentInDoNotDisturbMode(const std::string &phoneNumber, int32_t callerType);
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/ |
H A D | ans_notification.h | 802 ErrCode IsNeedSilentInDoNotDisturbMode(const std::string &phoneNumber, int32_t callerType);
|
H A D | ans_manager_interface.h | 585 …virtual ErrCode IsNeedSilentInDoNotDisturbMode(const std::string &phoneNumber, int32_t callerType)…
|
H A D | ans_manager_proxy.h | 573 …ErrCode IsNeedSilentInDoNotDisturbMode(const std::string &phoneNumber, int32_t callerType) overrid…
|
H A D | ans_manager_stub.h | 573 …virtual ErrCode IsNeedSilentInDoNotDisturbMode(const std::string &phoneNumber, int32_t callerType)…
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/ |
H A D | ans_manager_proxy_disturb.cpp | 430 ErrCode AnsManagerProxy::IsNeedSilentInDoNotDisturbMode(const std::string &phoneNumber, int32_t cal… in IsNeedSilentInDoNotDisturbMode() function in OHOS::Notification::AnsManagerProxy
|
H A D | ans_manager_stub_invalid.cpp | 415 ErrCode AnsManagerStub::IsNeedSilentInDoNotDisturbMode(const std::string &phoneNumber, int32_t call… in IsNeedSilentInDoNotDisturbMode() function in OHOS::Notification::AnsManagerStub
|
H A D | ans_notification.cpp | 1208 ErrCode AnsNotification::IsNeedSilentInDoNotDisturbMode(const std::string &phoneNumber, int32_t cal… in IsNeedSilentInDoNotDisturbMode() function in OHOS::Notification::AnsNotification 1216 return proxy->IsNeedSilentInDoNotDisturbMode(phoneNumber, callerType); in IsNeedSilentInDoNotDisturbMode()
|
H A D | ans_manager_stub.cpp | 1062 ErrCode result = IsNeedSilentInDoNotDisturbMode(phoneNumber, callerType); in HandleIsNeedSilentInDoNotDisturbMode()
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | advanced_notification_service_branch_test.cpp | 1206 …ASSERT_EQ(advancedNotificationService_->IsNeedSilentInDoNotDisturbMode(phoneNumber, callerType), -… 1221 ASSERT_EQ(advancedNotificationService_->IsNeedSilentInDoNotDisturbMode(
|
H A D | advanced_notification_service_test.cpp | 1559 …ASSERT_EQ(advancedNotificationService_->IsNeedSilentInDoNotDisturbMode(phoneNumber, callerType), -… 2441 … auto ret = advancedNotificationService_->IsNeedSilentInDoNotDisturbMode(phoneNumber, callerType);
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/ |
H A D | ans_notification_branch_test.cpp | 350 …ErrCode IsNeedSilentInDoNotDisturbMode(const std::string &phoneNumber, int32_t callerType) override in IsNeedSilentInDoNotDisturbMode() function in OHOS::Notification::MockAnsManagerInterface
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/ |
H A D | advanced_notification_service.h | 629 …ErrCode IsNeedSilentInDoNotDisturbMode(const std::string &phoneNumber, int32_t callerType) overrid…
|
/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 | 1332 ASSERT_EQ(advancedNotificationService.IsNeedSilentInDoNotDisturbMode(
|
/ohos5.0/base/telephony/call_manager/services/call/src/ |
H A D | call_status_manager.cpp | 1542 … int ret = Notification::NotificationHelper::IsNeedSilentInDoNotDisturbMode(info.phoneNum, 0); in IsRejectCall()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/ |
H A D | ans_notification_unit_test.cpp | 1528 ErrCode ret = ans_->IsNeedSilentInDoNotDisturbMode(phoneNumber, callerType);
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_proxy_test/ |
H A D | ans_manager_proxy_unit_test.cpp | 8100 int32_t result = proxy->IsNeedSilentInDoNotDisturbMode(phoneNumber, callerType); 8123 int32_t result = proxy->IsNeedSilentInDoNotDisturbMode(phoneNumber, callerType); 8144 int32_t result = proxy->IsNeedSilentInDoNotDisturbMode(phoneNumber, callerType); 8166 int32_t result = proxy->IsNeedSilentInDoNotDisturbMode(phoneNumber, callerType); 8188 int32_t result = proxy->IsNeedSilentInDoNotDisturbMode(phoneNumber, callerType);
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | advanced_notification_publish_service.cpp | 1846 ErrCode AdvancedNotificationService::IsNeedSilentInDoNotDisturbMode( in IsNeedSilentInDoNotDisturbMode() function in OHOS::Notification::AdvancedNotificationService
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_stub_test/ |
H A D | ans_manager_stub_test.cpp | 5473 ErrCode result = ansManagerStub_->IsNeedSilentInDoNotDisturbMode(phoneNumber, callerType);
|