Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_do_not_disturb_profile.cpp26 constexpr const char *DO_NOT_DISTURB_PROFILE_TRUSTLIST = "trustlist"; variable
140 jsonObject[DO_NOT_DISTURB_PROFILE_TRUSTLIST] = jsonNodes; in GetProfileJson()
160 if (jsonObject.contains(DO_NOT_DISTURB_PROFILE_TRUSTLIST) && in FromJson()
161 jsonObject[DO_NOT_DISTURB_PROFILE_TRUSTLIST].is_array()) { in FromJson()
162 for (auto &trust : jsonObject.at(DO_NOT_DISTURB_PROFILE_TRUSTLIST)) { in FromJson()