Home
last modified time | relevance | path

Searched refs:Create (Results 1 – 25 of 50) sorted by relevance

12

/test/xts/hats/hdf/camera/pipeline_core/
Dstream_pipeline_dispatcher_test.cpp57 std::shared_ptr<HostStreamMgr> streamMgr = HostStreamMgr::Create();
64 std::unique_ptr<StreamPipelineStrategy> s = StreamPipelineStrategy::Create(streamMgr);
69 std::unique_ptr<StreamPipelineBuilder> b = StreamPipelineBuilder::Create(streamMgr);
73 std::unique_ptr<StreamPipelineDispatcher> d = StreamPipelineDispatcher::Create();
81 std::shared_ptr<HostStreamMgr> streamMgrConf = HostStreamMgr::Create();
88 std::unique_ptr<StreamPipelineStrategy> s = StreamPipelineStrategy::Create(streamMgrConf);
93 std::unique_ptr<StreamPipelineBuilder> b = StreamPipelineBuilder::Create(streamMgrConf);
97 std::unique_ptr<StreamPipelineDispatcher> d = StreamPipelineDispatcher::Create();
105 std::shared_ptr<HostStreamMgr> streamMgrAbConf = HostStreamMgr::Create();
112 std::unique_ptr<StreamPipelineStrategy> s = StreamPipelineStrategy::Create(streamMgrAbConf);
[all …]
Dstream_pipeline_strategy_test.cpp55 std::shared_ptr<HostStreamMgr> streamMgr = HostStreamMgr::Create();
59 std::unique_ptr<StreamPipelineStrategy> s = StreamPipelineStrategy::Create(streamMgr);
67 std::shared_ptr<HostStreamMgr> streamMgr = HostStreamMgr::Create();
71 std::unique_ptr<StreamPipelineStrategy> s = StreamPipelineStrategy::Create(streamMgr);
79 std::shared_ptr<HostStreamMgr> streamMgr = HostStreamMgr::Create();
86 std::unique_ptr<StreamPipelineStrategy> s = StreamPipelineStrategy::Create(streamMgr);
94 std::shared_ptr<HostStreamMgr> streamMgr = HostStreamMgr::Create();
95 std::unique_ptr<StreamPipelineStrategy> s = StreamPipelineStrategy::Create(streamMgr);
Dstream_pipeline_builder_test.cpp59 std::shared_ptr<HostStreamMgr> streamMgr = HostStreamMgr::Create();
66 std::unique_ptr<StreamPipelineStrategy> s = StreamPipelineStrategy::Create(streamMgr);
71 std::unique_ptr<StreamPipelineBuilder> b = StreamPipelineBuilder::Create(streamMgr);
79 std::shared_ptr<HostStreamMgr> streamMgr = HostStreamMgr::Create();
86 std::unique_ptr<StreamPipelineBuilder> b = StreamPipelineBuilder::Create(streamMgr);
Dpipeline_core_test.cpp61 std::shared_ptr<IPipelineCore> core = IPipelineCore::Create();
81 std::shared_ptr<IPipelineCore> core = IPipelineCore::Create();
101 std::shared_ptr<IPipelineCore> core = IPipelineCore::Create();
125 std::shared_ptr<IPipelineCore> core = IPipelineCore::Create();
152 std::shared_ptr<IPipelineCore> core = IPipelineCore::Create();
176 std::shared_ptr<IPipelineCore> core = IPipelineCore::Create();
200 std::shared_ptr<IPipelineCore> core = IPipelineCore::Create();
215 std::shared_ptr<IPipelineCore> core = IPipelineCore::Create();
234 std::shared_ptr<IPipelineCore> core = IPipelineCore::Create();
262 std::shared_ptr<IPipelineCore> core = IPipelineCore::Create();
[all …]
/test/ostest/wukong/shell_command/src/
Dwukong_main.cpp99 res = sem.Create(); in InitSemaphore()
106 res = sem.Create(); in InitSemaphore()
147 sem.Create(); in IsRunning()
/test/xts/acts/multimedia/medialibrary/mediaLibrary_base/entry/src/main/ets/test/
DmediaLibraryTestCallback.test.ets648 * @tc.desc : Create File Asset image (does not exist)
658 let path = "Pictures/Create/";
665 * @tc.desc : Create File Asset image (existed)
675 let path = "Pictures/Create/";
682 * @tc.desc : Create File Asset video (does not exist)
692 let path = "Videos/Create/";
699 * @tc.desc : Create File Asset video (existed)
709 let path = "Videos/Create/";
716 * @tc.desc : Create File Asset audio (does not exist)
726 let path = "Audios/Create/";
[all …]
DmediaLibraryTestPromise.test.ets627 * @tc.desc : Create File Asset image (does not exist)
637 let path = "Pictures/Create/";
644 * @tc.desc : Create File Asset image (existed)
654 let path = "Pictures/Create/";
661 * @tc.desc : Create File Asset video (does not exist)
671 let path = "Videos/Create/";
678 * @tc.desc : Create File Asset video (existed)
688 let path = "Videos/Create/";
695 * @tc.desc : Create File Asset audio (does not exist)
705 let path = "Audios/Create/";
[all …]
/test/xts/acts/ability/ability_runtime/actsabilityusertest/entry/src/main/ets/test/
DAbility.test.ets52 console.log("====>Create Subscriber====>");
101 console.log("====>Create Subscriber====>");
152 console.log("====>Create Subscriber====>");
201 console.log("====>Create Subscriber====>");
/test/ostest/wukong/common/src/
Dmultimode_manager.cpp45 auto keyKeyboardEvent = OHOS::MMI::KeyEvent::Create(); in SingleKeyCodeInput()
103 auto pointerEvent = MMI::PointerEvent::Create(); in PointerInput()
/test/xts/acts/ability/ability_runtime/abilitymultiinstance/amsabilitymultiinstancetest/entry/src/main/ets/test/
DAbility.test.ets141 console.debug("====>Create Subscriber====>");
200 console.debug("====>Create Subscriber====>");
260 console.debug("====>Create Subscriber====>");
320 console.debug("====>Create Subscriber====>");
380 console.debug("====>Create Subscriber====>");
440 console.debug("====>Create Subscriber====>");
500 console.debug("====>Create Subscriber====>");
560 console.debug("====>Create Subscriber====>");
620 console.debug("====>Create Subscriber====>");
680 console.debug("====>Create Subscriber====>");
[all …]
/test/xts/acts/ability/ability_runtime/actsstartrunnertest/entry/src/main/ets/test/
DAbility.test.ets79 console.log("====>Create Subscriber====>");
127 console.log("====>Create Subscriber====>");
179 console.log("====>Create Subscriber====>");
227 console.log("====>Create Subscriber====>");
/test/xts/acts/graphic/effectKit/entry/src/main/ets/test/
DeffectKit.test.ets29 * @tc.desc Create a FilterChain to add multiple effects to an image.
57 * @tc.desc Create a FilterChain to add multiple effects to an image.
412 * @tc.desc Create a color picker to get the main color.
444 * @tc.desc Create a color picker to get the main color.
477 * @tc.desc Create a color picker to get the main color.
510 * @tc.desc Create a color picker to get the main color.
543 * @tc.desc Create a color picker to get the main color.
577 * @tc.desc Create a color picker to get the main color.
612 * @tc.desc Create a color picker to get the main color.
644 * @tc.desc Create a color picker to get the main color.
[all …]
/test/xts/acts/ability/ability_runtime/newwant/actsnewwanttest/entry/src/main/ets/test/
DAbility.test.ets81 console.debug("ACTS_NewWant_Test_0100====>Create Subscriber====>");
151 console.debug("ACTS_NewWant_Test_0200====>Create Subscriber====>");
220 console.debug("ACTS_NewWant_Test_0300====>Create Subscriber====>");
290 console.debug("ACTS_NewWant_Test_0400====>Create Subscriber====>");
362 console.debug("ACTS_NewWant_Test_0500====>Create Subscriber====>");
434 console.debug("ACTS_NewWant_Test_0600====>Create Subscriber====>");
506 console.debug("ACTS_NewWant_Test_0700====>Create Subscriber====>");
577 console.debug("ACTS_NewWant_Test_0800====>Create Subscriber====>");
/test/xts/acts/ability/ability_runtime/amsdisplayIdtest/actsamsstartabilityforresulttest/entry/src/main/ets/test/
DAbility.test.ets57 console.debug("====>ACTS_startAbilityForResult_0800 Create Subscriber====>");
114 console.debug("====>ACTS_startAbilityForResult_0900 Create Subscriber====>");
174 console.debug("====>ACTS_startAbilityForResult_1000 Create Subscriber====>");
/test/xts/acts/ability/ability_runtime/apitest/entry/src/main/ets/test/
DAbility.test.ets85 console.log("====>Create Subscriber====>");
174 console.log("====>Create Subscriber====>");
267 console.log("====>Create Subscriber====>");
328 console.log("====>Create Subscriber====>");
419 console.log("====>Create Subscriber====>");
510 console.log("====>Create Subscriber====>");
567 console.log("====>Create Subscriber====>");
619 console.log("====>Create Subscriber====>");
674 console.log("====>Create Subscriber====>");
726 console.log("====>Create Subscriber====>");
/test/xts/acts/ability/ability_runtime/actsusers/ActsAmsUsersThirdTest/entry/src/main/ets/test/
DAbility.test.ets47 console.debug("====>Create Subscriber====>");
98 console.debug("====>Create Subscriber====>");
148 console.debug("====>Create Subscriber====>");
200 console.debug("====>Create Subscriber====>");
250 console.debug("====>Create Subscriber====>");
299 console.debug("====>Create Subscriber====>");
347 console.debug("====>Create Subscriber====>");
397 console.debug("====>Create Subscriber====>");
672 console.debug("====>Create Subscriber====>");
721 console.debug("====>Create Subscriber====>");
[all …]
/test/xts/acts/ability/ability_runtime/non_concurrent/acts_systemappa_test/entry/src/main/ets/test/
DAbilityPermission.test.ets68 console.debug("ACTS_AbilityPermission_0100====>Create Subscriber====>");
114 console.debug("ACTS_AbilityPermission_0300====>Create Subscriber====>");
172 console.debug("====>Create Subscriber====>");
/test/xts/acts/ability/ability_runtime/actsqueryfunctiontest/actsgetabilitystatestagetest/entry/src/main/ets/test/
DAbility.test.ets61 console.log("ACTS_GetAbilityState_0200====>Create Subscriber====>");
122 console.log("ACTS_GetAbilityState_0300====>Create Subscriber====>");
195 console.log("ACTS_GetAbilityState_0600====>Create Subscriber====>");
/test/xts/acts/ability/ability_runtime/actsrequestdialogtest/actsrequestdialog/entry/src/main/ets/test/
DAbility.test.ets65 console.info("====>ACTS_requestDialog_0100 Create Subscriber====>");
127 console.info("====>ACTS_requestDialog_0200 Create Subscriber====>");
/test/xts/acts/ai_lite/ai_engine_posix/base/src/sample/source/
Dsample_plugin_2.cpp105 IResponse *response = IResponse::Create(request); in AsyncProcess()
Dsample_plugin_1.cpp99 response = IResponse::Create(request); in SyncProcess()
/test/xts/acts/distributeddatamgr/Pasteboardjsapitest/entry/src/main/ets/test/
DPasteBoardRecord.test.ets188 console.info("Create data error, err code is: " + err.code)
213 console.info("Create data error, err code is: " + err.code)
235 console.info("Create data error, err code is: " + err.code)
260 console.info("Create data error, err code is: " + err.code)
410 console.info("Create record error, err code is: " + err.code)
435 console.info("Create record error, err code is: " + err.code)
461 console.info("Create record error, err code is: " + err.code)
483 console.info("Create record error, err code is: " + err.code)
508 console.info("Create record error, err code is: " + err.code)
/test/xts/acts/ability/ability_runtime/actsqueryfunctiontest/actsgetcurrenttopabilitystagebtest/entry/src/main/ets/test/
DAbility.test.ets66 console.debug("ACTS_GetCurrentTopAbility_0200====>Create Subscriber====>");
123 console.debug("ACTS_GetCurrentTopAbility_0500====>Create Subscriber====>");
/test/xts/acts/demo/hjsunit/
DREADME.md14 2. Procedure: Create a blank JS template project in Devco Studio, import the sample code in the o…
/test/xts/acts/ability/ability_runtime/actsusers/ActsAmsUsersSystemTest/entry/src/main/ets/test/
DAbility.test.ets95 console.debug(TAG + "====>Create Subscriber====>");
147 console.debug(TAG + "====>Create Subscriber====>");
198 console.debug(TAG + "====>Create Subscriber====>");
250 console.debug(TAG + "====>Create Subscriber====>");
301 console.debug(TAG + "====>Create Subscriber====>");
356 console.debug(TAG + "====>Create Subscriber====>");
595 console.debug(TAG + "====>Create Subscriber====>");
651 console.debug(TAG + "====>Create Subscriber====>");

12