Home
last modified time | relevance | path

Searched defs:callBack (Results 1 – 4 of 4) sorted by relevance

/developtools/hiperf/test/unittest/common/native/
Dvirtual_runtime_test.cpp84 auto callBack = std::bind(&VirtualRuntimeTest::RecordCallBack, this, std::placeholders::_1); variable
101 auto callBack = std::bind(&VirtualRuntimeTest::RecordCallBack, this, std::placeholders::_1); variable
/developtools/smartperf_host/smartperf_host/ide/src/trace/component/schedulingAnalysis/processAnalysis/
DTop10LongestRunTimeProcess.ts129 callBack(res: Array<Top10RunTimeData>): void { method in Top10LongestRunTimeProcess
DTop10ProcessSwitchCount.ts127 callBack(res: Array<Top10ProcSwiCount>): void { method in Top10ProcessSwitchCount
/developtools/smartperf_host/smartperf_host/ide/src/trace/component/trace/sheet/hiperf/
DTabPerfAsyncList.ts102 callBack(result: Array<perfAsyncList>): void { method in TabPanePerfAsync