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:queryField
(Results
1 - 3
of
3
) sorted by relevance
/applications/standard/calendardata/calendarmanager/native/src/
H
A
D
native_util.cpp
922
void SetFieldInfo(const std::vector<string>& eventKey, std::vector<string>&
queryField
,
in GetUTCTime()
argument
927
queryField
.emplace_back("eventLocation");
in GetUTCTime()
928
queryField
.emplace_back("location_longitude");
in GetUTCTime()
929
queryField
.emplace_back("location_latitude");
in GetUTCTime()
934
queryField
.emplace_back("service_type");
in GetUTCTime()
935
queryField
.emplace_back("service_cp_bz_uri");
in GetUTCTime()
936
queryField
.emplace_back("service_description");
in GetUTCTime()
949
queryField
.emplace_back("identifier");
in GetUTCTime()
954
queryField
.emplace_back("rrule");
in GetUTCTime()
955
queryField
in GetUTCTime()
972
SetField(const std::vector<string>& eventKey, std::vector<string>&
queryField
, std::set<string>& resultSetField)
GetUTCTime()
argument
[all...]
H
A
D
native_calendar.cpp
273
std::vector<string>
queryField
= {};
in GetEvents()
local
276
queryField
.emplace_back("_id");
in GetEvents()
277
SetField(eventKey,
queryField
, resultSetField);
in GetEvents()
284
*(predicates.get()),
queryField
, &error);
in GetEvents()
/applications/standard/calendardata/calendarmanager/native/include/
H
A
D
native_util.h
55
std::vector<string>&
queryField
, std::set<string>& resultSetField);
Completed in 3 milliseconds