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:Prepare
(Results
1 - 25
of
56
) sorted by relevance
1
2
3
/base/hiviewdfx/hiview/test/unittest/unified_collection/utility/
H
A
D
mem_profiler_collector_test.cpp
52
collector->
Prepare
();
in HWTEST_F()
72
collector->
Prepare
();
84
collector->
Prepare
();
106
collector->
Prepare
();
118
collector->
Prepare
();
140
collector->
Prepare
();
152
collector->
Prepare
();
/base/powermgr/power_manager/test/unittest/src/
H
A
D
power_mode_module_native_test.cpp
64
powerModeModuleTest->
Prepare
();
in HWTEST_F()
70
powerModeModuleTest->
Prepare
();
in HWTEST_F()
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H
A
D
ark_media_codec_encoder_adapter_impl.cpp
58
int32_t ArkMediaCodecEncoderAdapterImpl::
Prepare
()
in Prepare()
function in OHOS::ArkWeb::ArkMediaCodecEncoderAdapterImpl
60
return (int32_t)real_->
Prepare
();
in Prepare()
H
A
D
ark_media_codec_encoder_adapter_impl.h
37
int32_t
Prepare
() override;
/base/notification/eventhandler/frameworks/eventhandler/test/unittest/
H
A
D
lib_event_handler_event_queue_test.cpp
130
queue.
Prepare
();
in DelayTest()
163
queue.
Prepare
();
in InsertPriorityTest()
377
* @tc.desc: check events inserted in queue when
Prepare
() and
391
* @tc.steps: step1. prepare queue and inserted in queue when
Prepare
() and Finish() are called in right order.
in HWTEST_F()
392
* @tc.expected: step1. event and event id is valid when
Prepare
() and Finish() are called in right order.
in HWTEST_F()
394
queue.
Prepare
();
in HWTEST_F()
415
* @tc.steps: step1. prepare queue and inserted in queue when
Prepare
() and Finish() are called in wrong order.
in HWTEST_F()
416
* @tc.expected: step1. event and event id is invalid when
Prepare
() and Finish() are called in wrong order.
in HWTEST_F()
419
queue.
Prepare
();
in HWTEST_F()
453
* @tc.steps: step2. prepare queue and get event from queue when
Prepare
() i
in HWTEST_F()
[all...]
/base/accesscontrol/sandbox_manager/services/common/database/src/
H
A
D
sqlite_helper.cpp
134
Statement SqliteHelper::
Prepare
(const std::string &sql) const
in Prepare()
function in OHOS::AccessControl::SandboxManager::SqliteHelper
162
auto statement =
Prepare
(PRAGMA_VERSION_COMMAND);
in GetVersion()
177
auto statement =
Prepare
(PRAGMA_VERSION_COMMAND + " = " + std::to_string(currentVersion_));
in SetVersion()
/base/security/access_token/services/common/database/src/
H
A
D
sqlite_helper.cpp
141
Statement SqliteHelper::
Prepare
(const std::string& sql) const
in Prepare()
function in OHOS::Security::AccessToken::SqliteHelper
169
auto statement =
Prepare
(PRAGMA_VERSION_COMMAND);
in GetVersion()
184
auto statement =
Prepare
(PRAGMA_VERSION_COMMAND + " = " + std::to_string(currentVersion_));
in SetVersion()
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/inner_include/
H
A
D
mem_profiler_collector_impl.h
37
int
Prepare
() override;
H
A
D
perf_collector_impl.h
42
CollectResult<bool>
Prepare
(const std::string &logDir) override;
/base/security/access_token/services/tokensyncmanager/include/command/
H
A
D
sync_remote_hap_token_command.h
34
void
Prepare
() override;
H
A
D
update_remote_hap_token_command.h
33
void
Prepare
() override;
H
A
D
delete_remote_token_command.h
29
void
Prepare
() override;
H
A
D
base_remote_command.h
50
/*
Prepare
() is called in requestor */
51
virtual void
Prepare
() = 0;
/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/
H
A
D
mem_profiler_decorator.cpp
24
int MemProfilerDecorator::
Prepare
()
in Prepare()
function in OHOS::HiviewDFX::UCollectUtil::MemProfilerDecorator
26
auto task = [this] { return memProfilerCollector_->
Prepare
(); };
in Prepare()
H
A
D
perf_decorator.cpp
95
CollectResult<bool> PerfDecorator::
Prepare
(const std::string &logDir)
in Prepare()
function in OHOS::HiviewDFX::UCollectUtil::PerfDecorator
97
auto task = [this, &logDir] { return perfCollector_->
Prepare
(logDir); };
in Prepare()
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H
A
D
ark_media_codec_encoder_adapter_wrapper.cpp
58
OHOS::NWeb::CodecCodeAdapter ArkMediaCodecEncoderAdapterWrapper::
Prepare
()
in Prepare()
function in OHOS::ArkWeb::ArkMediaCodecEncoderAdapterWrapper
60
int32_t result = ctocpp_->
Prepare
();
in Prepare()
H
A
D
ark_media_codec_encoder_adapter_wrapper.h
38
OHOS::NWeb::CodecCodeAdapter
Prepare
() override;
/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/include/
H
A
D
mem_profiler_decorator.h
36
int
Prepare
() override;
H
A
D
perf_decorator.h
43
CollectResult<bool>
Prepare
(const std::string &logDir) override;
/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/utility/
H
A
D
mem_profiler_collector.h
40
virtual int
Prepare
() = 0;
H
A
D
perf_collector.h
42
virtual CollectResult<bool>
Prepare
(const std::string &logDir) = 0;
/base/accesscontrol/sandbox_manager/services/common/database/include/
H
A
D
sqlite_helper.h
38
Statement
Prepare
(const std::string &sql) const;
/base/security/access_token/services/common/database/include/
H
A
D
sqlite_helper.h
47
Statement
Prepare
(const std::string& sql) const;
/base/msdp/device_status/frameworks/js/napi/interaction/coordination/include/
H
A
D
js_coordination_manager.h
33
napi_value
Prepare
(napi_env env, bool isCompatible, napi_value handle = nullptr);
/base/security/access_token/services/privacymanager/src/database/
H
A
D
permission_used_record_db.cpp
131
auto statement =
Prepare
(prepareSql);
in Add()
166
auto statement =
Prepare
(prepareSql);
in Remove()
187
auto statement =
Prepare
(prepareSql);
in FindByConditions()
214
auto countStatement =
Prepare
(countSql);
in Count()
229
auto deleteExpireStatement =
Prepare
(deleteExpireSql);
in DeleteExpireRecords()
244
auto deleteExcessiveStatement =
Prepare
(deleteExcessiveSql);
in DeleteExcessiveRecords()
264
auto statement =
Prepare
(prepareSql);
in Update()
297
auto statement =
Prepare
(prepareSql);
in Query()
Completed in 9 milliseconds
1
2
3