Home
last modified time | relevance | path

Searched refs:IsSameHap (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/ability_base/test/unittest/extractor/
H A Dextractor_test.cpp477 EXPECT_FALSE(extractor->IsSameHap(""));
481 EXPECT_FALSE(extractor1->IsSameHap(""));
482 EXPECT_FALSE(extractor1->IsSameHap(ERROR_HAP_PATH));
483 EXPECT_TRUE(extractor1->IsSameHap(testPath_));
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/extractortool/include/
H A Dextractor.h75 bool IsSameHap(const std::string& hapPath) const;
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/
H A Dextractor.cpp153 bool Extractor::IsSameHap(const std::string& hapPath) const in IsSameHap() function in OHOS::AbilityBase::Extractor