Home
last modified time | relevance | path

Searched refs:spec (Results 1 - 5 of 5) sorted by relevance

/test/testfwk/arkxtest/jsunit/src/
H A Dservice.js383 const specService = coreContext.getDefaultService('spec');
391 await coreContext.fireEvents('spec', 'specStart', specItem);
392 await coreContext.fireEvents('spec', 'specDone', specItem);
405 const specService = this.coreContext.getDefaultService('spec');
489 suite.specs.map(spec => {
490 let it = { 'itName': spec.description };
491 spec.isSkip ? skipTemp[prefix].push(it) : temp[prefix].push(it);
503 suite.specs.forEach(spec => specArray.push(spec));
591 pushSpec(spec) {
[all...]
H A Dcore.js35 spec: {},
44 spec: {},
116 this.addService('spec', new SpecService({id: 'default'}));
122 this.registerEvent('spec', new SpecEvent({id: 'default', coreContext: this}));
123 this.subscribeEvent('spec', this.getDefaultService('report'));
/test/xts/hats/hdf/camera/cameraHdi/pipeline_core/
H A Dstream_pipeline_strategy_test.cpp61 std::shared_ptr<PipelineSpec> spec = s->GeneratePipelineSpec(0); in HWTEST_F() local
62 EXPECT_TRUE(spec != nullptr); in HWTEST_F()
73 std::shared_ptr<PipelineSpec> spec = s->GeneratePipelineSpec(0); in HWTEST_F() local
74 EXPECT_TRUE(spec != nullptr); in HWTEST_F()
88 std::shared_ptr<PipelineSpec> spec = s->GeneratePipelineSpec(0); in HWTEST_F() local
89 EXPECT_TRUE(spec != nullptr); in HWTEST_F()
96 std::shared_ptr<PipelineSpec> spec = s->GeneratePipelineSpec(1); in HWTEST_F() local
97 EXPECT_TRUE(spec == nullptr); in HWTEST_F()
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dsemaphorendk.cpp191 struct timespec spec = {PARAM_0}; in SemTimedwait() local
192 int sem = sem_timedwait(&semp, &spec); in SemTimedwait()
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/Dialog/
H A Darkoala_api.h4574 ArkUI_Int32 (*startAnimation)(const ArkUIAPIAnimationSpec* spec, ArkUI_Int32 callbackId);

Completed in 20 milliseconds