/foundation/filemanagement/storage_service/services/storage_manager/mock/ |
H A D | storage_manager_proxy_mock.cpp | 261 int32_t StorageManagerProxy::SetBundleQuota(const std::string &bundleName, int32_t uid, in SetBundleQuota() argument
|
/foundation/window/window_manager/window_scene/screen_session_manager/src/zidl/ |
H A D | screen_session_manager_stub.cpp | 832 int32_t uid = data.ReadInt32(); in OnRemoteRequest() local
|
/foundation/window/window_manager/window_scene/screen_session_manager_client/src/ |
H A D | screen_session_manager_client.cpp | 548 void ScreenSessionManagerClient::UpdateDisplayHookInfo(int32_t uid, bool enable, const DMHookInfo& hookInfo) in UpdateDisplayHookInfo() argument
|
/foundation/window/window_manager/window_scene/test/dms_unittest/ |
H A D | screen_session_manager_test.cpp | 1126 uint32_t uid = 20020001; in HWTEST_F() local 1283 uint32_t uid = 20020001; in HWTEST_F() local 1304 uint32_t uid = 20020001; HWTEST_F() local [all...] |
/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | scene_session_manager_test.cpp | 629 int32_t uid = getuid(); in HWTEST_F() local 2050 int32_t uid = 0; in HWTEST_F() local 2088 int32_t uid = 0; HWTEST_F() local [all...] |
/foundation/window/window_manager/wmserver/include/zidl/ |
H A D | window_manager_interface.h | 156 virtual WSError NotifyWindowExtensionVisibilityChange(int32_t pid, int32_t uid, bool visible) in NotifyWindowExtensionVisibilityChange() argument
|
/foundation/window/window_manager/wmserver/src/ |
H A D | window_node.cpp | 163 void WindowNode::SetCallingUid(int32_t uid) in SetCallingUid() argument
|
/third_party/elfutils/src/ |
H A D | ar.c | 836 uid_t uid; member
|
/third_party/curl/lib/ |
H A D | imap.c | 1097 struct dynbuf uid; in imap_state_select_resp() local [all...] |
/third_party/FreeBSD/sys/dev/usb/ |
H A D | usb_dev.c | 1476 usb_fifo_attach(struct usb_device *udev, void *priv_sc, struct mtx *priv_mtx, struct usb_fifo_methods *pm, struct usb_fifo_sc *f_sc, uint16_t unit, int16_t subunit, uint8_t iface_index, uid_t uid, gid_t gid, int mode) usb_fifo_attach() argument
|
/third_party/NuttX/fs/nfs/ |
H A D | nfs_adapter.c | 708 nfs_mount(const char *server_ip_and_path, const char *mount_path, unsigned int uid, unsigned int gid) nfs_mount() argument [all...] |
/third_party/libuv/src/unix/ |
H A D | fs.c | 1691 uv_fs_chown(uv_loop_t* loop, uv_fs_t* req, const char* path, uv_uid_t uid, uv_gid_t gid, uv_fs_cb cb) uv_fs_chown() argument 1727 uv_fs_fchown(uv_loop_t* loop, uv_fs_t* req, uv_file file, uv_uid_t uid, uv_gid_t gid, uv_fs_cb cb) uv_fs_fchown() argument 1741 uv_fs_lchown(uv_loop_t* loop, uv_fs_t* req, const char* path, uv_uid_t uid, uv_gid_t gid, uv_fs_cb cb) uv_fs_lchown() argument [all...] |
/third_party/libuv/test/ |
H A D | test-spawn.c | 1471 uv_uid_t uid = getuid(); in TEST_IMPL() local 1514 uv_uid_t uid = getuid(); in TEST_IMPL() local 1565 uv_uid_t uid = getuid(); in TEST_IMPL() local [all...] |
/third_party/ltp/lib/ |
H A D | safe_macros.c | 366 safe_setuid(const char *file, const int lineno, void (*cleanup_fn) (void), uid_t uid) safe_setuid() argument
|
/third_party/node/src/ |
H A D | js_native_api_v8.h | 636 static inline void ReportKeyThread(uid_t uid, pid_t pid, pid_t tid, ResType::ThreadRole role) in ReportKeyThread() argument
|
H A D | spawn_sync.cc | 788 const int32_t uid = js_uid.As<Int32>()->Value(); in ParseOptions() local
|
/third_party/ntfs-3g/src/ |
H A D | ntfs-3g_common.h | 135 unsigned int uid; member
|
/third_party/libfuse/example/ |
H A D | passthrough_hp.cc | 249 uid_t uid = (valid & FUSE_SET_ATTR_UID) ? attr->st_uid : static_cast<uid_t>(-1); in do_setattr() local
|
H A D | passthrough_ll.c | 236 uid_t uid = (valid & FUSE_SET_ATTR_UID) ? in lo_setattr() local
|
/third_party/libfuse/util/ |
H A D | fusermount.c | 1242 uid_t uid = getuid(); in recheck_ENOTCONN_as_owner() local
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | ctrl_params_translate.c | 1522 int uid = DH_get_nid(dh); in get_payload_group_name() local
|
/third_party/node/deps/uv/src/unix/ |
H A D | core.c | 1171 uid_t uid; in uv__getpwuid_r() local
|
/third_party/openssl/crypto/evp/ |
H A D | ctrl_params_translate.c | 1519 int uid = DH_get_nid(dh); in get_payload_group_name() local
|
/third_party/python/Modules/ |
H A D | _posixsubprocess.c | 842 uid_t uid; in subprocess_fork_exec() local 551 child_exec(char *const exec_array[], char *const argv[], char *const envp[], const char *cwd, int p2cread, int p2cwrite, int c2pread, int c2pwrite, int errread, int errwrite, int errpipe_read, int errpipe_write, int close_fds, int restore_signals, int call_setsid, pid_t pgid_to_set, int call_setgid, gid_t gid, int call_setgroups, size_t groups_size, const gid_t *groups, int call_setuid, uid_t uid, int child_umask, const void *child_sigmask, int *fds_to_keep, Py_ssize_t fds_to_keep_len, PyObject *preexec_fn, PyObject *preexec_fn_args_tuple) child_exec() argument 755 do_fork_exec(char *const exec_array[], char *const argv[], char *const envp[], const char *cwd, int p2cread, int p2cwrite, int c2pread, int c2pwrite, int errread, int errwrite, int errpipe_read, int errpipe_write, int close_fds, int restore_signals, int call_setsid, pid_t pgid_to_set, int call_setgid, gid_t gid, int call_setgroups, size_t groups_size, const gid_t *groups, int call_setuid, uid_t uid, int child_umask, const void *child_sigmask, int *fds_to_keep, Py_ssize_t fds_to_keep_len, PyObject *preexec_fn, PyObject *preexec_fn_args_tuple) do_fork_exec() argument
|
/third_party/toybox/lib/ |
H A D | xwrap.c | 662 struct passwd *xgetpwuid(uid_t uid) in xgetpwuid() argument 681 long uid; in xgetuid() local
|