Home
last modified time | relevance | path

Searched refs:m_fgUidSet (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/app_network_speed_limit/
H A Dapp_network_speed_limit_service.cpp116 SetBgLimitIdList(std::vector<int>(m_fgUidSet.begin(), m_fgUidSet.end()), SET_FG_UID); in LimitSpeed()
185 m_fgUidSet.clear(); in UpdateSpeedLimitConfigs()
191 m_fgUidSet.insert(UNKNOWN_UID); in UpdateSpeedLimitConfigs()
215 m_fgUidSet.insert(iter->uid_); in UpdateSpeedLimitConfigs()
234 JoinVecToString(std::vector<int>(m_fgUidSet.begin(), m_fgUidSet.end()), ",").c_str()); in LogSpeedLimitConfigs()
H A Dapp_network_speed_limit_service.h58 std::unordered_set<int> m_fgUidSet; variable