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:refInfo
(Results
1 - 5
of
5
) sorted by relevance
/drivers/peripheral/location/agnss/hdi_service/
H
A
D
agnss_interface_impl.cpp
176
int32_t AGnssInterfaceImpl::SetAgnssRefInfo(const AGnssRefInfo&
refInfo
)
in SetAgnssRefInfo()
argument
186
HDF_LOGI("%{public}s, g_refInfoType=%{public}d", __func__,
refInfo
.type);
in SetAgnssRefInfo()
191
loc.u.mac.mac[i] =
refInfo
.mac.mac[i];
in SetAgnssRefInfo()
195
switch (
refInfo
.cellId.type) {
in SetAgnssRefInfo()
212
loc.u.cellId.mcc =
refInfo
.cellId.mcc;
in SetAgnssRefInfo()
213
loc.u.cellId.mnc =
refInfo
.cellId.mnc;
in SetAgnssRefInfo()
214
loc.u.cellId.lac =
refInfo
.cellId.lac;
in SetAgnssRefInfo()
215
loc.u.cellId.cid =
refInfo
.cellId.cid;
in SetAgnssRefInfo()
216
loc.u.cellId.tac =
refInfo
.cellId.tac;
in SetAgnssRefInfo()
217
loc.u.cellId.pcid =
refInfo
in SetAgnssRefInfo()
[all...]
H
A
D
agnss_interface_impl.h
37
int32_t SetAgnssRefInfo(const AGnssRefInfo&
refInfo
) override;
/drivers/peripheral/location/gnss/hdi_service/
H
A
D
gnss_interface_impl.cpp
419
int32_t GnssInterfaceImpl::SetGnssReferenceInfo(const GnssRefInfo&
refInfo
)
in SetGnssReferenceInfo()
argument
428
referenceInfo.category =
refInfo
.type;
in SetGnssReferenceInfo()
429
switch (
refInfo
.type) {
in SetGnssReferenceInfo()
432
referenceInfo.u.time.time =
refInfo
.time.time;
in SetGnssReferenceInfo()
433
referenceInfo.u.time.elapsedRealtime =
refInfo
.time.elapsedRealtime;
in SetGnssReferenceInfo()
434
referenceInfo.u.time.uncertaintyOfTime =
refInfo
.time.uncertaintyOfTime;
in SetGnssReferenceInfo()
439
referenceInfo.u.gnssLocation.fieldValidity =
refInfo
.gnssLocation.fieldValidity;
in SetGnssReferenceInfo()
440
referenceInfo.u.gnssLocation.latitude =
refInfo
.gnssLocation.latitude;
in SetGnssReferenceInfo()
441
referenceInfo.u.gnssLocation.longitude =
refInfo
.gnssLocation.longitude;
in SetGnssReferenceInfo()
442
referenceInfo.u.gnssLocation.altitude =
refInfo
in SetGnssReferenceInfo()
[all...]
H
A
D
gnss_interface_impl.h
43
int32_t SetGnssReferenceInfo(const GnssRefInfo&
refInfo
) override;
H
A
D
location_vendor_lib.h
737
bool (*setAgnssReferenceInfo)(const AgnssReferenceInfo*
refInfo
);
Completed in 5 milliseconds