Searched refs:GetJsonBundleInfo (Results 1 – 3 of 3) sorted by relevance
31 static cJSON *GetJsonBundleInfo(const BundleInfo *bundleInfo);
89 cJSON *root = GetJsonBundleInfo(bundleInfo); in ConvertBundleInfoToString()211 cJSON *ConvertUtils::GetJsonBundleInfo(const BundleInfo *bundleInfo) in GetJsonBundleInfo() function in OHOS::ConvertUtils337 cJSON *item = GetJsonBundleInfo(*bundleInfo + i); in GetJsonBundleInfos()
333 cJSON *root = ConvertUtils::GetJsonBundleInfo(&bundleInfo); in GetInstallBundleInfo()