Searched refs:DO_NOT_DISTURB_PROFILE_NAME (Results 1 – 1 of 1) sorted by relevance
25 constexpr const char *DO_NOT_DISTURB_PROFILE_NAME = "name"; variable139 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()