Home
last modified time | relevance | path

Searched defs:score (Results 1 – 23 of 23) sorted by relevance

/ohos5.0/foundation/resourceschedule/memmgr/test/unittest/phone/
H A Dreclaim_strategy_manager_test.cpp68 int score = 100; variable
81 int score = 100; variable
101 int score = 100; variable
132 int score = 100; variable
156 int score = RECLAIM_SCORE_MIN - 1; variable
180 int score = 100; variable
197 int score = 100; variable
214 int score = 100; variable
H A Duser_memcg_test.cpp82 int score = 0; variable
183 int score = 0; variable
H A Dmemcg_test.cpp78 int score = 0; variable
139 int score = 0; variable
H A Dlow_memory_killer_test.cpp87 int score = 100; variable
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_saved_device_appraisal.cpp66 int score = 0; in DeviceAppraisals() local
120 void StaSavedDeviceAppraisal::AppraiseDeviceQuality(int &score, InterScanInfo &scanInfo, in AppraiseDeviceQuality()
217 bool StaSavedDeviceAppraisal::CheckHigherPriority(int score, int lastScore, int rssi, int selectedR… in CheckHigherPriority()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_saved_device_appraisal_test.cpp219 int score = 1; in AppraiseDeviceQualitySuccess1() local
237 int score = 1; in AppraiseDeviceQualitySuccess2() local
255 int score = 1; in AppraiseDeviceQualitySuccess3() local
273 int score = 1; in AppraiseDeviceQualitySuccess4() local
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/include/
H A Dlnn_lane_score.h37 int32_t score; member
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/src/reclaim_strategy_manager/
H A Dmemcg.cpp173 void Memcg::SetScore(int score) in SetScore()
214 int score = 0; in SetScoreAndReclaimRatiosToKernel() local
260 bool Memcg::ReadScoreAndReclaimRatiosFromKernel_(int& score, unsigned int& mem2zramRatio, in ReadScoreAndReclaimRatiosFromKernel_()
H A Dmemcg_mgr.cpp104 bool MemcgMgr::UpdateMemcgScoreAndReclaimRatios(unsigned int userId, int score, const ReclaimRatios… in UpdateMemcgScoreAndReclaimRatios()
H A Dreclaim_strategy_manager.cpp207 bool ReclaimStrategyManager::GetReclaimRatiosByScore_(int score, ReclaimRatios& ratios) in GetReclaimRatiosByScore_()
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/include/reclaim_strategy_manager/
H A Dreclaim_param.h52 …ReclaimParam(pid_t pid, int bundleUid, std::string bundleName, int accountId, int score, AppAction… in ReclaimParam()
/ohos5.0/foundation/ai/intelligent_voice_framework/utils/
H A Dstring_util.h82 char score[100] = {'\0'}; //lint !e529 in Float2String() local
/ohos5.0/foundation/multimedia/player_framework/services/services/factory/
H A Dengine_factory_repo.cpp136 int32_t score = factory->Score(scene, appUid, uri); in GetEngineFactory() local
/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Dlocale_compare.cpp145 int32_t score = 0; in Compare() local
H A Dtaboo.cpp230 int32_t score = LocaleCompare::Compare(language, resLanguage); in LanguageFallBack() local
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/interfaces/
H A Dnetwork_selection.h33 double score; member
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dnetwork_selection.cpp178 for (auto &score : scorers) { in DoScore() local
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/network_select/
H A Dwifi_scorer_impl.cpp271 double score = 0; in Score() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/rating/
H A Drender_rating.cpp524 void RenderRating::ConstrainScore(double& score, double lowerBoundary, double upperBoundary) in ConstrainScore()
/ohos5.0/foundation/communication/dsoftbus/interfaces/kits/transport/
H A Dsession.h179 int32_t score; /**< Wi-Fi channel score */ member
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_select_rule.c371 int32_t score = LnnGetCurrChannelScore(channel); in GetLinkedChannelScore() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rating/
H A Drating_pattern.cpp370 auto score = ss.str(); in FireChangeEvent() local
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_conn_service.cpp1026 int score = static_cast<int>(FindBestNetworkForRequest(bestSupplier, iterActive->second)); in FindBestNetworkForAllRequest() local
1078 int score = iter->second->GetRealScore(); in FindBestNetworkForRequest() local