Home
last modified time | relevance | path

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

/base/hiviewdfx/hicollie/frameworks/native/
Dwatchdog_task.cpp32 int64_t WatchdogTask::curId = 0; member in OHOS::HiviewDFX::WatchdogTask
38 id = ++curId; in WatchdogTask()
50 id = ++curId; in WatchdogTask()
61 id = ++curId; in WatchdogTask()
Dwatchdog_task.h31 static int64_t curId; variable