Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/common/include/
H A Dtask_handler_wrap.h60 return printTaskLog_; in PrintTaskLog()
68 bool printTaskLog_ = false; variable
100 printTaskLog_ = printTaskLog; in SetPrintTaskLog()
120 bool printTaskLog_ = false; variable
/ohos5.0/foundation/ability/ability_runtime/services/common/src/
H A Dtask_handler_wrap.cpp142 result.printTaskLog_ = printTaskLog_; in SubmitTask()
153 if (printTaskLog_) { in SubmitTask()
172 if (printTaskLog_) { in CancelTask()