Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_util.cpp375 cJSON *BundleUtil::GetJsonStream(const char *path) in GetJsonStream() function in OHOS::BundleUtil
460 cJSON *object = GetJsonStream(bundleJsonPath); in CheckBundleJsonIsValid()
548 cJSON *object = GetJsonStream(bundleJsonPath); in GetValueFromBundleJson()
575 cJSON *object = GetJsonStream(bundleJsonPath); in GetValueFromBundleJson()
649 cJSON *object = BundleUtil::GetJsonStream(uidJsonPath.c_str()); in ObtainUidAndGidJson()
H A Dbundle_installer.cpp528 cJSON *root = BundleUtil::GetJsonStream(THIRD_SYSTEM_BUNDLE_JSON); in CheckIsThirdSystemBundle()
565 cJSON *root = BundleUtil::GetJsonStream(path); in RecordThirdSystemBundle()
H A Dbundle_manager_service.cpp359 cJSON *uninstallRecord = BundleUtil::GetJsonStream(UNINSTALL_THIRD_SYSTEM_BUNDLE_JSON); in ScanPackages()
766 cJSON *object = BundleUtil::GetJsonStream(uidJsonPath.c_str()); in RestoreUidAndGidMap()
H A Dgt_bundle_installer.cpp642 cJSON *root = BundleUtil::GetJsonStream(THIRD_SYSTEM_BUNDLE_JSON); in CheckIsThirdSystemBundle()
675 cJSON *root = BundleUtil::GetJsonStream(path); in RecordThirdSystemBundle()
H A Dgt_bundle_manager_service.cpp432 cJSON *uninstallRecord = BundleUtil::GetJsonStream(UNINSTALL_THIRD_SYSTEM_BUNDLE_JSON); in InstallPreBundle()
933 cJSON *installRecordJson = BundleUtil::GetJsonStream(bundleJsonPath); in TransformJsToBcWhenRestart()
H A Dbundle_parser.cpp233 cJSON *root = BundleUtil::GetJsonStream(profilePath.c_str()); in ParseHapProfile()
H A Dgt_bundle_parser.cpp161 cJSON *root = BundleUtil::GetJsonStream(profilePath); in ParseHapProfile()
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dbundle_util.h44 static cJSON *GetJsonStream(const char *path);
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr_server/source/
H A Dsamgr_server.c561 static cJSON *GetJsonStream() in GetJsonStream() function
596 cJSON *root = GetJsonStream(); in ParseSysCap()
H A Dsamgr_server_rpc.c671 static cJSON *GetJsonStream() in GetJsonStream() function
706 cJSON *root = GetJsonStream(); in ParseSysCap()