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:cardType_
(Results
1 - 5
of
5
) sorted by relevance
/base/telephony/core_service/utils/vcard/src/
H
A
D
vcard_constructor.cpp
30
:
cardType_
(cardType), charset_(charset)
in VCardConstructor()
36
isV30OrV40_ = VCardConfiguration::IsVer30(
cardType_
) || VCardConfiguration::IsVer40(
cardType_
);
in VCardConstructor()
38
needQP_ = !VCardConfiguration::IsVer30(
cardType_
);
in VCardConstructor()
67
if (VCardConfiguration::IsVer40(
cardType_
)) {
in ContactBegin()
69
} else if (VCardConfiguration::IsVer30(
cardType_
)) {
in ContactBegin()
184
if (VCardConfiguration::IsVer30(
cardType_
)) {
in ConstructPhoneticNameFields()
222
if (VCardConfiguration::IsVer40(
cardType_
)) {
in ConstructName()
228
if (VCardConfiguration::IsVer30(
cardType_
)) {
in ConstructName()
256
} else if (VCardConfiguration::IsVer30(
cardType_
)) {
in ConstructName()
[all...]
/base/telephony/core_service/utils/vcard/include/
H
A
D
vcard_constructor.h
97
int32_t
cardType_
;
member in OHOS::Telephony::VCardConstructor
/base/telephony/state_registry/services/include/
H
A
D
telephony_state_registry_service.h
106
std::map<int32_t, CardType>
cardType_
;
member in OHOS::Telephony::TelephonyStateRegistryService
/base/telephony/state_registry/services/src/
H
A
D
telephony_state_registry_service.cpp
247
cardType_
[slotId] = type;
in UpdateSimState()
577
record.slotId_,
cardType_
[record.slotId_], simState_[record.slotId_], simReason_[record.slotId_]);
in UpdateData()
812
for (it =
cardType_
.begin(); it !=
cardType_
.end(); ++it) {
in GetCardType()
/base/telephony/state_registry/test/unittest/state_test/
H
A
D
state_registry_test.cpp
942
service->
cardType_
[0] = CardType::UNKNOWN_CARD;
in HWTEST_F()
Completed in 6 milliseconds