Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dbundle_util.h48 static cJSON *ConvertInstallRecordToJson(const InstallRecord &installRecord);
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_installer.cpp654 cJSON *object = BundleUtil::ConvertInstallRecordToJson(record); in BackUpInstallRecord()
H A Dbundle_util.cpp591 cJSON *BundleUtil::ConvertInstallRecordToJson(const InstallRecord &installRecord) in ConvertInstallRecordToJson() function in OHOS::BundleUtil
H A Dgt_bundle_installer.cpp746 cJSON *object = BundleUtil::ConvertInstallRecordToJson(record); in BackUpInstallRecord()