Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/include/
H A Devent_log_task.h36 TASK_RUNNING = 1, enumerator
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/
H A Devent_log_task.cpp114 status_ = Status::TASK_RUNNING; in StartCompose()
149 if (status_ == Status::TASK_RUNNING) { in StartCompose()
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/test/unittest/common/
H A Devent_logger_catcher_test.cpp139 EXPECT_EQ(logTask->GetTaskStatus(), EventLogTask::Status::TASK_RUNNING);
191 logTask->status_ = EventLogTask::Status::TASK_RUNNING;
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/model/usb/host/src/
H A Dusb_net_adapter.c433 set_current_state(TASK_RUNNING); in UsbnetAdapterTerminateUrbs()