Searched refs:CheckBundleJsonIsValid (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/ |
H A D | bundle_util.h | 53 …static bool CheckBundleJsonIsValid(const char *bundleName, char **codePath, char **appId, int32_t …
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/ |
H A D | gt_bundle_manager_service.cpp | 745 bool res = BundleUtil::CheckBundleJsonIsValid(bundleName, &codePath, &appId, oldVersionCode); in ReloadEntireBundleInfo() 761 … if (!res && !BundleUtil::CheckBundleJsonIsValid(bundleName, &codePath, &appId, oldVersionCode)) { in ReloadEntireBundleInfo()
|
H A D | bundle_manager_service.cpp | 461 bool res = BundleUtil::CheckBundleJsonIsValid(bundleName, &codePath, &appId, oldVersionCode); in ReloadEntireBundleInfo()
|
H A D | bundle_util.cpp | 443 bool BundleUtil::CheckBundleJsonIsValid(const char *bundleName, char **codePath, char **appId, int3… in CheckBundleJsonIsValid() function in OHOS::BundleUtil
|