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:WifiScanInfo
(Results
1 - 5
of
5
) sorted by relevance
/base/location/interfaces/inner_api/include/
H
A
D
wifi_scan_info.h
24
class
WifiScanInfo
: public Parcelable {
class
26
WifiScanInfo
()
in WifiScanInfo()
function in OHOS::Location::WifiScanInfo
35
explicit
WifiScanInfo
(
WifiScanInfo
& wifiScanInfo)
in WifiScanInfo()
function in OHOS::Location::WifiScanInfo
44
~
WifiScanInfo
() override = default;
114
static std::shared_ptr<
WifiScanInfo
> Unmarshalling(Parcel& parcel)
in Unmarshalling()
116
auto wifiScanInfo = std::make_shared<
WifiScanInfo
>();
in Unmarshalling()
H
A
D
locating_required_data.h
29
wifiData_ = std::make_shared<
WifiScanInfo
>();
in LocatingRequiredData()
45
inline std::shared_ptr<
WifiScanInfo
> GetWifiScanInfo() const
in GetWifiScanInfo()
50
inline void SetWifiScanInfo(std::shared_ptr<
WifiScanInfo
> wifiData)
in SetWifiScanInfo()
68
wifiData_ =
WifiScanInfo
::Unmarshalling(parcel);
in ReadFromParcel()
94
std::shared_ptr<
WifiScanInfo
> wifiData_;
/base/location/services/location_locator/locator/include/
H
A
D
locator_required_data_manager.h
218
const std::vector<Wifi::
WifiScanInfo
>& wifiScanInfo);
219
__attribute__((no_sanitize("cfi"))) void GetWifiScanList(std::vector<Wifi::
WifiScanInfo
>& wifiScanInfo);
238
std::vector<Wifi::
WifiScanInfo
> wifiScanInfo_;
/base/location/services/location_locator/locator/source/
H
A
D
locator_required_data_manager.cpp
252
std::vector<Wifi::
WifiScanInfo
>& wifiScanInfo)
in GetWifiScanList()
272
const std::vector<Wifi::
WifiScanInfo
>& wifiScanInfo)
in GetLocatingRequiredDataByWifi()
277
std::shared_ptr<
WifiScanInfo
> wifiData = std::make_shared<
WifiScanInfo
>();
in GetLocatingRequiredDataByWifi()
314
std::vector<Wifi::
WifiScanInfo
> wifiScanInfo;
in OnWifiScanStateChanged()
419
std::vector<Wifi::
WifiScanInfo
> wifiScanInfo;
in ProcessEvent()
/base/location/services/location_gnss/gnss/source/
H
A
D
agnss_event_callback.cpp
68
std::vector<Wifi::
WifiScanInfo
> wifiScanInfo;
in GetWiFiRefInfo()
Completed in 3 milliseconds