Home
last modified time | relevance | path

Searched refs:isRepeatCall (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_datashare_helper.h39 bool isRepeatCall(const std::string &phoneNumber);
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_datashare_helper.cpp215 bool AdvancedDatashareHelper::isRepeatCall(const std::string &phoneNumber) in isRepeatCall() function in OHOS::Notification::AdvancedDatashareHelper
H A Dadvanced_notification_publish_service.cpp1892 if (datashareHelper->isRepeatCall(phoneNumber)) { in CheckNeedSilent()