Searched defs:requestLogRecord (Results 1 – 10 of 10) sorted by relevance
70 RequestLogRecord requestLogRecord = in testWriteQuery() local90 RequestLogRecord requestLogRecord = in testWriteEmptyQuery() local108 RequestLogRecord requestLogRecord = in testWriteEventForExistingQuery() local162 RequestLogRecord requestLogRecord = in testWriteEventWithNewQuery() local
88 public WebTriggerOutputParcel( in WebTriggerOutputParcel()146 …RequestLogRecord requestLogRecord = (flg & 0x1) == 0 ? null : (RequestLogRecord) in.readTypedObjec… in WebTriggerOutputParcel() local
115 public ExecuteOutputParcel( in ExecuteOutputParcel()203 …RequestLogRecord requestLogRecord = (flg & 0x1) == 0 ? null : (RequestLogRecord) in.readTypedObjec… in ExecuteOutputParcel() local
62 /* package-private */ EventInputParcel( in EventInputParcel()117 …RequestLogRecord requestLogRecord = (flg & 0x1) == 0 ? null : (RequestLogRecord) in.readTypedObjec… in EventInputParcel() local
124 @Nullable RequestLogRecord requestLogRecord) { in EventLogRecord()263 …RequestLogRecord requestLogRecord = (flg & 0x10) == 0 ? null : (RequestLogRecord) in.readTypedObje… in EventLogRecord() local
81 public EventInput( in EventInput()
76 /* package-private */ WebTriggerOutput( in WebTriggerOutput()
94 /* package-private */ ExecuteOutput( in ExecuteOutput()
51 @Nullable RequestLogRecord requestLogRecord, in writeLogRecords()
428 RequestLogRecord requestLogRecord = new RequestLogRecord.Builder() in getJoinedEvents() local