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:GetIfaceHandle
(Results
1 - 2
of
2
) sorted by relevance
/drivers/peripheral/wlan/chip/hdi_service/
H
A
D
wifi_vendor_hal.cpp
188
wifiInterfaceHandle WifiVendorHal::
GetIfaceHandle
(const std::string& ifaceName)
in GetIfaceHandle()
function in OHOS::HDI::Wlan::Chip::V1_0::WifiVendorHal
222
GetIfaceHandle
(ifaceName), band, freqs);
in GetValidFrequenciesForBand()
311
return globalFuncTable_.wifiSetCountryCode(
GetIfaceHandle
(ifaceName), code.c_str());
in SetCountryCode()
317
return globalFuncTable_.getSignalPollInfo(
GetIfaceHandle
(ifaceName), signalPollResult);
in GetSignalPollInfo()
345
WifiError status = globalFuncTable_.wifiStartScan(
GetIfaceHandle
(ifaceName), params);
in StartScan()
351
WifiError status = globalFuncTable_.wifiStartPnoScan(
GetIfaceHandle
(ifaceName), pnoParams);
in StartPnoScan()
357
WifiError status = globalFuncTable_.wifiStopPnoScan(
GetIfaceHandle
(ifaceName));
in StopPnoScan()
364
WifiError status = globalFuncTable_.getScanResults(
GetIfaceHandle
(ifaceName), scanResultsInfo);
in GetScanInfos()
423
return globalFuncTable_.sendActionFrame(
GetIfaceHandle
(ifaceName), freq, frameData);
in SendActionFrame()
428
return globalFuncTable_.registerActionFrameReceiver(
GetIfaceHandle
(ifaceNam
in RegisterActionFrameReceiver()
[all...]
H
A
D
wifi_vendor_hal.h
84
wifiInterfaceHandle
GetIfaceHandle
(const std::string& ifaceName);
Completed in 1 milliseconds