Home
last modified time | relevance | path

Searched refs:tsMono (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/hiviewdfx/hilog/test/fuzztest/hilogclient_fuzzer/
H A Dhilogclient_fuzzer.cpp34 struct timespec tsMono = {0}; in DoSomethingInterestingWithMyAPI() local
35 (void)clock_gettime(CLOCK_MONOTONIC, &tsMono); in DoSomethingInterestingWithMyAPI()
38 header.mono_sec = static_cast<uint32_t>(tsMono.tv_sec); in DoSomethingInterestingWithMyAPI()