Searched refs:targetPID (Results 1 – 2 of 2) sorted by relevance
| /developtools/hdc/src/daemon/ |
| D | jdwp.cpp | 351 bool HdcJdwp::SendJdwpNewFD(uint32_t targetPID, int fd) in SendJdwpNewFD() argument 355 HCtxJdwp ctx = (HCtxJdwp)AdminContext(OP_QUERY, targetPID, nullptr); in SendJdwpNewFD() 375 WRITE_LOG(LOG_DEBUG, "SendJdwpNewFD successful targetPID:%d fd%d", targetPID, fd); in SendJdwpNewFD() 382 bool HdcJdwp::CheckPIDExist(uint32_t targetPID) in CheckPIDExist() argument 384 HCtxJdwp ctx = (HCtxJdwp)AdminContext(OP_QUERY, targetPID, nullptr); in CheckPIDExist() 562 uint32_t targetPID = it->second.ppid; in FdEventPollThread() local 563 … HCtxJdwp ctx = static_cast<HCtxJdwp>(thisClass->AdminContext(OP_QUERY, targetPID, nullptr)); in FdEventPollThread() 565 thisClass->AdminContext(OP_REMOVE, targetPID, nullptr); in FdEventPollThread()
|
| D | jdwp.h | 31 bool SendJdwpNewFD(uint32_t targetPID, int fd); 32 bool CheckPIDExist(uint32_t targetPID);
|