Searched refs:chppGetCurrentTimeNs (Results 1 – 10 of 10) sorted by relevance
378 const uint64_t timeNs = chppGetCurrentTimeNs(); in TEST_P()403 const uint64_t time1Ns = chppGetCurrentTimeNs(); in TEST_P()408 const uint64_t time2Ns = chppGetCurrentTimeNs(); in TEST_P()413 const uint64_t time3Ns = chppGetCurrentTimeNs(); in TEST_P()424 const uint64_t time4Ns = chppGetCurrentTimeNs(); in TEST_P()453 const uint64_t kShouldTimeout1AtNs = chppGetCurrentTimeNs() + kTimeout1Ns; in TEST_P()459 const uint64_t kShouldTimeout2AtNs = chppGetCurrentTimeNs() + kTimeout2Ns; in TEST_P()464 std::chrono::nanoseconds(kShouldTimeout1AtNs - chppGetCurrentTimeNs()) + in TEST_P()467 EXPECT_GT(GetNextRequestTimeoutNs(), chppGetCurrentTimeNs()); in TEST_P()470 std::chrono::nanoseconds(kShouldTimeout2AtNs - chppGetCurrentTimeNs()) + in TEST_P()[all …]
37 static uint64_t chppGetCurrentTimeNs(void);
151 chppGetCurrentTimeNs() / CHPP_NSEC_PER_MSEC); in chppTimesyncMeasureOffset()187 chppGetCurrentTimeNs() - state->timesyncResult.measurementTimeNs > in chppTimesyncGetOffset()194 chppGetCurrentTimeNs() / CHPP_NSEC_PER_MSEC, in chppTimesyncGetOffset()
644 uint64_t currentTime = chppGetCurrentTimeNs(); in chppWifiScanEventNotification()
31 static inline uint64_t chppGetCurrentTimeNs(void) { in chppGetCurrentTimeNs() function
43 uint64_t ms = chppGetCurrentTimeNs() / 1000000; \
49 response->timeNs = chppGetCurrentTimeNs(); in chppTimesyncGetTime()
36 return chppGetCurrentTimeNs(); in palSystemApiGetCurrentTime()
180 context->rxStatus.packetStartTimeNs = chppGetCurrentTimeNs(); in chppConsumePreamble()590 uint64_t now = chppGetCurrentTimeNs(); in chppProcessRxPacket()1218 context->txStatus.lastTxTimeNs = chppGetCurrentTimeNs(); in chppSendPendingPacket()1324 if (*getNextRequestTimeoutNs(appState, type) <= chppGetCurrentTimeNs()) { in chppTransportGetRequestTimeoutResponse()1473 chppGetCurrentTimeNs() > in chppRxDataCb()1482 uint64_t now = chppGetCurrentTimeNs(); in chppRxDataCb()1589 uint64_t currentTime = chppGetCurrentTimeNs(); in chppTransportGetTimeUntilNextDoWorkNs()1688 const uint64_t currentTimeNs = chppGetCurrentTimeNs(); in chppWorkHandleTimeout()1857 context->resetTimeNs = chppGetCurrentTimeNs(); in chppTransportSendReset()
872 inReqState->requestTimeNs = chppGetCurrentTimeNs(); in chppTimestampIncomingRequest()906 outReqState->requestTimeNs = chppGetCurrentTimeNs(); in chppTimestampOutgoingRequest()947 uint64_t responseTime = chppGetCurrentTimeNs(); in chppTimestampIncomingResponse()1021 inReqState->responseTimeNs = chppGetCurrentTimeNs(); in chppTimestampOutgoingResponse()