Home
last modified time | relevance | path

Searched refs:CheckPIDExist (Results 1 – 3 of 3) sorted by relevance

/developtools/hdc/src/daemon/
Ddaemon_forward.cpp50 bool ret = clsJdwp->CheckPIDExist(pid); in SetupJdwpPoint()
104 bool ret = clsJdwp->CheckPIDExist(pid); in SetupArkPoint()
Djdwp.h33 bool CheckPIDExist(uint32_t targetPID);
Djdwp.cpp474 bool HdcJdwp::CheckPIDExist(uint32_t targetPID) in CheckPIDExist() function in Hdc::HdcJdwp