Home
last modified time | relevance | path

Searched refs:MatchPrivateType (Results 1 - 3 of 3) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_data_mgr_test/
H A Dbms_data_mgr_test.cpp1821 * @tc.name: MatchPrivateType
1822 * @tc.desc: 1. MatchPrivateType
1835 bool ret = dataMgr->MatchPrivateType(want, supportExtNames, supportMimeTypes, mimeTypes); in HWTEST_F()
1841 * @tc.name: MatchPrivateType
1842 * @tc.desc: 1. MatchPrivateType
1854 bool ret = dataMgr->MatchPrivateType(want, supportExtNames, supportMimeTypes, mimeTypes); in HWTEST_F()
1860 * @tc.name: MatchPrivateType
1861 * @tc.desc: 1. MatchPrivateType
1873 bool ret = dataMgr->MatchPrivateType(want, supportExtNames, supportMimeTypes, mimeTypes); in HWTEST_F()
1879 * @tc.name: MatchPrivateType
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_data_mgr.h1157 bool MatchPrivateType(const Want &want, const std::vector<std::string> &supportExtNames,
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_data_mgr.cpp1594 bool isPrivateType = MatchPrivateType( in GetMatchAbilityInfos()
1735 bool isPrivateType = MatchPrivateType( in GetMatchAbilityInfosV9()
7116 bool BundleDataMgr::MatchPrivateType(const Want &want, in MatchPrivateType() function in OHOS::AppExecFwk::BundleDataMgr
7121 APP_LOGD("MatchPrivateType, uri is %{private}s", uri.c_str()); in MatchPrivateType()

Completed in 36 milliseconds