Home
last modified time | relevance | path

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

/developtools/hiperf/test/unittest/common/native/
Dvirtual_runtime_test.cpp93 auto callBack = std::bind(&VirtualRuntimeTest::RecordCallBack, this, std::placeholders::_1); variable
110 auto callBack = std::bind(&VirtualRuntimeTest::RecordCallBack, this, std::placeholders::_1); variable
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/hiperf/
DTabPerfAsyncList.ts103 callBack(result: Array<perfAsyncList>): void { method in TabPanePerfAsync