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:pInterface
(Results
1 - 4
of
4
) sorted by relevance
/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/
H
A
D
wifi_hal_chip_interface.c
120
WifiHalVendorInterface *
pInterface
= GetWifiHalVendorInterface();
in ConfigComboModes()
local
121
if (
pInterface
== NULL) {
in ConfigComboModes()
124
HalVendorError err =
pInterface
->func.wifiConfigComboModes(mode);
in ConfigComboModes()
134
WifiHalVendorInterface *
pInterface
= GetWifiHalVendorInterface();
in GetComboModes()
local
135
if (
pInterface
== NULL) {
in GetComboModes()
138
HalVendorError err =
pInterface
->func.wifiGetComboModes(id);
in GetComboModes()
148
WifiHalVendorInterface *
pInterface
= GetWifiHalVendorInterface();
in RequestFirmwareDebugDump()
local
149
if (
pInterface
== NULL) {
in RequestFirmwareDebugDump()
152
HalVendorError err =
pInterface
->func.wifiRequestFirmwareDebugDump(bytes, size);
in RequestFirmwareDebugDump()
H
A
D
wifi_hal_adapter.c
70
static int OpenHalVendorModule(WifiHalVendorInterface *
pInterface
)
in OpenHalVendorModule()
argument
72
if (
pInterface
== NULL) {
in OpenHalVendorModule()
96
HalVendorError err = pFunc(&
pInterface
->func);
in OpenHalVendorModule()
101
err =
pInterface
->func.wifiInitialize();
in OpenHalVendorModule()
106
pInterface
->handle = handle;
in OpenHalVendorModule()
H
A
D
wifi_hal_sta_interface.c
424
WifiHalVendorInterface *
pInterface
= GetWifiHalVendorInterface();
in GetStaCapabilities()
local
425
if (
pInterface
== NULL) {
in GetStaCapabilities()
429
HalVendorError err =
pInterface
->func.wifiGetSupportedFeature(&feature);
in GetStaCapabilities()
498
WifiHalVendorInterface *
pInterface
= GetWifiHalVendorInterface();
in SetScanningMacAddress()
local
499
if (
pInterface
== NULL) {
in SetScanningMacAddress()
502
HalVendorError err =
pInterface
->func.wifiSetScanningMacAddress((const char *)mac, lenMac);
in SetScanningMacAddress()
513
WifiHalVendorInterface *
pInterface
= GetWifiHalVendorInterface();
in DeauthLastRoamingBssid()
local
514
if (
pInterface
== NULL) {
in DeauthLastRoamingBssid()
517
HalVendorError err =
pInterface
->func.wifiDeauthLastRoamingBssid((const char *)mac, lenMac);
in DeauthLastRoamingBssid()
528
WifiHalVendorInterface *
pInterface
in GetSupportFeature()
local
549
WifiHalVendorInterface *
pInterface
= GetWifiHalVendorInterface();
SetWifiTxPower()
local
[all...]
H
A
D
wifi_hal_p2p_interface.c
933
WifiHalVendorInterface *
pInterface
= GetWifiHalVendorInterface();
934
if (
pInterface
== NULL) {
937
HalVendorError err =
pInterface
->func.wifiSetMiracastMode(type);
Completed in 3 milliseconds