Searched refs:requestId (Results 1 – 4 of 4) sorted by relevance
/art/runtime/jdwp/ |
D | jdwp_event.cc | 128 …LOG(INFO) << StringPrintf("Event id=0x%4x %p (prev=%p next=%p):", pEvent->requestId, pEvent, pEven… in dumpEvent() 237 void JdwpState::UnregisterEventById(uint32_t requestId) { in UnregisterEventById() argument 242 if (pEvent->requestId == requestId) { in UnregisterEventById() 792 expandBufAdd4BE(pReq, match_list[i]->requestId); in PostLocationEvent() 852 expandBufAdd4BE(pReq, match_list[i]->requestId); in PostThreadChange() 942 expandBufAdd4BE(pReq, match_list[i]->requestId); in PostException() 1013 expandBufAdd4BE(pReq, match_list[i]->requestId); in PostClassPrepare()
|
D | jdwp_event.h | 98 uint32_t requestId; /* serial#, reported to debugger */ member
|
D | jdwp_handler.cc | 1362 uint32_t requestId = state->NextEventSerial(); in ER_Set() local 1363 expandBufAdd4BE(pReply, requestId); in ER_Set() 1365 pEvent->requestId = requestId; in ER_Set() 1367 VLOG(jdwp) << StringPrintf(" --> event requestId=%#x", requestId); in ER_Set() 1382 uint32_t requestId = request.ReadUnsigned32("request id"); in ER_Clear() local 1386 state->UnregisterEventById(requestId); in ER_Clear()
|
D | jdwp.h | 257 void UnregisterEventById(uint32_t requestId)
|