Home
last modified time | relevance | path

Searched refs:pid (Results 7376 - 7400 of 7565) sorted by relevance

1...<<291292293294295296297298299300>>...303

/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_record.cpp1478 pid_ = static_cast<int32_t>(IPCSkeleton::GetCallingPid()); // set pid when ability attach to service. in SetScheduler()
1480 // add collaborator mission bind pid in SetScheduler()
1888 std::shared_ptr<AbilityRecord> AbilityRecord::GetCallerByRequestCode(int32_t requestCode, int32_t pid) in GetCallerByRequestCode() argument
1896 if (callerAbilityRecord == nullptr || callerAbilityRecord->GetPid() != pid) { in GetCallerByRequestCode()
2502 info.emplace_back(" pid: " + std::to_string(processInfo.pid_)); in DumpUIExtensionPid()
3438 TAG_LOGI(AAFwkTag::ABILITYMGR, "notify broker params pid: %{public}d", pid_); in NotifyRemoveShellProcess()
/foundation/multimedia/player_framework/services/services/screen_capture/server/
H A Dscreen_capture_server.cpp217 int32_t ScreenCaptureServer::GetRunningScreenCaptureInstancePid(int32_t &pid) in GetRunningScreenCaptureInstancePid() argument
229 MEDIA_LOGI("GetRunningScreenCaptureInstancePid uid(%{public}d) pid(%{public}d)", in GetRunningScreenCaptureInstancePid()
231 pid = currentServer->appInfo_.appPid; in GetRunningScreenCaptureInstancePid()
1127 payload["pid"] = std::to_string(appInfo_.appPid); in ResSchedReportData()
2906 MEDIA_LOGI("ChangeInfo Id: %{public}d, Client pid : %{public}d, State : %{public}d, DeviceType : %{public}d", in HasSpeakerStream()
2937 MEDIA_LOGI("Client pid : %{public}d, State : %{public}d, DeviceType : %{public}d", in VoIPStateUpdate()
/foundation/window/window_manager/window_scene/screen_session_manager/src/zidl/
H A Dscreen_session_manager_proxy.cpp3053 DMError ScreenSessionManagerProxy::SetVirtualScreenSecurityExemption(ScreenId screenId, uint32_t pid, in SetVirtualScreenSecurityExemption() argument
3072 if (!data.WriteUint32(pid)) { in SetVirtualScreenSecurityExemption()
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/cxd2880/
H A Dcxd2880_tnrdmd.c1835 data[1 + (i * 2)] = (pid_ftr_cfg->pid_cfg[i].pid >> 8) | 0x20; in pid_ftr_setting()
1836 data[2 + (i * 2)] = pid_ftr_cfg->pid_cfg[i].pid & 0xff; in pid_ftr_setting()
/kernel/linux/linux-5.10/drivers/infiniband/sw/rdmavt/
H A Dqp.c1269 qp->pid = current->pid; in rvt_create_qp()
/kernel/linux/linux-5.10/net/xfrm/
H A Dxfrm_user.c1117 u32 pid, unsigned int group) in xfrm_nlmsg_multicast()
1138 return nlmsg_multicast(nlsk, skb, pid, group, GFP_ATOMIC); in xfrm_nlmsg_multicast()
1116 xfrm_nlmsg_multicast(struct net *net, struct sk_buff *skb, u32 pid, unsigned int group) xfrm_nlmsg_multicast() argument
/kernel/linux/linux-5.10/mm/
H A Dmmap.c3045 current->comm, current->pid); in SYSCALL_DEFINE5()
3328 * first wfault), so /proc/pid/maps tells a consistent story. in insert_vm_struct()
3440 current->comm, current->pid, in may_expand_vm()
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/cxd2880/
H A Dcxd2880_tnrdmd.c1835 data[1 + (i * 2)] = (pid_ftr_cfg->pid_cfg[i].pid >> 8) | 0x20; in pid_ftr_setting()
1836 data[2 + (i * 2)] = pid_ftr_cfg->pid_cfg[i].pid & 0xff; in pid_ftr_setting()
/kernel/linux/linux-6.6/fs/smb/client/
H A Dinode.c562 io_parms.pid = current->tgid; in cifs_sfu_type()
2964 u32 npid = open_file->pid;
/kernel/linux/linux-6.6/drivers/infiniband/sw/rdmavt/
H A Dqp.c1218 qp->pid = current->pid; in rvt_create_qp()
/kernel/linux/linux-6.6/mm/
H A Dmmap.c2988 current->comm, current->pid); in SYSCALL_DEFINE5()
3313 * first wfault), so /proc/pid/maps tells a consistent story. in insert_vm_struct()
3440 current->comm, current->pid, in may_expand_vm()
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/core/
H A Drtw_mlme_ext.c672 psta->pid = (u16)(((mac_addr[4]<<8) + mac_addr[5]) + ((peer_addr[4]<<8) + peer_addr[5])); in OnProbeReq()
2786 if (psta && psta->isrc && psta->pid > 0) { in issue_probersp()
2792 DBG_871X("%s, reply rc(pid = 0x%x) device "MAC_FMT" in ch =%d\n", __func__, in issue_probersp()
2793 psta->pid, MAC_ARG(psta->hwaddr), cu_ch); in issue_probersp()
2798 memcpy(&RC_INFO[10], (u8 *)&psta->pid, 2); in issue_probersp()
/kernel/linux/linux-5.10/drivers/scsi/bfa/
H A Dbfa_svc.c1712 * send n2n pid set request to firmware
1929 * Return lport services tag given the pid
1932 bfa_lps_get_tag_from_pid(struct bfa_s *bfa, u32 pid) in bfa_lps_get_tag_from_pid() argument
1939 if (lps->lp_pid == pid) in bfa_lps_get_tag_from_pid()
4908 m->pid = rp->rport_info.pid; in bfa_rport_send_fwcreate()
/kernel/linux/linux-6.6/drivers/scsi/bfa/
H A Dbfa_svc.c1706 * send n2n pid set request to firmware
1923 * Return lport services tag given the pid
1926 bfa_lps_get_tag_from_pid(struct bfa_s *bfa, u32 pid) in bfa_lps_get_tag_from_pid() argument
1933 if (lps->lp_pid == pid) in bfa_lps_get_tag_from_pid()
4902 m->pid = rp->rport_info.pid; in bfa_rport_send_fwcreate()
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H A Dlpfc_init.c12230 * @pid: pointer to PCI device identifier
12245 lpfc_pci_probe_one_s3(struct pci_dev *pdev, const struct pci_device_id *pid) in lpfc_pci_probe_one_s3() argument
13059 * @pid: pointer to PCI device identifier
13075 lpfc_pci_probe_one_s4(struct pci_dev *pdev, const struct pci_device_id *pid) in lpfc_pci_probe_one_s4() argument
13675 * @pid: pointer to PCI device identifier
13691 lpfc_pci_probe_one(struct pci_dev *pdev, const struct pci_device_id *pid) in lpfc_pci_probe_one() argument
13701 rc = lpfc_pci_probe_one_s4(pdev, pid); in lpfc_pci_probe_one()
13703 rc = lpfc_pci_probe_one_s3(pdev, pid); in lpfc_pci_probe_one()
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.h1026 const std::string& jsStack, int pid, OHOS::NWeb::RenderProcessNotRespondingReason reason);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/free_install/
H A Dbundle_connect_ability_mgr.cpp1190 callerInfo.pid = want.GetIntParam(Want::PARAM_RESV_CALLER_PID, DEFAULT_VALUE); in GetEcologicalCallerInfo()
/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/src/
H A Daudio_capturer.cpp401 audioInterrupt_.pid = appInfo_.appPid; in InitAudioInterruptCallback()
/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/src/
H A Daudio_renderer.cpp278 audioInterrupt_.pid = appInfo_.appPid; in AudioRendererPrivate()
/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H A Dtrans_tcp_direct_p2p.c258 "clear sessionConn pkgName=%{public}s, pid=%{public}d, status=%{public}u, channelId=%{public}d", in ClearP2pSessionConn()
259 item->appInfo.myData.pkgName, item->appInfo.myData.pid, item->status, item->channelId); in ClearP2pSessionConn()
/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_test4.cpp861 VisibilityChangedDetectFunc func = [sceneSession](const int32_t pid, const bool isVisible, in HWTEST_F()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Dgmc_v8_0.c1477 dev_err(adev->dev, "GPU fault detected: %d 0x%08x for process %s pid %d thread %s pid %d\n", in gmc_v8_0_process_interrupt()
1479 task_info.tgid, task_info.task_name, task_info.pid); in gmc_v8_0_process_interrupt()
/kernel/linux/linux-5.10/arch/loongarch/kvm/
H A Dloongarch.c116 *val = pid_vnr(vcpu->pid); in vcpu_pid_get()
124 debugfs_create_file("pid", 0444, debugfs_dentry, vcpu, &vcpu_pid_fops); in kvm_arch_create_vcpu_debugfs()
/kernel/linux/linux-5.10/arch/mips/kernel/
H A Dtraps.c363 printk("Process %s (pid: %d, threadinfo=%p, task=%p, tls=%0*lx)\n", in show_registers()
364 current->comm, current->pid, current_thread_info(), current, in show_registers()
/kernel/linux/linux-5.10/arch/s390/kernel/
H A Dentry.S305 mvc __LC_CURRENT_PID(4,%r0),0(%r3) # store pid of next

Completed in 101 milliseconds

1...<<291292293294295296297298299300>>...303