Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dbundle_installer.h46 uint8_t ReshapeAppId(const char *bundleName, std::string &appId);
H A Dgt_bundle_installer.h64 char *ReshapeAppId(const char *bundleName, char *appId);
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_installer.cpp200 errorCode = ReshapeAppId(bundleInfo->bundleName, signatureInfo.appId); in ProcessBundleInstall()
210 errorCode = ReshapeAppId(bundleInfo->bundleName, signatureInfo.appId); in ProcessBundleInstall()
247 uint8_t BundleInstaller::ReshapeAppId(const char *bundleName, std::string &appId) in ReshapeAppId() function in OHOS::BundleInstaller
H A Dgt_bundle_installer.cpp86 signatureInfo.appId = ReshapeAppId(bundleName, signatureInfo.appId); in PreCheckBundle()
364 char *GtBundleInstaller::ReshapeAppId(const char *bundleName, char *appId) in ReshapeAppId() function in OHOS::GtBundleInstaller