Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/notification_smart_reminder/
H A Dreminder_affected.cpp48 nlohmann::json affectedBysJson = root[AFFECTED_BY]; in ValidAndGetAffectedBy() local
49 if (!affectedBysJson.is_array() || affectedBysJson.empty()) { in ValidAndGetAffectedBy()
52 for (auto affectedByJson : affectedBysJson) { in ValidAndGetAffectedBy()