Searched refs:skillUtd (Results 1 - 5 of 5) sorted by relevance
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | skill.h | 72 bool IsUtdMatch(const std::string ¶mUtd, const std::string &skillUtd) const;
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | skill.cpp | 491 for (const std::string &skillUtd : skillUtdVector) { in MatchUtd() 492 if (IsUtdMatch(paramType, skillUtd)) { in MatchUtd() 504 bool Skill::IsUtdMatch(const std::string ¶mUtd, 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 D | bms_data_mgr_test.cpp | 1953 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 D | bundle_data_mgr.h | 1067 bool MatchUtd(const std::string &skillUtd, const std::string &wantUtd) const;
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_data_mgr.cpp | 1824 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