Searched defs:DumpNodeTreeProcessor (Results 1 – 3 of 3) sorted by relevance
143 void RSUIContext::DumpNodeTreeProcessor(NodeId nodeId, pid_t pid, uint32_t taskId, std::string& out) in DumpNodeTreeProcessor() function in OHOS::Rosen::RSUIContext
772 void RSUIDirector::DumpNodeTreeProcessor(NodeId nodeId, pid_t pid, uint64_t token, uint32_t taskId) in DumpNodeTreeProcessor() function in OHOS::Rosen::RSUIDirector
147 using DumpNodeTreeProcessor = std::function<void(NodeId, pid_t, uint64_t, uint32_t)>; variable