Searched refs:GenerateUidRangesByRefusedApps (Results 1 - 3 of 3) sorted by relevance
/foundation/communication/netmanager_ext/services/vpnmanager/include/ |
H A D | net_vpn_impl.h | 97 void GenerateUidRangesByRefusedApps(int32_t userId, const std::set<int32_t> &uids, std::vector<int32_t> &beginUids,
|
/foundation/communication/netmanager_ext/test/vpnmanager/unittest/vpn_manager_test/ |
H A D | net_vpn_impl_test.cpp | 187 HWTEST_F(NetVpnImplTest, GenerateUidRangesByRefusedApps, TestSize.Level1) in HWTEST_F() 193 netVpnImpl_->GenerateUidRangesByRefusedApps(userId, uids, beginUids, endUids); in HWTEST_F()
|
/foundation/communication/netmanager_ext/services/vpnmanager/src/ |
H A D | net_vpn_impl.cpp | 372 void NetVpnImpl::GenerateUidRangesByRefusedApps(int32_t userId, const std::set<int32_t> &uids, std::vector<int32_t> &beginUids, in GenerateUidRangesByRefusedApps() function in OHOS::NetManagerStandard::NetVpnImpl 437 GenerateUidRangesByRefusedApps(userId, uids, beginUids, endUids); in GenerateUidRanges()
|
Completed in 2 milliseconds