Home
last modified time | relevance | path

Searched refs:affects (Results 1 - 2 of 2) sorted by relevance

/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_trust_list.cpp42 nlohmann::json affects = root[NotificationConfigParse::APP_PRIVILEGES]; in GetCcmPrivilegesConfig() local
43 if (affects.is_null() || affects.empty()) { in GetCcmPrivilegesConfig()
47 for (auto &affect : affects.items()) { in GetCcmPrivilegesConfig()
H A Dreminder_swing_decision_center.cpp82 nlohmann::json affects = root[NotificationConfigParse::CFG_KEY_NOTIFICATION_SERVICE][SWING_FILTER][AFFTECED_BY]; in GetCcmSwingRemind() local
84 if (affects.is_null() || !affects.is_array() || affects.empty()) { in GetCcmSwingRemind()
89 for (auto &affect : affects) { in GetCcmSwingRemind()

Completed in 1 milliseconds