Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/include/
H A Devent_log_task.h35 TASK_RUNNABLE = 0, enumerator
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/
H A Devent_log_task.cpp50 status_(Status::TASK_RUNNABLE) in EventLogTask()
97 status_ = Status::TASK_RUNNABLE; in AddLog()
111 if (status_ != Status::TASK_RUNNABLE) { in StartCompose()
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/test/unittest/common/
H A Devent_logger_catcher_test.cpp136 EXPECT_EQ(logTask->GetTaskStatus(), EventLogTask::Status::TASK_RUNNABLE);