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:GetRecord
(Results
1 - 9
of
9
) sorted by relevance
/base/hiviewdfx/hiview/plugins/performance/scene_data_processor/
H
A
D
AnimatorSceneDataProcessor.cpp
87
AnimatorRecord* record =
GetRecord
(evt->animatorInfo.basicInfo.uniqueId);
in ProcessSceneData()
115
AnimatorRecord* record =
GetRecord
(evt->animatorInfo.basicInfo.uniqueId);
in HasStartPoint()
127
AnimatorRecord* record =
GetRecord
(evt->animatorInfo.basicInfo.uniqueId);
in AllPointsReceived()
143
AnimatorRecord* record =
GetRecord
(evt->animatorInfo.basicInfo.uniqueId);
in SaveAnimatorPoint()
184
AnimatorRecord* AnimatorSceneDataProcessor::
GetRecord
(const int32_t uniqueId)
in GetRecord()
function in OHOS::HiviewDFX::AnimatorSceneDataProcessor
H
A
D
AppLaunchSceneDataProcessor.cpp
81
AppStartRecord record =
GetRecord
(bundleName);
in ProcessSceneData()
149
AppStartRecord record =
GetRecord
(bundleName);
in SaveCheckPoint()
233
AppStartRecord record =
GetRecord
(bundleName);
in AllPointsReceived()
276
AppStartRecord record =
GetRecord
(bundleName);
in CalcMetrics()
354
AppStartRecord record =
GetRecord
(bundleName);
in ReportConditionMet()
359
AppStartRecord AppLaunchSceneDataProcessor::
GetRecord
(const std::string& bundleName)
in GetRecord()
function in OHOS::HiviewDFX::AppLaunchSceneDataProcessor
415
AppStartRecord record =
GetRecord
(data.bundleName);
in CheckOutExistStartPoint()
H
A
D
AnimatorSceneDataProcessor.h
47
AnimatorRecord*
GetRecord
(const int32_t uniqueId);
H
A
D
AppLaunchSceneDataProcessor.h
71
AppStartRecord
GetRecord
(const std::string& bundleName);
/base/web/webview/test/fuzztest/ohos_adapter/pasteboard_adapter/getimgdata_fuzzer/
H
A
D
getimgdata_fuzzer.cpp
37
dataRecordAdapterImpl->
GetRecord
();
in GetImgDataFuzzTest()
/base/web/webview/ohos_adapter/pasteboard_adapter/include/
H
A
D
pasteboard_client_adapter_impl.h
51
std::shared_ptr<MiscServices::PasteDataRecord>
GetRecord
();
/base/web/webview/ohos_adapter/pasteboard_adapter/src/
H
A
D
pasteboard_client_adapter_impl.cpp
335
std::shared_ptr<PasteDataRecord> PasteDataRecordAdapterImpl::
GetRecord
()
in GetRecord()
function in OHOS::NWeb::PasteDataRecordAdapterImpl
490
recordList.push_back(rawRecord->
GetRecord
());
in SetPasteData()
/base/web/webview/test/unittest/pasteboard_adapter/
H
A
D
pasteboard_client_adapter_test.cpp
337
* @tc.desc: Test the
GetRecord
.
344
std::shared_ptr<PasteDataRecord> record = g_paster->
GetRecord
();
in HWTEST_F()
/base/hiviewdfx/hitrace/test/unittest/hitrace_meter/
H
A
D
hitrace_ndk_test.cpp
195
string
GetRecord
(HiTraceId hiTraceId)
in GetRecord()
function
231
chainStr =
GetRecord
(*hiTraceId);
in GetTraceResult()
Completed in 8 milliseconds