Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dbundle_util.h64 static bool StoreJsonContentToFile(const char *packageJson, const cJSON *object);
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dgt_bundle_installer.cpp695 (void) BundleUtil::StoreJsonContentToFile(path, root); in RecordThirdSystemBundle()
736 BundleUtil::StoreJsonContentToFile(path, root); in InitThirdSystemBundleRecord()
751 if (!BundleUtil::StoreJsonContentToFile(jsonPath, object)) { in BackUpInstallRecord()
H A Dbundle_util.cpp987 bool BundleUtil::StoreJsonContentToFile(const char *packageJson, const cJSON *object) in StoreJsonContentToFile() function in OHOS::BundleUtil
H A Dgt_bundle_manager_service.cpp1033 (void)BundleUtil::StoreJsonContentToFile(bundleJsonPath, installRecordObj); in TransformJsToBc()