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:selectionArgs
(Results
1 - 5
of
5
) sorted by relevance
/applications/standard/contacts_data/ability/common/utils/src/
H
A
D
merge_utils.cpp
48
std::vector<std::string>
selectionArgs
;
in QueryRawContactByType()
local
49
selectionArgs
.push_back(std::to_string(rawId));
in QueryRawContactByType()
50
auto rawIdsSet = store->QuerySql(sql,
selectionArgs
);
in QueryRawContactByType()
87
std::vector<std::string>
selectionArgs
;
in QueryDataExecute()
local
88
selectionArgs
.push_back(std::to_string(typeId));
in QueryDataExecute()
89
auto resultSet = store->QuerySql(query,
selectionArgs
);
in QueryDataExecute()
213
std::vector<std::string>
selectionArgs
;
in GetRawIdsByRawId()
local
214
selectionArgs
.push_back(std::to_string(rawId));
in GetRawIdsByRawId()
215
auto rawIdsSet = store->QuerySql(queryMergeId,
selectionArgs
);
in GetRawIdsByRawId()
/applications/standard/contacts_data/dataBusiness/contacts/src/
H
A
D
contacts_type.cpp
92
std::vector<std::string>
selectionArgs
;
in LookupTypeId()
local
93
selectionArgs
.push_back(typeValue);
in LookupTypeId()
94
auto resultSet = store_->QuerySql(sqlBuilder,
selectionArgs
);
in LookupTypeId()
115
std::vector<std::string>
selectionArgs
;
in GetTypeText()
local
116
selectionArgs
.push_back(std::to_string(typeId));
in GetTypeText()
117
auto resultSet = store_->QuerySql(sqlBuilder,
selectionArgs
);
in GetTypeText()
H
A
D
contacts_account.cpp
96
std::vector<std::string>
selectionArgs
;
in LookupAccountTypeId()
local
97
auto resultSet = store_->QuerySql(sqlBuilder,
selectionArgs
);
in LookupAccountTypeId()
H
A
D
contacts_database.cpp
1046
std::vector<std::string>
selectionArgs
;
in StructureDeleteContactJson()
local
1047
selectionArgs
.push_back(std::to_string(rawContactId));
in StructureDeleteContactJson()
1077
std::shared_ptr<OHOS::NativeRdb::ResultSet> contactDataResultSet = store_->QuerySql(sql,
selectionArgs
);
in StructureDeleteContactJson()
/applications/standard/contacts_data/dataBusiness/calllog/src/
H
A
D
calllog_database.cpp
271
std::vector<std::string>
selectionArgs
;
in QueryContactsByInsertCalls()
local
272
selectionArgs
.push_back(phoneNumber);
in QueryContactsByInsertCalls()
273
auto resultSet = contactsDataBase->contactStore_->QuerySql(sql,
selectionArgs
);
in QueryContactsByInsertCalls()
Completed in 5 milliseconds