Home
last modified time | relevance | path

Searched refs:UID_ROOT (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/util/socket/test/
H A Duds_session_test.cpp26 constexpr int32_t UID_ROOT { 0 }; variable
83 UDSSession sesObj(PROGRAM_NAME, moduleType_, writeFd_, UID_ROOT, pid_);
99 UDSSession sesObj(PROGRAM_NAME, moduleType_, writeFd_, UID_ROOT, pid_);
114 UDSSession sesObj(PROGRAM_NAME, moduleType_, writeFd_, UID_ROOT, pid_);
130 UDSSession sesObj(PROGRAM_NAME, moduleType_, writeFd_, UID_ROOT, pid_);
146 UDSSession sesObj(PROGRAM_NAME, moduleType_, writeFd_, UID_ROOT, pid_);
162 UDSSession sesObj(PROGRAM_NAME, moduleType_, fd, UID_ROOT, pid_);
177 UDSSession sesObj(PROGRAM_NAME, moduleType_, writeFd_, UID_ROOT, pid_);
193 UDSSession sesObj(PROGRAM_NAME, moduleType_, fd, UID_ROOT, pid_);
206 UDSSession sesObj(PROGRAM_NAME, moduleType_, writeFd_, UID_ROOT, pid_);
[all …]
/ohos5.0/foundation/multimodalinput/input/service/interceptor/test/
H A Devent_interceptor_handler_test.cpp28 constexpr int32_t UID_ROOT { 0 }; variable
182 g_writeFd, UID_ROOT, g_pid);
206 g_writeFd, UID_ROOT, g_pid);
215 g_writeFd, UID_ROOT, g_pid);
239 g_writeFd, UID_ROOT, g_pid);
263 g_writeFd, UID_ROOT, g_pid);
272 g_writeFd, UID_ROOT, g_pid);
294 g_writeFd, UID_ROOT, g_pid);
303 g_writeFd, UID_ROOT, g_pid);
325 g_writeFd, UID_ROOT, g_pid);
[all …]
/ohos5.0/foundation/multimodalinput/input/service/monitor/test/
H A Devent_monitor_handler_test.cpp29 constexpr int32_t UID_ROOT { 0 }; variable
82 …Ptr session = std::make_shared<UDSSession>(PROGRAM_NAME, g_moduleType, g_writeFd, UID_ROOT, g_pid);
225 …Ptr session = std::make_shared<UDSSession>(PROGRAM_NAME, g_moduleType, g_writeFd, UID_ROOT, g_pid);
247 …Ptr session = std::make_shared<UDSSession>(PROGRAM_NAME, g_moduleType, g_writeFd, UID_ROOT, g_pid);
268 …Ptr session = std::make_shared<UDSSession>(PROGRAM_NAME, g_moduleType, g_writeFd, UID_ROOT, g_pid);
290 …Ptr session = std::make_shared<UDSSession>(PROGRAM_NAME, g_moduleType, g_writeFd, UID_ROOT, g_pid);
308 …Ptr session = std::make_shared<UDSSession>(PROGRAM_NAME, g_moduleType, g_writeFd, UID_ROOT, g_pid);
337 …Ptr session = std::make_shared<UDSSession>(PROGRAM_NAME, g_moduleType, g_writeFd, UID_ROOT, g_pid);
434 …Ptr session = std::make_shared<UDSSession>(PROGRAM_NAME, g_moduleType, g_writeFd, UID_ROOT, g_pid);
568 session = std::make_shared<UDSSession>(PROGRAM_NAME, g_moduleType, g_writeFd, UID_ROOT, g_pid);
[all …]
/ohos5.0/foundation/multimodalinput/input/service/message_handle/test/
H A Dserver_msg_handler_test.cpp42 constexpr int32_t UID_ROOT { 0 }; variable
290 …SessionPtr sess = std::make_shared<UDSSession>(PROGRAM_NAME, g_moduleType, g_writeFd, UID_ROOT, g_…
309 …SessionPtr sess = std::make_shared<UDSSession>(PROGRAM_NAME, g_moduleType, g_writeFd, UID_ROOT, g_…
347 …SessionPtr sess = std::make_shared<UDSSession>(PROGRAM_NAME, g_moduleType, g_writeFd, UID_ROOT, g_…
366 …SessionPtr sess = std::make_shared<UDSSession>(PROGRAM_NAME, g_moduleType, g_writeFd, UID_ROOT, g_…
563 sess = std::make_shared<UDSSession>(PROGRAM_NAME, g_moduleType, g_writeFd, UID_ROOT, g_pid);
587 sess = std::make_shared<UDSSession>(PROGRAM_NAME, g_moduleType, g_writeFd, UID_ROOT, g_pid);
1009 sess = std::make_shared<UDSSession>(PROGRAM_NAME, g_moduleType, g_writeFd, UID_ROOT, g_pid);
1037 sess = std::make_shared<UDSSession>(PROGRAM_NAME, g_moduleType, g_writeFd, UID_ROOT, g_pid);
1119 sess = std::make_shared<UDSSession>(PROGRAM_NAME, g_moduleType, g_writeFd, UID_ROOT, g_pid);
[all …]
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/service/idl/
H A Dfaultlogger_service_ohos.cpp38 constexpr int32_t UID_ROOT = 0; variable
50 if ((uid != UID_SHELL) && (uid != UID_ROOT) && (uid != UID_HIDUMPER)) { in Dump()
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsystem_ability_manager_util.cpp30 constexpr int32_t UID_ROOT = 0; variable
66 if (callingUid != UID_ROOT && callingUid != UID_SYSTEM) { in CheckDistributedPermission()
/ohos5.0/foundation/multimodalinput/input/service/event_dispatch/test/
H A Devent_dispatch_test.cpp28 constexpr int32_t UID_ROOT { 0 }; variable
801 sess = std::make_shared<UDSSession>(PROGRAM_NAME, g_moduleType, g_writeFd, UID_ROOT, g_pid);
823 sess = std::make_shared<UDSSession>(PROGRAM_NAME, g_moduleType, g_writeFd, UID_ROOT, g_pid);
847 sess = std::make_shared<UDSSession>(PROGRAM_NAME, g_moduleType, g_writeFd, UID_ROOT, g_pid);
871 sess = std::make_shared<UDSSession>(PROGRAM_NAME, g_moduleType, g_writeFd, UID_ROOT, g_pid);
895 sess = std::make_shared<UDSSession>(PROGRAM_NAME, g_moduleType, g_writeFd, UID_ROOT, g_pid);
919 sess = std::make_shared<UDSSession>(PROGRAM_NAME, g_moduleType, g_writeFd, UID_ROOT, g_pid);
1003 sess = std::make_shared<UDSSession>(PROGRAM_NAME, g_moduleType, g_writeFd, UID_ROOT, g_pid);
1456 …Ptr session = std::make_shared<UDSSession>(PROGRAM_NAME, g_moduleType, g_writeFd, UID_ROOT, g_pid);
1490 …Ptr session = std::make_shared<UDSSession>(PROGRAM_NAME, g_moduleType, g_writeFd, UID_ROOT, g_pid);
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/utils/system/
H A Dutils_directory_test.cpp114 uid_t uid = UID_ROOT;
/ohos5.0/foundation/filemanagement/dfs_service/utils/system/include/
H A Dutils_directory.h38 UID_ROOT = 0, enumerator
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/ipc/
H A Dstorage_daemon_stub.h25 constexpr int UID_ROOT = 0; variable
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/manager/
H A Droute_manager.cpp71 constexpr uid_t UID_ROOT = 0; variable
280 ret += UpdateExplicitNetworkRuleWithUid(netId, table, PERMISSION_NONE, UID_ROOT, UID_ROOT, add); in ModifyVirtualNetBasedRules()
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/include/
H A Dnetsys_native_service_stub.h26 UID_ROOT = 0, enumerator
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/
H A Dnetsys_native_service_stub.cpp56 uids_ = {UID_ROOT, UID_SHELL, UID_NET_MANAGER, UID_WIFI, UID_RADIO, UID_HIDUMPER_SERVICE, in NetsysNativeServiceStub()