Home
last modified time | relevance | path

Searched refs:ConvertBundleInfoPartToJson (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/include/
H A Dconvert_utils.h47 static bool ConvertBundleInfoPartToJson(const BundleInfo *bundleInfo, cJSON *root);
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/
H A Dconvert_utils.cpp220 if (!ConvertBundleInfoPartToJson(bundleInfo, root)) { in GetJsonBundleInfo()
237 bool ConvertUtils::ConvertBundleInfoPartToJson(const BundleInfo *bundleInfo, cJSON *root) in ConvertBundleInfoPartToJson() function in OHOS::ConvertUtils