Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_check_info.cpp115 auto extraInfoStr = jsonobj.at("extraInfo").get<std::string>(); in ConvertJsonExtraInfoToValue() local
H A Dnotification_live_view_content.cpp182 std::string extraInfoStr = jsonObject.at("extraInfo").get<std::string>(); in FromJson() local
H A Dnotification_request.cpp896 auto extraInfoStr = jsonObject.at("extraInfo").get<std::string>(); in FromJson() local
1960 std::string extraInfoStr; in ConvertObjectsToJson() local
/ohos5.0/base/msdp/device_status/services/interaction/drag/src/
H A Ddrag_drawing.cpp1825 bool DragDrawing::ParserExtraInfo(const std::string &extraInfoStr, ExtraInfo &extraInfo) in ParserExtraInfo()