Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_helper.cpp411 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 Dnotification_helper.h782 … static ErrCode IsNeedSilentInDoNotDisturbMode(const std::string &phoneNumber, int32_t callerType);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_notification.h802 ErrCode IsNeedSilentInDoNotDisturbMode(const std::string &phoneNumber, int32_t callerType);
H A Dans_manager_interface.h585 …virtual ErrCode IsNeedSilentInDoNotDisturbMode(const std::string &phoneNumber, int32_t callerType)…
H A Dans_manager_proxy.h573 …ErrCode IsNeedSilentInDoNotDisturbMode(const std::string &phoneNumber, int32_t callerType) overrid…
H A Dans_manager_stub.h573 …virtual ErrCode IsNeedSilentInDoNotDisturbMode(const std::string &phoneNumber, int32_t callerType)…
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_proxy_disturb.cpp430 ErrCode AnsManagerProxy::IsNeedSilentInDoNotDisturbMode(const std::string &phoneNumber, int32_t cal… in IsNeedSilentInDoNotDisturbMode() function in OHOS::Notification::AnsManagerProxy
H A Dans_manager_stub_invalid.cpp415 ErrCode AnsManagerStub::IsNeedSilentInDoNotDisturbMode(const std::string &phoneNumber, int32_t call… in IsNeedSilentInDoNotDisturbMode() function in OHOS::Notification::AnsManagerStub
H A Dans_notification.cpp1208 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 Dans_manager_stub.cpp1062 ErrCode result = IsNeedSilentInDoNotDisturbMode(phoneNumber, callerType); in HandleIsNeedSilentInDoNotDisturbMode()
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_service_branch_test.cpp1206 …ASSERT_EQ(advancedNotificationService_->IsNeedSilentInDoNotDisturbMode(phoneNumber, callerType), -…
1221 ASSERT_EQ(advancedNotificationService_->IsNeedSilentInDoNotDisturbMode(
H A Dadvanced_notification_service_test.cpp1559 …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 Dans_notification_branch_test.cpp350 …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 Dadvanced_notification_service.h629 …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 Dnotification_subscriber_manager_branch_test.cpp1332 ASSERT_EQ(advancedNotificationService.IsNeedSilentInDoNotDisturbMode(
/ohos5.0/base/telephony/call_manager/services/call/src/
H A Dcall_status_manager.cpp1542 … 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 Dans_notification_unit_test.cpp1528 ErrCode ret = ans_->IsNeedSilentInDoNotDisturbMode(phoneNumber, callerType);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_proxy_test/
H A Dans_manager_proxy_unit_test.cpp8100 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 Dadvanced_notification_publish_service.cpp1846 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 Dans_manager_stub_test.cpp5473 ErrCode result = ansManagerStub_->IsNeedSilentInDoNotDisturbMode(phoneNumber, callerType);