Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_socket.cpp175 const uint32_t timeoutMilliseconds = 40; in SendWhenReady() local
176 SetTimeout(client_, timeoutMilliseconds); in SendWhenReady()
265 constexpr uint32_t timeoutMilliseconds = 10; in GetStatus() local
266 timeval timeout = GetTimeoutDesc(timeoutMilliseconds); in GetStatus()