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:nameType
(Results
1 - 3
of
3
) sorted by relevance
/applications/standard/contacts_data/ability/merge/src/
H
A
D
candidate_status.cpp
46
int
nameType
= contactsDataBase->GetTypeId(ContentTypeData::NAME);
in QueryAllForMerge()
local
49
std::set<std::string> names = mergeUtils.QueryRawContactByType(store, rawId,
nameType
);
in QueryAllForMerge()
207
int
nameType
= contactsDataBase->GetTypeId(ContentTypeData::NAME);
in JudgeDataDifferent()
local
209
std::set<std::string> names = mergeUtils.QueryRawContactByType(store, rawId,
nameType
);
in JudgeDataDifferent()
214
std::set<std::string> idNames = mergeIdUtils.QueryRawContactByType(store, ids[i],
nameType
);
in JudgeDataDifferent()
H
A
D
merger_contacts.cpp
234
int
nameType
= contactsDataBase->GetTypeId(ContentTypeData::NAME);
in QueryCandidateName()
local
246
.append(std::to_string(
nameType
));
in QueryCandidateName()
262
int
nameType
= contactsDataBase->GetTypeId(ContentTypeData::NAME);
in QueryTargetName()
local
276
.append(std::to_string(
nameType
))
in QueryTargetName()
331
int
nameType
= contactsDataBase->GetTypeId(ContentTypeData::NAME);
in UpdateCandidate()
local
335
std::set<std::string> names = mergeUtils.QueryRawContactByType(store, rawId,
nameType
);
in UpdateCandidate()
365
int
nameType
= contactsDataBase->GetTypeId(ContentTypeData::NAME);
in SelectCandidate()
local
403
.append(std::to_string(
nameType
))
in SelectCandidate()
479
int
nameType
= contactsDataBase->GetTypeId(ContentTypeData::NAME);
in SelectIdsByName()
local
492
.append(std::to_string(
nameType
));
in SelectIdsByName()
[all...]
/applications/standard/contacts_data/ability/common/utils/src/
H
A
D
merge_utils.cpp
108
int
nameType
= contactsDataBase->GetTypeId(ContentTypeData::NAME);
in QueryByDataName()
local
121
.append(std::to_string(
nameType
))
in QueryByDataName()
155
int
nameType
= contactsDataBase->GetTypeId(ContentTypeData::NAME);
in AddHasJudgeForRawId()
local
160
types.push_back(
nameType
);
in AddHasJudgeForRawId()
Completed in 3 milliseconds