Searched refs:givenHostTime (Results 1 – 1 of 1) sorted by relevance
60 uint64_t givenHostTime; in handleEvent() local65 sizeof(givenHostTime)); in handleEvent()67 nanoapp_testing::memcpy(&givenHostTime, message, sizeof(givenHostTime)); in handleEvent()68 givenHostTime = nanoapp_testing::littleEndianToHost(givenHostTime); in handleEvent()70 if (currentHostTime >= givenHostTime) { in handleEvent()71 if ((currentHostTime - givenHostTime) <= timeDelta) { in handleEvent()77 } else if ((givenHostTime - currentHostTime) <= timeDelta) { in handleEvent()