Home
last modified time | relevance | path

Searched refs:strUid (Results 1 - 7 of 7) sorted by relevance

/foundation/communication/netmanager_base/services/netmanagernative/src/manager/
H A Dbandwidth_manager.cpp471 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 Dfirewall_manager.cpp300 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 Drs_hardware_thread.cpp626 std::string strUid = std::to_string(getuid()); in SubScribeSystemAbility() local
630 saStatusChangeListener_ = new (std::nothrow)VSyncSystemAbilityListener(threadName, strUid, strPid, strTid); in SubScribeSystemAbility()
H A Drs_uni_render_thread.cpp444 std::string strUid = std::to_string(getuid()); in SubScribeSystemAbility() local
448 saStatusChangeListener_ = new (std::nothrow)VSyncSystemAbilityListener(threadName, strUid, strPid, strTid); in SubScribeSystemAbility()
H A Drs_main_thread.cpp906 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 Dvsync_generator.cpp520 std::string strUid = std::to_string(getuid()); in SubScribeSystemAbility() local
524 saStatusChangeListener_ = new VSyncSystemAbilityListener(threadName, strUid, strPid, strTid); in SubScribeSystemAbility()
H A Dvsync_distributor.cpp770 std::string strUid = std::to_string(getuid()); in SubScribeSystemAbility() local
774 saStatusChangeListener_ = new VSyncSystemAbilityListener(threadName, strUid, strPid, strTid); in SubScribeSystemAbility()

Completed in 14 milliseconds