Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_live_view_content.h166 bool PictureToJson(nlohmann::json &jsonObject) const;
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_live_view_content.cpp100 bool NotificationLiveViewContent::PictureToJson(nlohmann::json &jsonObject) const in PictureToJson() function in OHOS::Notification::NotificationLiveViewContent
135 return PictureToJson(jsonObject); in ToJson()