Home
last modified time | relevance | path

Searched refs:CheckBundleJsonIsValid (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dbundle_util.h53 …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 Dgt_bundle_manager_service.cpp745 bool res = BundleUtil::CheckBundleJsonIsValid(bundleName, &codePath, &appId, oldVersionCode); in ReloadEntireBundleInfo()
761 … if (!res && !BundleUtil::CheckBundleJsonIsValid(bundleName, &codePath, &appId, oldVersionCode)) { in ReloadEntireBundleInfo()
H A Dbundle_manager_service.cpp461 bool res = BundleUtil::CheckBundleJsonIsValid(bundleName, &codePath, &appId, oldVersionCode); in ReloadEntireBundleInfo()
H A Dbundle_util.cpp443 bool BundleUtil::CheckBundleJsonIsValid(const char *bundleName, char **codePath, char **appId, int3… in CheckBundleJsonIsValid() function in OHOS::BundleUtil