Searched refs:IsSameHap (Results 1 – 3 of 3) sorted by relevance
477 EXPECT_FALSE(extractor->IsSameHap(""));481 EXPECT_FALSE(extractor1->IsSameHap(""));482 EXPECT_FALSE(extractor1->IsSameHap(ERROR_HAP_PATH));483 EXPECT_TRUE(extractor1->IsSameHap(testPath_));
75 bool IsSameHap(const std::string& hapPath) const;
153 bool Extractor::IsSameHap(const std::string& hapPath) const in IsSameHap() function in OHOS::AbilityBase::Extractor