Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dbundle_util.h73 static bool AddUidAndGidInfo(const InstallRecord &installRecord, cJSON *size, cJSON *uids);
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_util.cpp676 bool BundleUtil::AddUidAndGidInfo(const InstallRecord &installRecord, cJSON *size, cJSON *uids) in AddUidAndGidInfo() function in OHOS::BundleUtil
731 if (!AddUidAndGidInfo(installRecord, size, uids)) { in ConvertUidAndGidToJson()