Searched defs:candidates (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/multimedia/image_framework/plugins/manager/src/framework/ |
H A D | impl_class_mgr.cpp | 127 list<shared_ptr<ImplClass>> candidates; in CreateObject() local 219 shared_ptr<ImplClass> ImplClassMgr::SearchByPriority(const list<shared_ptr<ImplClass>> &candidates, in SearchByPriority() 280 …red_ptr<ImplClass> ImplClassMgr::SearchSimplePriority(const list<shared_ptr<ImplClass>> &candidate… in SearchSimplePriority()
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/network_select/ |
H A D | wifi_comparator_impl.cpp | 34 void WifiScorerComparator::GetBestCandidates(const std::vector<NetworkCandidate *> &candidates, in GetBestCandidates()
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/ |
H A D | hap_manager.cpp | 186 …std::vector<std::shared_ptr<HapResource::IdValues>> candidates = this->GetResourceListByName(name,… in FindQualifierValueByName() local 197 std::vector<std::shared_ptr<HapResource::IdValues>> candidates = this->GetResourceList(id); in FindQualifierValueById() local 276 …const std::vector<std::shared_ptr<HapResource::IdValues>> &candidates, uint32_t density, bool isGe… in GetBestMatchResource() 1030 const std::vector<std::unordered_map<ResType, uint32_t>> &candidates) in GetRealResId() 1095 std::vector<std::unordered_map<ResType, uint32_t>> candidates; in GetResId() local
|
H A D | theme_pack_manager.cpp | 242 auto candidates = this->GetThemeResourceList(bundInfo, resType, resName, userId); in GetThemeQualifierValue() local 249 …st std::shared_ptr<ThemeResource::ThemeQualifierValue> ThemePackManager::GetBestMatchThemeResource( in GetBestMatchThemeResource()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/ |
H A D | plugins_manager_src_framework_test.cpp | 763 std::list<std::shared_ptr<ImplClass>> candidates; variable 788 std::list<std::shared_ptr<ImplClass>> candidates; variable
|