Searched refs:targetPID (Results 1 - 2 of 2) sorted by relevance
/developtools/hdc/src/daemon/ |
H A D | jdwp.h | 31 bool SendJdwpNewFD(uint32_t targetPID, int fd); 33 bool CheckPIDExist(uint32_t targetPID);
|
H A D | jdwp.cpp | 82 WRITE_LOG(LOG_INFO, "FreeContext for targetPID :%d", ctx->pid); in FreeContext() 388 bool HdcJdwp::SendJdwpNewFD(uint32_t targetPID, int fd) in SendJdwpNewFD() argument 392 HCtxJdwp ctx = (HCtxJdwp)AdminContext(OP_QUERY, targetPID, nullptr); in SendJdwpNewFD() 412 WRITE_LOG(LOG_DEBUG, "SendJdwpNewFD successful targetPID:%d fd%d", targetPID, fd); in SendJdwpNewFD() 490 bool HdcJdwp::CheckPIDExist(uint32_t targetPID) in CheckPIDExist() argument 492 HCtxJdwp ctx = (HCtxJdwp)AdminContext(OP_QUERY, targetPID, nullptr); in CheckPIDExist() 672 uint32_t targetPID = it->second.ppid; in FdEventPollThread() local 673 HCtxJdwp ctx = static_cast<HCtxJdwp>(thisClass->AdminContext(OP_QUERY, targetPID, nullptr)); in FdEventPollThread() 675 thisClass->AdminContext(OP_REMOVE, targetPID, nullpt in FdEventPollThread() [all...] |
Completed in 2 milliseconds