Home
last modified time | relevance | path

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

/developtools/hdc/src/daemon/
Ddaemon_unity.cpp75 AsyncCmd::CmdResultCallback funcResultOutput; in ExecuteShell() local
76funcResultOutput = std::bind(&HdcDaemonUnity::AsyncCmdOut, this, std::placeholders::_1, std::place… in ExecuteShell()
78 if (!asyncCommand.Initial(loopTask, funcResultOutput)) { in ExecuteShell()