Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_request.cpp1595 nlohmann::json flagsObj; in ConvertObjectsToJson() local
1596 if (!NotificationJsonConverter::ConvertToJson(notificationFlags_.get(), flagsObj)) { in ConvertObjectsToJson()
1600 jsonObject["notificationFlags"] = flagsObj; in ConvertObjectsToJson()
1861 auto flagsObj = jsonObject.at("notificationFlags"); in ConvertJsonToNotificationFlags() local
1862 if (!flagsObj.is_null()) { in ConvertJsonToNotificationFlags()
1863 auto pFlags = NotificationJsonConverter::ConvertFromJson<NotificationFlags>(flagsObj); in ConvertJsonToNotificationFlags()