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:candidate
(Results
1 - 4
of
4
) sorted by relevance
/applications/standard/contacts_data/ability/merge/src/
H
A
D
candidate_status.cpp
44
Candidate
candidate
;
in QueryAllForMerge()
local
74
candidate
.autoIds_ = autoIds;
in QueryAllForMerge()
75
candidate
.manualIds_ = manualIds;
in QueryAllForMerge()
76
AddMergedStatus(
candidate
);
in QueryAllForMerge()
77
HILOG_INFO("QueryAllForMerge mode is : %{public}d ",
candidate
.mergeMode_);
in QueryAllForMerge()
78
candidate
.autoIds_.insert(rawId);
in QueryAllForMerge()
79
candidate
.manualIds_.insert(rawId);
in QueryAllForMerge()
80
HILOG_INFO("QueryAllForMerge size is : %{public}zu ",
candidate
.autoIds_.size());
in QueryAllForMerge()
81
HILOG_INFO("QueryAllForMerge
candidate
.manualIds_ is : %{public}zu ",
candidate
in QueryAllForMerge()
85
AddMergedStatus(Candidate &
candidate
)
AddMergedStatus()
argument
[all...]
H
A
D
match_candidate.cpp
18
#include "
candidate
.h"
37
* @brief Query operation for update
candidate
's merge_mode
48
Candidate
candidate
= candidateStatus.QueryAllForMerge(store, rawId);
in FindMatchContact()
local
49
if (
candidate
.autoIds_.size() > 1) {
in FindMatchContact()
50
int minAutoid = *
candidate
.autoIds_.begin();
in FindMatchContact()
68
int retCode = UpdateMergeMode(store,
candidate
);
in FindMatchContact()
201
int MatchCandidate::UpdateMergeMode(std::shared_ptr<OHOS::NativeRdb::RdbStore> store, Candidate
candidate
)
in UpdateMergeMode()
argument
203
HILOG_INFO("MatchCandidate::UpdateMergeMode is start mode :%{public}d ",
candidate
.mergeMode_);
in UpdateMergeMode()
205
switch (
candidate
.mergeMode_) {
in UpdateMergeMode()
207
error = ExecuteUpdateMode(store,
candidate
in UpdateMergeMode()
[all...]
/applications/standard/contacts_data/ability/merge/include/
H
A
D
candidate_status.h
23
#include "
candidate
.h"
39
void AddMergedStatus(Candidate &
candidate
);
H
A
D
match_candidate.h
34
int UpdateMergeMode(std::shared_ptr<OHOS::NativeRdb::RdbStore> store, Candidate
candidate
);
Completed in 2 milliseconds