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:HAL_SUCCESS
(Results
1 - 12
of
12
) sorted by relevance
/drivers/peripheral/wlan/test/unittest/chip/
H
A
D
wifi_hal_fn.cpp
24
return
HAL_SUCCESS
;
in VendorHalInit()
29
return
HAL_SUCCESS
;
in WaitDriverStart()
44
return
HAL_SUCCESS
;
in VendorHalGetIfaces()
49
return
HAL_SUCCESS
;
in VendorHalGetIfName()
56
return
HAL_SUCCESS
;
in VendorHalGetChannelsInBand()
63
return
HAL_SUCCESS
;
in VendorHalSetRestartHandler()
68
return
HAL_SUCCESS
;
in VendorHalCreateIface()
74
return
HAL_SUCCESS
;
in VendorHalDeleteIface()
81
return
HAL_SUCCESS
;
in TriggerVendorHalRestart()
86
return
HAL_SUCCESS
;
in WifiSetCountryCode()
[all...]
H
A
D
wifi_vendor_hal_test.cpp
64
EXPECT_TRUE(wifiVendorHalTest->Start() ==
HAL_SUCCESS
);
in StartTest()
65
EXPECT_TRUE(wifiVendorHalTest->Initialize() ==
HAL_SUCCESS
);
in StartTest()
103
EXPECT_TRUE(wifiVendorHalTest->GetChipCaps(VAILD_IFNAME, cap) ==
HAL_SUCCESS
);
in GetChipCapsTest()
105
EXPECT_TRUE(wifiVendorHalTest->GetSupportedFeatureSet(VAILD_IFNAME, cap) ==
HAL_SUCCESS
);
in GetChipCapsTest()
113
EXPECT_TRUE(wifiVendorHalTest->DeleteVirtualInterface(VAILD_IFNAME) ==
HAL_SUCCESS
);
in GetValidFrequenciesForBandTest()
/drivers/peripheral/wlan/chip/hdi_service/
H
A
D
wifi_sta_iface.cpp
70
if (status ==
HAL_SUCCESS
) {
in GetSupportFreqs()
79
if (status !=
HAL_SUCCESS
) {
in GetIfaceCap()
97
if (status ==
HAL_SUCCESS
) {
in SetCountryCode()
139
if (status ==
HAL_SUCCESS
) {
in StartScan()
149
if (status ==
HAL_SUCCESS
) {
in GetScanInfos()
159
if (status ==
HAL_SUCCESS
) {
in StartPnoScan()
169
if (status ==
HAL_SUCCESS
) {
in StopPnoScan()
178
if (status ==
HAL_SUCCESS
) {
in GetSignalPollInfo()
192
if (status ==
HAL_SUCCESS
) {
in EnablePowerMode()
201
if (status ==
HAL_SUCCESS
) {
in SetDpiMarkRule()
[all...]
H
A
D
wifi_vendor_hal.cpp
70
return
HAL_SUCCESS
;
in Initialize()
81
return
HAL_SUCCESS
;
in Start()
91
if (status !=
HAL_SUCCESS
|| !globalHandle_) {
in Start()
97
if (status !=
HAL_SUCCESS
|| ifaceNameHandle_.empty()) {
in Start()
103
return
HAL_SUCCESS
;
in Start()
161
return
HAL_SUCCESS
;
in Stop()
185
return
HAL_SUCCESS
;
in Stop()
204
return
HAL_SUCCESS
;
in GetChipCaps()
213
return
HAL_SUCCESS
;
in GetSupportedFeatureSet()
231
if (status ==
HAL_SUCCESS
in CreateVirtualInterface()
[all...]
H
A
D
wifi_ap_iface.cpp
74
if (status ==
HAL_SUCCESS
) {
in GetSupportFreqs()
97
if (status !=
HAL_SUCCESS
) {
in SetCountryCode()
109
if (status ==
HAL_SUCCESS
) {
in GetPowerMode()
119
if (status ==
HAL_SUCCESS
) {
in SetPowerMode()
189
if (status ==
HAL_SUCCESS
) {
in SendCmdToDriver()
H
A
D
wifi_vendor_hal_list.cpp
83
if (res !=
HAL_SUCCESS
) {
in LoadVendorHalLib()
89
if (res !=
HAL_SUCCESS
&& res != HAL_NOT_SUPPORTED) {
in LoadVendorHalLib()
H
A
D
wifi.cpp
173
WifiError legacyStatus =
HAL_SUCCESS
;
in StopVendorHal()
180
if (tmp !=
HAL_SUCCESS
) {
in StopVendorHal()
188
if (legacyStatus !=
HAL_SUCCESS
) {
in StopVendorHal()
209
if (legacyStatus !=
HAL_SUCCESS
) {
in InitializVendorHal()
H
A
D
wifi_chip.cpp
141
if (status !=
HAL_SUCCESS
) {
in GetChipCaps()
207
if (status !=
HAL_SUCCESS
) {
in HandleChipConfiguration()
213
if (status !=
HAL_SUCCESS
) {
in HandleChipConfiguration()
499
if (status != WifiError::
HAL_SUCCESS
) {
in CreateVirtualApInterface()
605
if (status != WifiError::
HAL_SUCCESS
) {
in CreateStaService()
647
if (status != WifiError::
HAL_SUCCESS
) {
in RemoveStaService()
661
if (status != WifiError::
HAL_SUCCESS
) {
in CreateExtService()
687
if (status != WifiError::
HAL_SUCCESS
) {
in RemoveExtService()
H
A
D
wifi_p2p_iface.cpp
150
if (status ==
HAL_SUCCESS
) {
in SendCmdToDriver()
H
A
D
wifi_ext_iface.cpp
147
if (status ==
HAL_SUCCESS
) {
in SendCmdToDriver()
H
A
D
wifi_hal.h
48
HAL_SUCCESS
= 0,
enumerator
/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
H
A
D
wpa_hal_define.h
43
#define
HAL_SUCCESS
0
macro
Completed in 8 milliseconds