Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/include/
H A Dconvert_utils.h31 static cJSON *GetJsonBundleInfo(const BundleInfo *bundleInfo);
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/
H A Dconvert_utils.cpp89 cJSON *root = GetJsonBundleInfo(bundleInfo); in ConvertBundleInfoToString()
211 cJSON *ConvertUtils::GetJsonBundleInfo(const BundleInfo *bundleInfo) in GetJsonBundleInfo() function in OHOS::ConvertUtils
337 cJSON *item = GetJsonBundleInfo(*bundleInfo + i); in GetJsonBundleInfos()
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/tools/src/
H A Dcommand_parser.cpp333 cJSON *root = ConvertUtils::GetJsonBundleInfo(&bundleInfo); in GetInstallBundleInfo()