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:GetSuffix
(Results
1 - 7
of
7
) sorted by relevance
/base/startup/init/services/begetctl/
H
A
D
partitionslot.cpp
62
static int
GetSuffix
(BShellHandle handle, int32_t argc, char *argv[])
in GetSuffix()
function
134
const_cast<char *>("partitionslot"),
GetSuffix
,
in MODULE_CONSTRUCTOR()
/base/telephony/core_service/utils/vcard/include/contact_data/
H
A
D
vcard_name_data.h
44
std::string
GetSuffix
();
/base/telephony/core_service/utils/vcard/src/contact_data/
H
A
D
vcard_name_data.cpp
135
std::string VCardNameData::
GetSuffix
()
in GetSuffix()
function in OHOS::Telephony::VCardNameData
/base/global/resource_management/frameworks/resmgr/src/
H
A
D
resource_manager_impl.cpp
1377
std::string
GetSuffix
(const std::shared_ptr<HapResource::ValueUnderQualifierDir> qd)
in GetSuffix()
function
1431
type =
GetSuffix
(qd);
in GetDrawableInfoById()
1451
type =
GetSuffix
(qd);
in GetDrawableInfoByName()
1472
std::string type =
GetSuffix
(qd);
in GetDrawableInfoById()
1504
std::string type =
GetSuffix
(qd);
in GetDrawableInfoByName()
/base/telephony/core_service/utils/vcard/src/
H
A
D
vcard_constructor.cpp
128
std::string suffix = nameData->
GetSuffix
();
in ConstructNameV40()
243
std::string suffix = nameData->
GetSuffix
();
in ConstructName()
H
A
D
vcard_contact.cpp
127
!nameData_->
GetSuffix
().empty() || !nameData_->GetFormatted().empty() || !nameData_->GetSort().empty() ||
in CheckNameExist()
/base/telephony/core_service/test/unittest/core_service_gtest/
H
A
D
vcard_test.cpp
435
EXPECT_EQ(contacts[0]->GetNameData()->
GetSuffix
(), "wowowoSu");
in HWTEST_F()
Completed in 12 milliseconds