Searched refs:strUid (Results 1 - 7 of 7) sorted by relevance
/foundation/communication/netmanager_base/services/netmanagernative/src/manager/ |
H A D | bandwidth_manager.cpp | 471 std::string strUid = std::to_string(uid); in AddDeniedList() local 474 command = "-t filter -I " + chainName + " -m owner --uid-owner " + strUid + " -j REJECT"; in AddDeniedList() 489 std::string strUid = std::to_string(uid); in RemoveDeniedList() local 492 command = "-t filter -D " + chainName + " -m owner --uid-owner " + strUid + " -j REJECT"; in RemoveDeniedList() 508 std::string strUid = std::to_string(uid); in AddAllowedList() local 511 command = "-t filter -I " + chainName + " -m owner --uid-owner " + strUid + " -j RETURN"; in AddAllowedList() 526 std::string strUid = std::to_string(uid); in RemoveAllowedList() local 530 command = "-t filter -D " + chainName + " -m owner --uid-owner " + strUid + " -j RETURN"; in RemoveAllowedList()
|
H A D | firewall_manager.cpp | 300 std::string strUid = std::to_string(uid); in SetUidsAllowedListChain() 301 command = "-t filter -A " + chainName + " -m owner --uid-owner " + strUid + " -j RETURN"; in SetUidsAllowedListChain() 345 std::string strUid = std::to_string(uid); in SetUidsDeniedListChain() 346 command = "-t filter -A " + chainName + " -m owner --uid-owner " + strUid + " -j DROP"; in SetUidsDeniedListChain()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_hardware_thread.cpp | 626 std::string strUid = std::to_string(getuid()); in SubScribeSystemAbility() local 630 saStatusChangeListener_ = new (std::nothrow)VSyncSystemAbilityListener(threadName, strUid, strPid, strTid); in SubScribeSystemAbility()
|
H A D | rs_uni_render_thread.cpp | 444 std::string strUid = std::to_string(getuid()); in SubScribeSystemAbility() local 448 saStatusChangeListener_ = new (std::nothrow)VSyncSystemAbilityListener(threadName, strUid, strPid, strTid); in SubScribeSystemAbility()
|
H A D | rs_main_thread.cpp | 906 std::string strUid = std::to_string(getuid()); in SubScribeSystemAbility() local 910 saStatusChangeListener_ = new (std::nothrow)VSyncSystemAbilityListener(threadName, strUid, strPid, strTid); in SubScribeSystemAbility()
|
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/ |
H A D | vsync_generator.cpp | 520 std::string strUid = std::to_string(getuid());
in SubScribeSystemAbility() local 524 saStatusChangeListener_ = new VSyncSystemAbilityListener(threadName, strUid, strPid, strTid);
in SubScribeSystemAbility()
|
H A D | vsync_distributor.cpp | 770 std::string strUid = std::to_string(getuid());
in SubScribeSystemAbility() local 774 saStatusChangeListener_ = new VSyncSystemAbilityListener(threadName, strUid, strPid, strTid);
in SubScribeSystemAbility()
|
Completed in 14 milliseconds