Home
last modified time | relevance | path

Searched defs:isOneshot (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/test/unittest/common/
H A Dwatchdog_inner_test.cpp161 bool isOneshot = true; variable
186 bool isOneshot = true; variable
/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/
H A Dwatchdog_task.cpp62 …sk::WatchdogTask(std::string name, Task&& task, uint64_t delay, uint64_t interval, bool isOneshot) in WatchdogTask()