Searched refs:AdminContext (Results 1 – 5 of 5) sorted by relevance
| /developtools/hdc/src/daemon/ |
| D | jdwp.cpp | 57 AdminContext(OP_CLEAR, 0, nullptr); in Stop() 83 AdminContext(OP_REMOVE, ctx->pid, nullptr); in FreeContext() 149 thisClass->AdminContext(OP_ADD, pid, ctxJdwp); in ReadStream() 287 void *HdcJdwp::AdminContext(const uint8_t op, const uint32_t pid, HCtxJdwp ctxJdwp) in AdminContext() function in Hdc::HdcJdwp 355 HCtxJdwp ctx = (HCtxJdwp)AdminContext(OP_QUERY, targetPID, nullptr); in SendJdwpNewFD() 384 HCtxJdwp ctx = (HCtxJdwp)AdminContext(OP_QUERY, targetPID, nullptr); in CheckPIDExist() 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 | 91 void *AdminContext(const uint8_t op, const uint32_t pid, HCtxJdwp ctxJdwp);
|
| /developtools/hdc/src/common/ |
| D | forward.cpp | 121 AdminContext(OP_ADD, ctx->id, ctx); in MallocContext() 130 AdminContext(OP_REMOVE, ctx->id, nullptr); in FreeContextCallBack() 170 if (!(ctx = (HCtxForward)AdminContext(OP_QUERY, id, nullptr))) { in FreeContext() 597 AdminContext(OP_UPDATE, idSlaveOld, ctxPoint); in SlaveConnect() 643 void *HdcForwardBase::AdminContext(const uint8_t op, const uint32_t id, HCtxForward hInput) in AdminContext() function in Hdc::HdcForwardBase 748 if (!(ctx = (HCtxForward)AdminContext(OP_QUERY, id, nullptr))) { in ForwardCommandDispatch()
|
| D | forward.h | 81 void *AdminContext(const uint8_t op, const uint32_t id, HCtxForward hInput);
|
| /developtools/hdc/test/unittest/common/ |
| D | HdcJdwpTest.cpp | 105 ASSERT_NE(mJdwpTest->AdminContext(OP_QUERY, 1212, nullptr), nullptr)
|