Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/notification_smart_reminder/
H A Dreminder_affected.cpp43 const nlohmann::json &root, std::vector<std::pair<std::string, std::string>> &affectedBy) in ValidAndGetAffectedBy() argument
68affectedBy.push_back(std::make_pair(affectedByJson[DEVICE_TYPE].get<std::string>(), status)); in ValidAndGetAffectedBy()
70 if (affectedBy.size() <= 0) { in ValidAndGetAffectedBy()
H A Dsmart_reminder_center.cpp321 for (auto &affectedBy : reminderAffected->affectedBy_) { in HandleAffectedReminder() local
323 validDevices.find(affectedBy.first) == validDevices.end()) { in HandleAffectedReminder()
328 GetDeviceStatusByType(affectedBy.first, bitStatus); in HandleAffectedReminder()
329 if (!CompareStatus(affectedBy.second, bitStatus)) { in HandleAffectedReminder()
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dreminder_affected.h32 …onst nlohmann::json &affectedByJson, std::vector<std::pair<std::string, std::string>> &affectedBy);