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:category
(Results
1 - 6
of
6
) sorted by relevance
/drivers/peripheral/location/agnss/hdi_service/
H
A
D
agnss_interface_impl.cpp
188
loc.
category
= g_refInfoType;
in SetAgnssRefInfo()
189
if (loc.
category
== static_cast<uint32_t>(AgnssRefInfoCategory::AGNSS_REF_INFO_CATEGORY_MAC)) {
in SetAgnssRefInfo()
194
} else if (loc.
category
== static_cast<uint32_t>(AgnssRefInfoCategory::AGNSS_REF_INFO_CATEGORY_CELLID)) {
in SetAgnssRefInfo()
197
loc.u.cellId.
category
= static_cast<uint16_t>(CellIdCategory::CELLID_CATEGORY_GSM);
in SetAgnssRefInfo()
200
loc.u.cellId.
category
= static_cast<uint16_t>(CellIdCategory::CELLID_CATEGORY_UMTS);
in SetAgnssRefInfo()
203
loc.u.cellId.
category
= static_cast<uint16_t>(CellIdCategory::CELLID_CATEGORY_LTE);
in SetAgnssRefInfo()
206
loc.u.cellId.
category
= static_cast<uint16_t>(CellIdCategory::CELLID_CATEGORY_NR);
in SetAgnssRefInfo()
/drivers/peripheral/location/gnss/hdi_service/
H
A
D
location_vendor_lib.h
307
/* See CellIdCategory for the definition of
category
. */
308
uint16_t
category
;
member
346
/* See AgnssRefInfoCategory for the definition of
category
. */
347
uint32_t
category
;
member
442
* Defines the constellation
category
.
513
*
category
- Category of GNSS reference information, See GnssRefInfoCategory for the definition of
category
.
515
typedef void (*RequestGnssReferenceInfo)(int
category
);
573
* See GnssRefInfoCategory for the definition of
category
.
575
int
category
;
member
[all...]
H
A
D
gnss_interface_impl.cpp
428
referenceInfo.
category
= refInfo.type;
in SetGnssReferenceInfo()
436
return gnssInterface->injectsGnssReferenceInfo(referenceInfo.
category
, &referenceInfo);
in SetGnssReferenceInfo()
453
return gnssInterface->injectsGnssReferenceInfo(referenceInfo.
category
, &referenceInfo);
in SetGnssReferenceInfo()
/drivers/liteos/hievent/include/
H
A
D
hievent_driver.h
41
char
category
;
member
/drivers/liteos/hievent/src/
H
A
D
hiview_hievent.c
351
int LogBufToException(char
category
, int level, char logType,
in LogBufToException()
argument
366
hdr->
category
=
category
;
in LogBufToException()
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/test/testsuits/
H
A
D
test_index.py
23
warnings.filterwarnings("ignore",
category
=UserWarning)
Completed in 8 milliseconds