/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_verify_mgr.cpp | 97 ErrCode BundleVerifyMgr::ParseHapProfile(const std::string &filePath, HapVerifyResult &hapVerifyRes… in ParseHapProfile() function in OHOS::AppExecFwk::BundleVerifyMgr 99 auto ret = Security::Verify::ParseHapProfile(filePath, hapVerifyResult); in ParseHapProfile()
|
H A D | bundle_mgr_service_event_handler.cpp | 2775 auto ret = BundleVerifyMgr::ParseHapProfile(filePath, hapVerifyResult); in AddStockAppProvisionInfoByOTA()
|
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/src/interfaces/ |
H A D | hap_verify.cpp | 96 int32_t ParseHapProfile(const std::string& filePath, HapVerifyResult& hapVerifyV1Result) in ParseHapProfile() function 99 return hapVerifyV2.ParseHapProfile(filePath, hapVerifyV1Result); in ParseHapProfile()
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/ |
H A D | bundle_parser.h | 34 BundleInfo *ParseHapProfile(const char *path); 35 uint8_t ParseHapProfile(const std::string &path, Permissions &permissions, BundleRes &bundleRes,
|
H A D | gt_bundle_parser.h | 28 static BundleInfo *ParseHapProfile(const char *path, BundleRes *bundleRes); 29 …static uint8_t ParseHapProfile(int32_t fp, uint32_t fileSize, Permissions &permissions, BundleRes …
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_verify_mgr.h | 34 …static ErrCode ParseHapProfile(const std::string &filePath, Security::Verify::HapVerifyResult &hap…
|
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/include/interfaces/ |
H A D | hap_verify.h | 30 DLL_EXPORT int32_t ParseHapProfile(const std::string& filePath, HapVerifyResult& hapVerifyV1Result);
|
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/include/verify/ |
H A D | hap_verify_v2.h | 34 int32_t ParseHapProfile(const std::string& filePath, HapVerifyResult& hapVerifyV1Result);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_hap_verify_test/ |
H A D | bms_bundle_hap_verify_test.cpp | 168 auto res = BundleVerifyMgr::ParseHapProfile(INSTALL_PATH, result);
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/ |
H A D | gt_bundle_extractor.cpp | 218 BundleInfo *bundleInfo = GtBundleParser::ParseHapProfile(TMP_RESOURCE_DIR, &bundleRes); in ExtractInstallMsg()
|
H A D | bundle_parser.cpp | 226 BundleInfo *BundleParser::ParseHapProfile(const char *path) in ParseHapProfile() function in OHOS::BundleParser 278 uint8_t BundleParser::ParseHapProfile(const std::string &path, Permissions &permissions, BundleRes … in ParseHapProfile() function in OHOS::BundleParser
|
H A D | gt_bundle_parser.cpp | 150 BundleInfo *GtBundleParser::ParseHapProfile(const char *path, BundleRes *bundleRes) in ParseHapProfile() function in OHOS::GtBundleParser 770 uint8_t GtBundleParser::ParseHapProfile(int32_t fp, uint32_t fileSize, Permissions &permissions, Bu… in ParseHapProfile() function in OHOS::GtBundleParser
|
H A D | bundle_installer.cpp | 192 errorCode = bundleParser.ParseHapProfile(path, permissions, bundleRes, &bundleInfo); in ProcessBundleInstall()
|
H A D | bundle_manager_service.cpp | 515 BundleInfo *bundleInfo = bundleParser.ParseHapProfile(profileDir.c_str()); in ReloadBundleInfo()
|
H A D | gt_bundle_installer.cpp | 249 errorCode = GtBundleParser::ParseHapProfile(fp, fileSize, permissions, bundleRes, &bundleInfo); in ProcessBundleInstall()
|
H A D | gt_bundle_manager_service.cpp | 815 BundleInfo *bundleInfo = GtBundleParser::ParseHapProfile(profileDir, bundleRes); in ReloadBundleInfo()
|
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/test/unittest/src/ |
H A D | hap_verify_test.cpp | 252 ASSERT_TRUE(ParseHapProfile(filePath, hapVerifyResult) == VERIFY_SUCCESS);
|
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/src/verify/ |
H A D | hap_verify_v2.cpp | 437 int32_t HapVerifyV2::ParseHapProfile(const std::string& filePath, HapVerifyResult& hapVerifyV1Resul… in ParseHapProfile() function in OHOS::Security::Verify::HapVerifyV2
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/ |
H A D | bundle_mgr_service_event_handler.cpp | 645 auto ret = BundleVerifyMgr::ParseHapProfile(filePath, hapVerifyResult); in AddStockAppProvisionInfoByOTA()
|