Home
last modified time | relevance | path

Searched refs:AdminContext (Results 1 - 5 of 5) sorted by relevance

/developtools/hdc/src/daemon/
H A Djdwp.cpp58 AdminContext(OP_CLEAR, 0, nullptr); in Stop()
84 AdminContext(OP_REMOVE, ctx->pid, nullptr); in FreeContext()
166 thisClass->AdminContext(OP_ADD, pid, ctxJdwp); in ReadStream()
327 void *HdcJdwp::AdminContext(const uint8_t op, const uint32_t pid, HCtxJdwp ctxJdwp) in AdminContext() function in Hdc::HdcJdwp
392 HCtxJdwp ctx = (HCtxJdwp)AdminContext(OP_QUERY, targetPID, nullptr); in SendJdwpNewFD()
428 HCtxJdwp ctx = (HCtxJdwp)AdminContext(OP_QUERY, pid, nullptr); in SendArkNewFD()
492 HCtxJdwp ctx = (HCtxJdwp)AdminContext(OP_QUERY, targetPID, nullptr); in CheckPIDExist()
673 HCtxJdwp ctx = static_cast<HCtxJdwp>(thisClass->AdminContext(OP_QUERY, targetPID, nullptr)); in FdEventPollThread()
675 thisClass->AdminContext(OP_REMOVE, targetPID, nullptr); in FdEventPollThread()
H A Djdwp.h95 void *AdminContext(const uint8_t op, const uint32_t pid, HCtxJdwp ctxJdwp);
/developtools/hdc/src/common/
H A Dforward.cpp128 AdminContext(OP_ADD, ctx->id, ctx); in MallocContext()
137 AdminContext(OP_REMOVE, ctx->id, nullptr); in FreeContextCallBack()
177 if (!(ctx = (HCtxForward)AdminContext(OP_QUERY, id, nullptr))) { in FreeContext()
623 AdminContext(OP_UPDATE, idSlaveOld, ctxPoint); in SlaveConnect()
695 void *HdcForwardBase::AdminContext(const uint8_t op, const uint32_t id, HCtxForward hInput) in AdminContext() function in Hdc::HdcForwardBase
812 if (!(ctx = (HCtxForward)AdminContext(OP_QUERY, id, nullptr))) { in ForwardCommandDispatch()
H A Dforward.h87 void *AdminContext(const uint8_t op, const uint32_t id, HCtxForward hInput);
/developtools/hdc/test/unittest/common/
H A DHdcJdwpTest.cpp105 ASSERT_NE(mJdwpTest->AdminContext(OP_QUERY, 1212, nullptr), nullptr) in HWTEST_F()

Completed in 5 milliseconds