Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:Create
(Results
1 - 25
of
39
) sorted by relevance
1
2
/test/xts/hats/hdf/camera/cameraHdi/pipeline_core/
H
A
D
stream_pipeline_dispatcher_test.cpp
57
std::shared_ptr<HostStreamMgr> streamMgr = HostStreamMgr::
Create
();
in HWTEST_F()
64
std::unique_ptr<StreamPipelineStrategy> s = StreamPipelineStrategy::
Create
(streamMgr);
in HWTEST_F()
69
std::unique_ptr<StreamPipelineBuilder> b = StreamPipelineBuilder::
Create
(streamMgr);
in HWTEST_F()
73
std::unique_ptr<StreamPipelineDispatcher> d = StreamPipelineDispatcher::
Create
();
in HWTEST_F()
81
std::shared_ptr<HostStreamMgr> streamMgrConf = HostStreamMgr::
Create
();
in HWTEST_F()
88
std::unique_ptr<StreamPipelineStrategy> s = StreamPipelineStrategy::
Create
(streamMgrConf);
in HWTEST_F()
93
std::unique_ptr<StreamPipelineBuilder> b = StreamPipelineBuilder::
Create
(streamMgrConf);
in HWTEST_F()
97
std::unique_ptr<StreamPipelineDispatcher> d = StreamPipelineDispatcher::
Create
();
in HWTEST_F()
105
std::shared_ptr<HostStreamMgr> streamMgrAbConf = HostStreamMgr::
Create
();
in HWTEST_F()
112
std::unique_ptr<StreamPipelineStrategy> s = StreamPipelineStrategy::
Create
(streamMgrAbCon
in HWTEST_F()
[all...]
H
A
D
stream_pipeline_strategy_test.cpp
55
std::shared_ptr<HostStreamMgr> streamMgr = HostStreamMgr::
Create
();
in HWTEST_F()
59
std::unique_ptr<StreamPipelineStrategy> s = StreamPipelineStrategy::
Create
(streamMgr);
in HWTEST_F()
67
std::shared_ptr<HostStreamMgr> streamMgr = HostStreamMgr::
Create
();
in HWTEST_F()
71
std::unique_ptr<StreamPipelineStrategy> s = StreamPipelineStrategy::
Create
(streamMgr);
in HWTEST_F()
79
std::shared_ptr<HostStreamMgr> streamMgr = HostStreamMgr::
Create
();
in HWTEST_F()
86
std::unique_ptr<StreamPipelineStrategy> s = StreamPipelineStrategy::
Create
(streamMgr);
in HWTEST_F()
94
std::shared_ptr<HostStreamMgr> streamMgr = HostStreamMgr::
Create
();
in HWTEST_F()
95
std::unique_ptr<StreamPipelineStrategy> s = StreamPipelineStrategy::
Create
(streamMgr);
in HWTEST_F()
H
A
D
stream_pipeline_builder_test.cpp
59
std::shared_ptr<HostStreamMgr> streamMgr = HostStreamMgr::
Create
();
in HWTEST_F()
66
std::unique_ptr<StreamPipelineStrategy> s = StreamPipelineStrategy::
Create
(streamMgr);
in HWTEST_F()
71
std::unique_ptr<StreamPipelineBuilder> b = StreamPipelineBuilder::
Create
(streamMgr);
in HWTEST_F()
79
std::shared_ptr<HostStreamMgr> streamMgr = HostStreamMgr::
Create
();
in HWTEST_F()
86
std::unique_ptr<StreamPipelineBuilder> b = StreamPipelineBuilder::
Create
(streamMgr);
in HWTEST_F()
H
A
D
pipeline_core_test.cpp
62
std::shared_ptr<IPipelineCore> core = IPipelineCore::
Create
();
in HWTEST_F()
82
std::shared_ptr<IPipelineCore> core = IPipelineCore::
Create
();
in HWTEST_F()
102
std::shared_ptr<IPipelineCore> core = IPipelineCore::
Create
();
in HWTEST_F()
126
std::shared_ptr<IPipelineCore> core = IPipelineCore::
Create
();
in HWTEST_F()
153
std::shared_ptr<IPipelineCore> core = IPipelineCore::
Create
();
in HWTEST_F()
177
std::shared_ptr<IPipelineCore> core = IPipelineCore::
Create
();
in HWTEST_F()
201
std::shared_ptr<IPipelineCore> core = IPipelineCore::
Create
();
in HWTEST_F()
216
std::shared_ptr<IPipelineCore> core = IPipelineCore::
Create
();
in HWTEST_F()
235
std::shared_ptr<IPipelineCore> core = IPipelineCore::
Create
();
in HWTEST_F()
263
std::shared_ptr<IPipelineCore> core = IPipelineCore::
Create
();
in HWTEST_F()
[all...]
/test/xts/acts/graphic/graphicnapitest/
H
A
D
ConsumerSurfaceTest.cpp
68
cs = IConsumerSurface::
Create
();
in SetUpTestCase()
74
surfaceDelegator = ProducerSurfaceDelegator::
Create
();
in SetUpTestCase()
91
sptr<IConsumerSurface> csTestUserData = IConsumerSurface::
Create
();
in HWTEST_F()
139
sptr<IConsumerSurface> csTestUserData = IConsumerSurface::
Create
();
in HWTEST_F()
H
A
D
ProducerSurfaceTest.cpp
62
csurf = IConsumerSurface::
Create
();
in SetUpTestCase()
87
sptr<IConsumerSurface> csurfTestUserData = IConsumerSurface::
Create
();
in HWTEST_F()
140
sptr<IConsumerSurface> csurfTestUserData = IConsumerSurface::
Create
();
in HWTEST_F()
H
A
D
NativeBufferTest.cpp
500
sptr<OHOS::IConsumerSurface> cSurface = IConsumerSurface::
Create
();
in HWTEST_F()
582
sptr<OHOS::IConsumerSurface> cSurface = IConsumerSurface::
Create
();
in HWTEST_F()
623
sptr<OHOS::IConsumerSurface> cSurface = IConsumerSurface::
Create
();
in HWTEST_F()
H
A
D
NativeWindowTest.cpp
100
cSurface = IConsumerSurface::
Create
();
in SetUpTestCase()
209
sptr<OHOS::IConsumerSurface> cSurfaceTmp = IConsumerSurface::
Create
();
in HWTEST_F()
562
sptr<OHOS::IConsumerSurface> cSurfaceTmp = IConsumerSurface::
Create
();
in HWTEST_F()
666
sptr<OHOS::IConsumerSurface> cSurfaceTmp = IConsumerSurface::
Create
();
in HWTEST_F()
676
sptr<OHOS::IConsumerSurface> cSurfaceTmp1 = IConsumerSurface::
Create
();
in HWTEST_F()
701
sptr<OHOS::IConsumerSurface> cSurfaceTmp = IConsumerSurface::
Create
();
in HWTEST_F()
744
sptr<OHOS::IConsumerSurface> cSurfaceTmp = IConsumerSurface::
Create
();
in HWTEST_F()
779
sptr<OHOS::IConsumerSurface> cSurfaceTmp = IConsumerSurface::
Create
();
in HWTEST_F()
/test/ostest/wukong/shell_command/src/
H
A
D
wukong_main.cpp
69
res = sem.
Create
();
in InitSemaphore()
76
res = sem.
Create
();
in InitSemaphore()
117
sem.
Create
();
in IsRunning()
/test/ostest/wukong/common/src/
H
A
D
multimode_manager.cpp
45
auto keyKeyboardEvent = OHOS::MMI::KeyEvent::
Create
();
in SingleKeyCodeInput()
107
auto pointerEvent = MMI::PointerEvent::
Create
();
in PointerInput()
/test/xts/device_attest/services/devattest_ability/src/
H
A
D
devattest_service.cpp
79
shared_ptr<AppExecFwk::EventRunner> runner = AppExecFwk::EventRunner::
Create
(ATTEST_UNLOAD_TASK_ID);
in Init()
114
shared_ptr<AppExecFwk::EventRunner> runner = AppExecFwk::EventRunner::
Create
(ATTEST_UNLOAD_TASK_ID);
in DelayUnloadTask()
/test/xts/acts/multimedia/image/image_js_standard/imagePackingNDK/entry/src/main/cpp/napi/
H
A
D
image_packing_test.h
27
static napi_value
Create
(napi_env env, napi_callback_info info);
H
A
D
image_packing_test.cpp
51
STATIC_FUNCTION("create",
Create
),
in Init()
169
napi_value ImagePackingNDKTest::
Create
(napi_env env, napi_callback_info info)
in Create()
function in OHOS::Media::ImagePackingNDKTest
/test/xts/dcts/distributedhardware/distributedcameratest/
H
A
D
stream_customer.cpp
27
consumer_ = OHOS::IConsumerSurface::
Create
();
in CreateProducer()
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/Dialog/
H
A
D
dialog_model.h
42
ArkUI_NativeDialogHandle
Create
();
/test/xts/acts/multimedia/image/image_js_standard/imageSourceNDK/entry/src/main/cpp/napi/
H
A
D
image_source_test.h
28
static napi_value
Create
(napi_env env, napi_callback_info info);
/test/xts/hats/hdf/camera/cameraHdi/v4l2/src/
H
A
D
stream_customer.cpp
53
consumer_ = OHOS::IConsumerSurface::
Create
();
in CreateProducer()
/test/xts/acts/ai_lite/ai_engine_posix/base/src/sample/source/
H
A
D
sample_plugin_1.cpp
99
response = IResponse::
Create
(request);
in SyncProcess()
H
A
D
sample_plugin_2.cpp
105
IResponse *response = IResponse::
Create
(request);
in AsyncProcess()
/test/xts/acts/distributeddatamgr/kvStoretest/kvStorejstest/hap/entry/src/ohosTest/js/test/
H
A
D
KvManagerCallbackJsunit.test.js
965
console.info(`
Create
kvManager error: ${err}`)
968
console.info("
Create
kvManager success")
985
console.info(`
Create
kvManager error: ${err}`)
988
console.info("
Create
kvManager success")
994
console.info(`
Create
kvManager error: ${err}`)
H
A
D
KvManagerPromiseJsunit.test.js
864
console.info("
Create
kvManager success")
868
console.info(`
Create
kvManager error: ${err}`)
881
console.info("
Create
kvManager success")
885
console.info(`
Create
kvManager error: ${err}`)
/test/testfwk/arkxtest/uitest/cj/
H
A
D
ui_event_observer_impl.cpp
53
auto sp = make_shared<function<void(CUIElementInfo)>>(CJLambda::
Create
(func));
in PreprocessCallOnce()
/test/ostest/wukong/common/include/
H
A
D
wukong_util.h
388
bool
Create
()
in Create()
function in OHOS::WuKong::WukongSemaphore
/test/testfwk/arkxtest/uitest/addon/
H
A
D
screen_copy.cpp
244
return Media::PixelMap::
Create
(*newestFrame_, rect, opt);
in ScaleNewsetFrameLocked()
/test/xts/hats/hdf/camera/cameraMg_additional/v1_0/src/
H
A
D
common.cpp
307
consumer_ = OHOS::IConsumerSurface::
Create
();
in CreateProducer()
Completed in 15 milliseconds
1
2