/developtools/smartperf_host/trace_streamer/test/unittest/query/ |
H A D | span_join_test.cpp | 36 void Prepare(const std::string &sql) in Prepare() function in SysTuning::TraceStreamer::SpanJoinTest 44 Prepare(sql); in Step() 80 Prepare("SELECT * FROM SpanjoinTable"); in HWTEST_F() 127 Prepare("SELECT * FROM SpanjoinTable"); in HWTEST_F() 174 Prepare("SELECT * FROM SpanjoinTable"); in HWTEST_F() 221 Prepare("SELECT * FROM SpanjoinTable"); in HWTEST_F()
|
/developtools/smartperf_host/trace_streamer/src/trace_data/ |
H A D | trace_data_db.cpp | 255 void TraceDataDB::Prepare() in Prepare() function in SysTuning::TraceStreamer::TraceDataDB 289 Prepare(); in SearchData() 359 Prepare(); in SearchDatabase() 404 Prepare(); in OperateDatabase() 424 Prepare(); in SearchDatabaseToProto() 441 Prepare(); in SearchDatabase() 481 Prepare(); in SearchDatabase() 530 Prepare(); in SearchDatabase()
|
H A D | trace_data_db.h | 48 void Prepare();
|
/developtools/integration_verification/tools/fotff/tester/ |
H A D | tester.go | 36 // Prepare do some test preparations for one certain package 37 Prepare(pkgDir string, device string, ctx context.Context) error
|
/developtools/integration_verification/tools/fotff/tester/manual/ |
H A D | manual.go | 48 func (t *Tester) Prepare(pkgDir string, device string, ctx context.Context) error {
|
/developtools/integration_verification/tools/fotff/rec/ |
H A D | flashandtest.go | 29 if err := opt.T.Prepare(opt.M.PkgDir(opt.Version), opt.Device, ctx); err != nil {
|
H A D | fotff.go | 151 if err = t.Prepare(m.PkgDir(pkg), device, ctx); err != nil {
|
H A D | fotff_test.go | 68 func (f *FotffMocker) Prepare(pkgDir string, device string, ctx context.Context) error {
|
/developtools/integration_verification/tools/fotff/tester/mock/ |
H A D | mock.go | 34 func (t *Tester) Prepare(pkgDir string, device string, ctx context.Context) error {
|
/developtools/integration_verification/tools/fotff/tester/pkg_available/ |
H A D | pkg_available.go | 46 func (t *Tester) Prepare(pkgDir string, device string, ctx context.Context) error {
|
/developtools/global_resource_tool/include/ |
H A D | resource_table.h | 68 bool Prepare(const std::map<std::string, std::vector<TableData>> &configs,
|
/developtools/integration_verification/tools/fotff/tester/common/ |
H A D | common.go | 49 func (t *Tester) Prepare(version string, device string, ctx context.Context) error {
|
/developtools/integration_verification/tools/fotff/tester/xdevice/ |
H A D | xdevice.go | 67 func (t *Tester) Prepare(pkgDir string, device string, ctx context.Context) (err error) {
|
/developtools/integration_verification/tools/fotff/tester/smoke/ |
H A D | smoke.go | 57 func (t *Tester) Prepare(pkgDir string, device string, ctx context.Context) error {
|
/developtools/integration_verification/tools/fotff/ |
H A D | main.go | 160 if err := t.Prepare(m.PkgDir(curPkg), device, context.TODO()); err != nil {
|
/developtools/global_resource_tool/src/ |
H A D | resource_table.cpp | 208 if (!Prepare(configs, limitKeyConfigs, idSets, pos)) { in SaveToResouorceIndex() 243 bool ResourceTable::Prepare(const map<string, vector<TableData>> &configs, in Prepare() function in OHOS::Global::Restool::ResourceTable
|
/developtools/hiperf/test/unittest/common/native/ |
H A D | hiperf_client_test.cpp | 142 HWTEST_F(HiperfClientTest, Prepare, TestSize.Level1) in HWTEST_F()
|
/developtools/smartperf_host/trace_streamer/src/trace_streamer/ |
H A D | trace_streamer_selector.cpp | 421 traceDataCache_->Prepare(); in Clear()
|