Searched refs:targetPID (Results 1 – 2 of 2) sorted by relevance
/developtools/hdc/src/daemon/ |
D | jdwp.h | 31 bool SendJdwpNewFD(uint32_t targetPID, int fd); 33 bool CheckPIDExist(uint32_t targetPID);
|
D | jdwp.cpp | 372 bool HdcJdwp::SendJdwpNewFD(uint32_t targetPID, int fd) in SendJdwpNewFD() argument 376 HCtxJdwp ctx = (HCtxJdwp)AdminContext(OP_QUERY, targetPID, nullptr); in SendJdwpNewFD() 396 WRITE_LOG(LOG_DEBUG, "SendJdwpNewFD successful targetPID:%d fd%d", targetPID, fd); in SendJdwpNewFD() 474 bool HdcJdwp::CheckPIDExist(uint32_t targetPID) in CheckPIDExist() argument 476 HCtxJdwp ctx = (HCtxJdwp)AdminContext(OP_QUERY, targetPID, nullptr); in CheckPIDExist() 656 uint32_t targetPID = it->second.ppid; in FdEventPollThread() local 657 … HCtxJdwp ctx = static_cast<HCtxJdwp>(thisClass->AdminContext(OP_QUERY, targetPID, nullptr)); in FdEventPollThread() 659 thisClass->AdminContext(OP_REMOVE, targetPID, nullptr); in FdEventPollThread()
|