Home
last modified time | relevance | path

Searched refs:skillUtd (Results 1 - 5 of 5) sorted by relevance

/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dskill.h72 bool IsUtdMatch(const std::string &paramUtd, const std::string &skillUtd) const;
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dskill.cpp491 for (const std::string &skillUtd : skillUtdVector) { in MatchUtd()
492 if (IsUtdMatch(paramType, skillUtd)) { in MatchUtd()
504 bool Skill::IsUtdMatch(const std::string &paramUtd, const std::string &skillUtd) const in IsUtdMatch()
513 ret = paramTypeDescriptor->BelongsTo(skillUtd, isMatch); in IsUtdMatch()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_data_mgr_test/
H A Dbms_data_mgr_test.cpp1953 std::string skillUtd = ""; in HWTEST_F() local
1955 bool result = dataMgr->MatchUtd(skillUtd, wantUtd); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_data_mgr.h1067 bool MatchUtd(const std::string &skillUtd, const std::string &wantUtd) const;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_data_mgr.cpp1824 bool BundleDataMgr::MatchUtd(const std::string &skillUtd, const std::string &wantUtd) const in MatchUtd() argument
1827 LOG_W(BMS_TAG_QUERY, "skillUtd %{public}s, wantUtd %{public}s", skillUtd.c_str(), wantUtd.c_str()); in MatchUtd()
1835 ret = wantTypeDescriptor->BelongsTo(skillUtd, matchRet); in MatchUtd()

Completed in 22 milliseconds