Searched refs:IsSameRequestId (Results 1 – 3 of 3) sorted by relevance
66 if (!(*iter)->IsSameRequestId(requestId)) { in RemoveRequest()82 if (info->IsSameRequestId(requestId)) { in GetRemainDelayTime()92 if ((requestId != -1) && !info->IsSameRequestId(requestId)) { in StartAccounting()111 if (!info->IsSameRequestId(requestId) || (info->GetBaseTime() == 0)) { in StopAccounting()
48 inline bool IsSameRequestId(int32_t requestId) const in IsSameRequestId() function
528 EXPECT_EQ(info2->IsSameRequestId(1), true);