Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_content.cpp153 nlohmann::json contentObj; in ToJson() local
293 auto contentObj = jsonObject.at("content"); in ConvertJsonToContent() local
H A Dnotification_request.cpp1935 nlohmann::json contentObj; in ConvertObjectsToJson() local
2239 auto contentObj = jsonObject.at("content"); in ConvertJsonToNotificationContent() local
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/src/
H A Dav_trans_message.cpp77 cJSON *contentObj = cJSON_GetObjectItemCaseSensitive(metaJson, KEY_CONTENT.c_str()); in UnmarshalMessage() local