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:labelId
(Results
1 - 2
of
2
) sorted by relevance
/applications/standard/contacts_data/contacts/include/
H
A
D
contacts_napi_object.h
154
int
labelId
= -1;
member in OHOS::ContactsApi::Attribute::Email
200
int
labelId
= -1;
member in OHOS::ContactsApi::Attribute::Event
303
int
labelId
= -1;
member in OHOS::ContactsApi::Attribute::ImAddress
519
int
labelId
= -1;
member in OHOS::ContactsApi::Attribute::PhoneNumber
610
int
labelId
= -1;
member in OHOS::ContactsApi::Attribute::PostalAddress
708
int
labelId
= -1;
member in OHOS::ContactsApi::Attribute::Relation
751
int
labelId
= -1;
member in OHOS::ContactsApi::Attribute::SipAddress
/applications/standard/contacts_data/contacts/src/
H
A
D
contacts_build.cpp
176
if (contact.emails[i].
labelId
!= 0) {
in GetValuesBucketEmail()
177
valuesBucketEmail.Put("extend7", std::to_string(contact.emails[i].
labelId
));
in GetValuesBucketEmail()
204
if (contact.events[i].
labelId
!= 0) {
in GetValuesBucketEvent()
205
valuesBucketEvent.Put("extend7", std::to_string(contact.events[i].
labelId
));
in GetValuesBucketEvent()
250
if (contact.imAddresses[i].
labelId
!= 0) {
in GetValuesBucketImAddress()
251
valuesBucketImAddress.Put("extend7", std::to_string(contact.imAddresses[i].
labelId
));
in GetValuesBucketImAddress()
292
if (contact.phoneNumbers[i].
labelId
!= 0) {
in GetValuesBucketPhoneNumber()
293
valuesBucketPhoneNumber.Put("extend7", std::to_string(contact.phoneNumbers[i].
labelId
));
in GetValuesBucketPhoneNumber()
317
if (contact.postalAddresses[i].
labelId
!= 0) {
in GetValuesBucketPostalAddress()
318
valuesBucketPostalAddress.Put("extend7", std::to_string(contact.postalAddresses[i].
labelId
));
in GetValuesBucketPostalAddress()
[all...]
Completed in 3 milliseconds