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:GetBuildId
(Results
1 - 6
of
6
) sorted by relevance
/base/hiviewdfx/faultloggerd/test/benchmarktest/unwinder/
H
A
D
elf_benchmark.cpp
38
if (map->offset == 0 && map->GetElf()->
GetBuildId
() != "") {
in InitializeBuildId()
69
benchmark::DoNotOptimize(elf->
GetBuildId
());
in BenchmarkElfGetBuildIdFromObj()
/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H
A
D
elf_test.cpp
85
ASSERT_EQ(elf.
GetBuildId
(), "8e5a30338be326934ff93c998dcd0d22fe345870");
in HWTEST_F()
131
ASSERT_EQ(elf.
GetBuildId
(), "24c55dccc5baaaa140da0083207abcb8d523e248");
in HWTEST_F()
150
ASSERT_TRUE(elf.
GetBuildId
().empty());
in HWTEST_F()
183
* @tc.desc: test
GetBuildId
function when input empty elf file path
190
EXPECT_STREQ(elfFile->
GetBuildId
().c_str(), "");
in HWTEST_F()
195
* @tc.desc: test
GetBuildId
function when input illegal elf file path
202
EXPECT_STREQ(elfFile->
GetBuildId
().c_str(), "");
in HWTEST_F()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H
A
D
dfx_elf.h
50
std::string
GetBuildId
();
52
static std::string
GetBuildId
(uint64_t noteAddr, uint64_t noteSize);
/base/hiviewdfx/faultloggerd/tools/process_dump/
H
A
D
dfx_fault_stack.cpp
306
frame.buildId = elf->
GetBuildId
();
in ParseUnwindStack()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H
A
D
dfx_elf.cpp
426
std::string DfxElf::
GetBuildId
()
in GetBuildId()
function in OHOS::HiviewDFX::DfxElf
434
std::string buildIdHex =
GetBuildId
((uint64_t)((char*)GetMmapPtr() + shdr.offset), shdr.size);
in GetBuildId()
444
std::string DfxElf::
GetBuildId
(uint64_t noteAddr, uint64_t noteSize)
in GetBuildId()
function in OHOS::HiviewDFX::DfxElf
H
A
D
unwinder.cpp
1240
frame.buildId = elf->
GetBuildId
();
in FillFrame()
Completed in 6 milliseconds