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:server
(Results
1 - 3
of
3
) sorted by relevance
/drivers/peripheral/location/agnss/hdi_service/
H
A
D
agnss_interface_impl.cpp
156
int32_t AGnssInterfaceImpl::SetAgnssServer(const AGnssServerInfo&
server
)
in SetAgnssServer()
argument
167
uint16_t type = static_cast<uint16_t>(
server
.type);
in SetAgnssServer()
168
bool ret = agnssInterface->setAgnssServer(type,
server
.
server
.c_str(),
server
.
server
.length(),
server
.port);
in SetAgnssServer()
H
A
D
agnss_interface_impl.h
35
int32_t SetAgnssServer(const AGnssServerInfo&
server
) override;
/drivers/peripheral/location/gnss/hdi_service/
H
A
D
location_vendor_lib.h
555
/* UTC time received from the NTP
server
, Milliseconds since January 1, 1970. */
752
*
server
- AGNSS
server
information.
753
* length - Length of
server
string.
754
* port - Port of AGNSS
server
.
756
bool (*setAgnssServer)(uint16_t category, const char*
server
, size_t length, int32_t port);
Completed in 4 milliseconds