Searched defs:DfxTask (Results 1 – 1 of 1) sorted by relevance
36 DfxTask(DfxExecute executor, DfxData *data) : executor_(executor), data_(data), in DfxTask() function38 DfxTask() : DfxTask(nullptr, nullptr) {} in DfxTask() function