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:NAME_PREFIX
(Results
1 - 4
of
4
) sorted by relevance
/base/hiviewdfx/faultloggerd/tools/process_dump/
H
A
D
dfx_fault_stack.cpp
234
#define
NAME_PREFIX
"r"
in CollectRegistersBlock()
macro
236
#define
NAME_PREFIX
"x"
in CollectRegistersBlock()
238
#define
NAME_PREFIX
"x"
in CollectRegistersBlock()
240
name =
NAME_PREFIX
+ std::to_string(index - 1);
in CollectRegistersBlock()
/base/telephony/core_service/utils/vcard/src/contact_data/
H
A
D
vcard_name_data.cpp
35
valuesBucket.Put(ContactData::
NAME_PREFIX
, prefix_);
in BuildValuesBucket()
182
resultSet->GetColumnIndex(ContactData::
NAME_PREFIX
, index);
in BuildData()
/base/security/selinux_adapter/framework/policycoreutils/src/
H
A
D
hap_restorecon.cpp
54
static const std::string
NAME_PREFIX
= "name=";
member
112
} else if (!nameVisit && (tmp.find(
NAME_PREFIX
) != tmp.npos)) {
in DecodeString()
113
contextBuff.name = tmp.substr(tmp.find(
NAME_PREFIX
) +
NAME_PREFIX
.size());
in DecodeString()
/base/telephony/core_service/utils/vcard/include/
H
A
D
vcard_constant.h
251
static constexpr const char *
NAME_PREFIX
= "alpha_name";
member in OHOS::Telephony::ContactData
Completed in 4 milliseconds