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() 84 AdminContext(OP_REMOVE, ctx->pid, nullptr); in FreeContext() 159 thisClass->AdminContext(OP_ADD, pid, ctxJdwp); in ReadStream() 311 void *HdcJdwp::AdminContext(const uint8_t op, const uint32_t pid, HCtxJdwp ctxJdwp) in AdminContext() function in Hdc::HdcJdwp 376 HCtxJdwp ctx = (HCtxJdwp)AdminContext(OP_QUERY, targetPID, nullptr); in SendJdwpNewFD() 412 HCtxJdwp ctx = (HCtxJdwp)AdminContext(OP_QUERY, pid, nullptr); in SendArkNewFD() 476 HCtxJdwp ctx = (HCtxJdwp)AdminContext(OP_QUERY, targetPID, nullptr); in CheckPIDExist() 657 … HCtxJdwp ctx = static_cast<HCtxJdwp>(thisClass->AdminContext(OP_QUERY, targetPID, nullptr)); in FdEventPollThread() 659 thisClass->AdminContext(OP_REMOVE, targetPID, nullptr); in FdEventPollThread()
|
D | jdwp.h | 95 void *AdminContext(const uint8_t op, const uint32_t pid, HCtxJdwp ctxJdwp);
|
/developtools/hdc/src/common/ |
D | forward.cpp | 128 AdminContext(OP_ADD, ctx->id, ctx); in MallocContext() 137 AdminContext(OP_REMOVE, ctx->id, nullptr); in FreeContextCallBack() 178 if (!(ctx = (HCtxForward)AdminContext(OP_QUERY, id, nullptr))) { in FreeContext() 618 AdminContext(OP_UPDATE, idSlaveOld, ctxPoint); in SlaveConnect() 690 void *HdcForwardBase::AdminContext(const uint8_t op, const uint32_t id, HCtxForward hInput) in AdminContext() function in Hdc::HdcForwardBase 796 if (!(ctx = (HCtxForward)AdminContext(OP_QUERY, id, nullptr))) { in ForwardCommandDispatch()
|
D | forward.h | 87 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)
|