Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_base/test/unittest/want/
H A Dskills_test.cpp1049 bool result = base_->FindMimeType(type);
1053 bool result1 = base_->FindMimeType(type1);
1077 bool result = base_->FindMimeType(type);
1101 bool result = base_->FindMimeType(type);
1108 EXPECT_EQ(false, base_->FindMimeType(type));
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/include/
H A Dskills.h490 bool FindMimeType(const std::string &type);
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dskills.cpp768 if (FindMimeType(type)) { in MatchData()
782 bool Skills::FindMimeType(const std::string &type) in FindMimeType() function in OHOS::AAFwk::Skills