Searched refs:ReshapeAppId (Results 1 – 4 of 4) sorted by relevance
46 uint8_t ReshapeAppId(const char *bundleName, std::string &appId);
64 char *ReshapeAppId(const char *bundleName, char *appId);
200 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
86 signatureInfo.appId = ReshapeAppId(bundleName, signatureInfo.appId); in PreCheckBundle()364 char *GtBundleInstaller::ReshapeAppId(const char *bundleName, char *appId) in ReshapeAppId() function in OHOS::GtBundleInstaller