Searched defs:ParseHapProfile (Results 1 – 5 of 5) sorted by relevance
97 ErrCode BundleVerifyMgr::ParseHapProfile(const std::string &filePath, HapVerifyResult &hapVerifyRes… in ParseHapProfile() function in OHOS::AppExecFwk::BundleVerifyMgr
96 int32_t ParseHapProfile(const std::string& filePath, HapVerifyResult& hapVerifyV1Result) in ParseHapProfile() function
226 BundleInfo *BundleParser::ParseHapProfile(const char *path) in ParseHapProfile() function in OHOS::BundleParser278 uint8_t BundleParser::ParseHapProfile(const std::string &path, Permissions &permissions, BundleRes … in ParseHapProfile() function in OHOS::BundleParser
150 BundleInfo *GtBundleParser::ParseHapProfile(const char *path, BundleRes *bundleRes) in ParseHapProfile() function in OHOS::GtBundleParser770 uint8_t GtBundleParser::ParseHapProfile(int32_t fp, uint32_t fileSize, Permissions &permissions, Bu… in ParseHapProfile() function in OHOS::GtBundleParser
437 int32_t HapVerifyV2::ParseHapProfile(const std::string& filePath, HapVerifyResult& hapVerifyV1Resul… in ParseHapProfile() function in OHOS::Security::Verify::HapVerifyV2