/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | ability_connect_manager.cpp | 557 const int32_t pid = (abilityRecord->GetPid() > 0) ? abilityRecord->GetPid() : -1; in ReportEventToRSS() local 561 bundleName.c_str(), pid, reason.c_str(), callerPid); in ReportEventToRSS() 562 taskHandler_->SubmitTask([uid, bundleName, reason, pid, callerPid]() { in ReportEventToRSS() 563 ResSchedUtil::GetInstance().ReportEventToRSS(uid, bundleName, reason, pid, callerPid); in ReportEventToRSS() 2023 const int32_t pid, std::vector<std::string> &extensionList) in GetActiveUIExtensionList() 2026 return uiExtensionAbilityRecordMgr_->GetActiveUIExtensionList(pid, extensionList); in GetActiveUIExtensionList() 2573 extensionInfo.pid = processInfo.pid_; in GetExtensionRunningInfo() 2756 TAG_LOGE(AAFwkTag::ABILITYMGR, "ability %{public}s pid invalid", ability->GetURI().c_str()); in PrintTimeOutLog() 2787 "LIFECYCLE_TIMEOUT: uid: %{public}d, pid: %{public}d, bundleName: %{public}s, abilityName: %{public}s," in PrintTimeOutLog() 2794 .pid in PrintTimeOutLog() 2022 GetActiveUIExtensionList( const int32_t pid, std::vector<std::string> &extensionList) GetActiveUIExtensionList() argument 3257 int32_t pid = 0; ReportAbilityStartInfoToRSS() local [all...] |
/kernel/linux/linux-5.10/virt/kvm/ |
H A D | kvm_main.c | 458 vcpu->pid = NULL; in kvm_vcpu_init() 478 * the vcpu->pid pointer, and at destruction time all file descriptors in kvm_vcpu_destroy() 481 put_pid(rcu_dereference_protected(vcpu->pid, 1)); in kvm_vcpu_destroy() 3009 struct pid *pid; in kvm_vcpu_yield_to() local 3014 pid = rcu_dereference(target->pid); in kvm_vcpu_yield_to() 3015 if (pid) in kvm_vcpu_yield_to() 3016 task = get_pid_task(pid, PIDTYPE_PID); in kvm_vcpu_yield_to() 3349 struct pid *oldpi in kvm_vcpu_ioctl() [all...] |
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 445 pub pid: ::pid_t, 3786 pid: ::pid_t, in process_vm_readv() 3794 pid: ::pid_t, in process_vm_writev() 4114 pub fn sched_getaffinity(pid: ::pid_t, cpusetsize: ::size_t, cpuset: *mut cpu_set_t) in sched_getaffinity() 4117 pid: ::pid_t, in sched_setaffinity() 4150 pub fn sched_rr_get_interval(pid: ::pid_t, tp: *mut ::timespec) -> ::c_int; in sched_rr_get_interval() 4153 pub fn sched_setparam(pid: ::pid_t, param: *const ::sched_param) -> ::c_int; in sched_setparam() 4171 pub fn sched_getparam(pid: ::pid_t, param: *mut ::sched_param) -> ::c_int; in sched_getparam() 4203 pub fn sched_getscheduler(pid: ::pid_t) -> ::c_int; in sched_getscheduler() 4229 pid in sched_setscheduler() [all...] |
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/sys/ |
H A D | socket.h | 63 pid_t pid; member
|
/device/soc/rockchip/common/sdk_linux/kernel/ |
H A D | reboot.c | 26 struct pid *cad_pid; 351 * If pid namespaces are enabled and the current task is in a child in SYSCALL_DEFINE4()
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_dma_fence.c | 429 kctx->dma_fence.wq = alloc_workqueue("mali-fence-%d", WQ_UNBOUND, 1, kctx->pid); in kbase_dma_fence_init()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_dma_fence.c | 486 WQ_UNBOUND, 1, kctx->pid); in kbase_dma_fence_init()
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | wl_android.h | 275 s32 wl_netlink_send_msg(int pid, int type, int seq, const void *data, size_t size);
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_dma_fence.c | 448 kctx->dma_fence.wq = alloc_workqueue("mali-fence-%d", WQ_UNBOUND, 1, kctx->pid); in kbase_dma_fence_init()
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/common/ |
H A D | mali_gp_job.c | 119 job->pid = _mali_osk_get_pid(); in mali_gp_job_create()
|
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/ |
H A D | drm_auth.c | 206 if (file_priv->pid == task_pid(current) && file_priv->was_master) { in drm_master_check_perm()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/common/ |
H A D | mali_gp_job.c | 115 job->pid = _mali_osk_get_pid(); in mali_gp_job_create()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/backend/gpu/ |
H A D | mali_kbase_clk_rate_trace_mgr.c | 346 dev_dbg(kbdev->dev, "%s - GPU clock %u rate changed to %lu, pid: %d", in kbase_clk_rate_trace_manager_notify_all() 347 __func__, clk_index, new_rate, current->pid); in kbase_clk_rate_trace_manager_notify_all()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_dma_fence.c | 444 WQ_UNBOUND, 1, kctx->pid); in kbase_dma_fence_init()
|
/foundation/ability/ability_runtime/services/abilitymgr/include/mission/ |
H A D | mission_list_manager_interface.h | 109 virtual void GetActiveAbilityList(int32_t uid, std::vector<std::string> &abilityList, int32_t pid = NO_PID) = 0;
|
/foundation/ability/ability_runtime/services/abilitymgr/src/interceptor/ |
H A D | ecological_rule_interceptor.cpp | 222 callerInfo.pid = want.GetIntParam(Want::PARAM_RESV_CALLER_PID, IPCSkeleton::GetCallingPid()); in InitErmsCallerInfo()
|
/foundation/multimedia/audio_framework/test/fuzztest/audiomanager_fuzzer/ |
H A D | audio_manager_fuzzer.cpp | 68 focusInfo.first.pid = *reinterpret_cast<const int32_t *>(data); in AudioManagerFuzzTest()
|
/foundation/multimedia/av_codec/services/services/codec/server/ |
H A D | codec_server.h | 145 pid_t pid = -1; member
|
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/ |
H A D | photo_output.h | 496 void CameraServerDied(pid_t pid) override;
|
/foundation/systemabilitymgr/samgr/services/samgr/native/include/schedule/ |
H A D | system_ability_state_scheduler.h | 55 int32_t GetProcessNameByProcessId(int32_t pid, std::u16string& processName);
|
/foundation/window/window_manager/interfaces/innerkits/dm/ |
H A D | display_manager.h | 656 * @brief get to freeze status with specified pid list
658 * @param pidList Indicates the calling pid
683 DMError SetVirtualScreenSecurityExemption(ScreenId screenId, uint32_t pid, std::vector<uint64_t>& windowIdList);
|
/foundation/communication/ipc/ipc/native/src/mock/include/ |
H A D | binder_invoker.h | 246 bool GetDBinderCallingPidUid(int handle, bool isReply, pid_t &pid, uid_t &uid);
|
H A D | dbinder_base_invoker_define.h | 92 virtual void SetCallerPid(pid_t pid) = 0;
|
/foundation/communication/dsoftbus/core/authentication/interface/ |
H A D | auth_interface.h | 138 void AuthServerDeathCallback(const char *pkgName, int32_t pid);
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/ |
H A D | data_share_service_impl.h | 76 int32_t OnAppExit(pid_t uid, pid_t pid, uint32_t tokenId, const std::string &bundleName) override;
|