Home
last modified time | relevance | path

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

/ohos5.0/base/startup/appspawn/modules/sandbox/
H A Dsandbox_utils.cpp1242 string hspListInfo = GetExtraInfoByType(appProperty, HSPLIST_SOCKET_TYPE); in MountAllHsp() local
1243 if (hspListInfo.length() == 0) { in MountAllHsp()
1247 nlohmann::json hsps = nlohmann::json::parse(hspListInfo.c_str(), nullptr, false); in MountAllHsp()