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:postalAddresses
(Results
1 - 3
of
3
) sorted by relevance
/applications/standard/contacts_data/contacts/src/
H
A
D
contacts_build.cpp
47
contact.
postalAddresses
= GetPostalAddress(env, object);
in GetContactDataByObject()
313
unsigned int postalAddressesSize = contact.
postalAddresses
.size();
in GetValuesBucketPostalAddress()
316
valuesBucketPostalAddress.Put("detail_info", contact.
postalAddresses
[i].postalAddress);
in GetValuesBucketPostalAddress()
317
if (contact.
postalAddresses
[i].labelId != 0) {
in GetValuesBucketPostalAddress()
318
valuesBucketPostalAddress.Put("extend7", std::to_string(contact.
postalAddresses
[i].labelId));
in GetValuesBucketPostalAddress()
320
if (!contact.
postalAddresses
[i].labelName.empty()) {
in GetValuesBucketPostalAddress()
321
valuesBucketPostalAddress.Put("custom_data", contact.
postalAddresses
[i].labelName);
in GetValuesBucketPostalAddress()
324
if (!contact.
postalAddresses
[i].neighborhood.empty()) {
in GetValuesBucketPostalAddress()
325
valuesBucketPostalAddress.Put("neighborhood", contact.
postalAddresses
[i].neighborhood);
in GetValuesBucketPostalAddress()
327
if (!contact.
postalAddresses
[
in GetValuesBucketPostalAddress()
[all...]
H
A
D
result_convert.cpp
562
const std::string
postalAddresses
= "
postalAddresses
";
in ConvertPostalAddress()
local
563
napi_value postalAddressArray = GetNapiElementArray(env, napiObject,
postalAddresses
);
in ConvertPostalAddress()
603
napi_value napiElementKey = CreateNapiStringValue(env,
postalAddresses
);
in ConvertPostalAddress()
/applications/standard/contacts_data/contacts/include/
H
A
D
contacts_napi_object.h
817
std::vector<PostalAddress>
postalAddresses
;
member in OHOS::ContactsApi::Attribute::Contacts
Completed in 5 milliseconds