Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dbundle_util.h57 static cJSON *ConvertUidAndGidToJson(const InstallRecord &installRecord);
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_installer.cpp482 cJSON *object = BundleUtil::ConvertUidAndGidToJson(record); in BackUpUidAndGidInfo()
H A Dbundle_util.cpp699 cJSON *BundleUtil::ConvertUidAndGidToJson(const InstallRecord &installRecord) in ConvertUidAndGidToJson() function in OHOS::BundleUtil