Home
last modified time | relevance | path

Searched defs:jsonobj (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_check_info.cpp104 void NotificationCheckInfo::ConvertJsonExtraInfoToValue(nlohmann::json &jsonobj) in ConvertJsonExtraInfoToValue()
124 nlohmann::json jsonobj = nlohmann::json::parse(notificationData); in ConvertJsonStringToValue() local