Home
last modified time | relevance | path

Searched refs:DO_NOT_DISTURB_PROFILE_NAME (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.cpp25 constexpr const char *DO_NOT_DISTURB_PROFILE_NAME = "name"; variable
139 jsonObject[DO_NOT_DISTURB_PROFILE_NAME] = name_; in GetProfileJson()
157 …if (jsonObject.contains(DO_NOT_DISTURB_PROFILE_NAME) && jsonObject[DO_NOT_DISTURB_PROFILE_NAME].is… in FromJson()
158 name_ = jsonObject.at(DO_NOT_DISTURB_PROFILE_NAME).get<std::string>(); in FromJson()