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
defs:contact
(Results
1 - 7
of
7
) sorted by relevance
/base/telephony/core_service/utils/vcard/src/
H
A
D
vcard_encoder.cpp
53
std::shared_ptr<VCardContact>
contact
= std::make_shared<VCardContact>();
in ContructVCard()
local
67
void VCardEncoder::ContructContact(std::shared_ptr<VCardContact>
contact
,
in ContructContact()
argument
H
A
D
vcard_manager.cpp
200
std::shared_ptr<VCardContact>
contact
= contactList[i];
in BatchInsertContactData()
local
295
int32_t VCardManager::InsertContactData(int32_t rawId, std::shared_ptr<VCardContact>
contact
)
in InsertContactData()
argument
[all...]
H
A
D
vcard_constructor.cpp
42
std::string VCardConstructor::ContactVCard(std::shared_ptr<VCardContact>
contact
)
in ContactVCard()
argument
113
ConstructNameV40(std::shared_ptr<VCardContact>
contact
)
ConstructNameV40()
argument
215
ConstructName(std::shared_ptr<VCardContact>
contact
)
ConstructName()
argument
331
ConstructPhones(std::shared_ptr<VCardContact>
contact
)
ConstructPhones()
argument
372
ConstructRelation(std::shared_ptr<VCardContact>
contact
)
ConstructRelation()
argument
402
ConstructIms(std::shared_ptr<VCardContact>
contact
)
ConstructIms()
argument
422
ConstructSipAddresses(std::shared_ptr<VCardContact>
contact
)
ConstructSipAddresses()
argument
448
ConstructNickNames(std::shared_ptr<VCardContact>
contact
)
ConstructNickNames()
argument
466
ConstructEmails(std::shared_ptr<VCardContact>
contact
)
ConstructEmails()
argument
495
ConstructPostals(std::shared_ptr<VCardContact>
contact
)
ConstructPostals()
argument
601
ConstructOrganizations(std::shared_ptr<VCardContact>
contact
)
ConstructOrganizations()
argument
629
ConstructWebsites(std::shared_ptr<VCardContact>
contact
)
ConstructWebsites()
argument
649
ConstructPhotos(std::shared_ptr<VCardContact>
contact
)
ConstructPhotos()
argument
676
ConstructNotes(std::shared_ptr<VCardContact>
contact
)
ConstructNotes()
argument
696
ConstructEvents(std::shared_ptr<VCardContact>
contact
)
ConstructEvents()
argument
735
ConstructGroups(std::shared_ptr<VCardContact>
contact
)
ConstructGroups()
argument
[all...]
/base/telephony/core_service/test/unittest/utils_vcard_gtest/
H
A
D
contact_data_branch_test.cpp
59
std::shared_ptr<VCardContact>
contact
= std::make_shared<VCardContact>();
in HWTEST_F()
local
91
std::shared_ptr<VCardContact>
contact
= std::make_shared<VCardContact>();
HWTEST_F()
local
133
std::shared_ptr<VCardContact>
contact
= std::make_shared<VCardContact>();
HWTEST_F()
local
162
std::shared_ptr<VCardContact>
contact
= std::make_shared<VCardContact>();
HWTEST_F()
local
193
std::shared_ptr<VCardContact>
contact
= std::make_shared<VCardContact>();
HWTEST_F()
local
[all...]
H
A
D
contact_data_test.cpp
596
std::shared_ptr<VCardContact>
contact
= std::make_shared<VCardContact>();
in HWTEST_F()
local
/base/telephony/core_service/test/fuzztest/vcard_fuzzer/
H
A
D
vcard_fuzzer.cpp
136
auto
contact
= std::make_shared<VCardContact>();
in ContructName()
local
166
auto
contact
= std::make_shared<VCardContact>();
in ContructNameData()
local
183
auto
contact
= std::make_shared<VCardContact>();
in ContructRelation()
local
206
auto
contact
= std::make_shared<VCardContact>();
ContructRelationData()
local
[all...]
/base/telephony/core_service/test/unittest/core_service_gtest/
H
A
D
vcard_test.cpp
498
auto
contact
= std::make_shared<VCardContact>();
in TestSimpleName()
local
550
auto
contact
= std::make_shared<VCardContact>();
in HWTEST_F()
local
577
auto
contact
= std::make_shared<VCardContact>();
in HWTEST_F()
local
604
auto
contact
= std::make_shared<VCardContact>();
HWTEST_F()
local
630
auto
contact
= std::make_shared<VCardContact>();
HWTEST_F()
local
689
auto
contact
= std::make_shared<VCardContact>();
HWTEST_F()
local
747
auto
contact
= std::make_shared<VCardContact>();
HWTEST_F()
local
799
auto
contact
= std::make_shared<VCardContact>();
HWTEST_F()
local
852
auto
contact
= std::make_shared<VCardContact>();
HWTEST_F()
local
888
auto
contact
= std::make_shared<VCardContact>();
HWTEST_F()
local
944
auto
contact
= std::make_shared<VCardContact>();
HWTEST_F()
local
997
auto
contact
= std::make_shared<VCardContact>();
HWTEST_F()
local
1073
auto
contact
= std::make_shared<VCardContact>();
HWTEST_F()
local
1119
auto
contact
= std::make_shared<VCardContact>();
HWTEST_F()
local
1369
std::shared_ptr<VCardContact>
contact
= nullptr;
HWTEST_F()
local
1398
auto
contact
= std::make_shared<VCardContact>();
HWTEST_F()
local
1408
auto
contact
= std::make_shared<VCardContact>();
HWTEST_F()
local
1438
auto
contact
= std::make_shared<VCardContact>();
HWTEST_F()
local
[all...]
Completed in 7 milliseconds