Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_spawn_msg_wrapper.cpp46 static std::string DumpToJson(const HspList &hspList) in DumpToJson() function
57 static std::string DumpToJson(const DataGroupInfoList &dataGroupInfoList) in DumpToJson() function
157 extraInfoStr_ += HSPLIST_SOCKET_TYPE + DumpToJson(startMsg.hspList) + in BuildExtraInfo()
162 extraInfoStr_ += DATA_GROUP_SOCKET_TYPE + DumpToJson(startMsg.dataGroupInfoList) + in BuildExtraInfo()