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:RETURN_IF_FAIL
(Results
1 - 12
of
12
) sorted by relevance
/foundation/communication/wifi/wifi/frameworks/native/src/
H
A
D
wifi_device_impl.cpp
33
#define
RETURN_IF_FAIL
(cond) \
macro
125
RETURN_IF_FAIL
(GetWifiDeviceProxy());
in EnableWifi()
132
RETURN_IF_FAIL
(GetWifiDeviceProxy());
in DisableWifi()
139
RETURN_IF_FAIL
(GetWifiDeviceProxy());
in InitWifiProtect()
146
RETURN_IF_FAIL
(GetWifiDeviceProxy());
in GetWifiProtectRef()
153
RETURN_IF_FAIL
(GetWifiDeviceProxy());
in PutWifiProtectRef()
160
RETURN_IF_FAIL
(GetWifiDeviceProxy());
in IsHeldWifiProtectRef()
186
RETURN_IF_FAIL
(GetWifiDeviceProxy());
in RemoveCandidateConfig()
193
RETURN_IF_FAIL
(GetWifiDeviceProxy());
in RemoveCandidateConfig()
200
RETURN_IF_FAIL
(GetWifiDeviceProx
in AddDeviceConfig()
[all...]
H
A
D
wifi_p2p_impl.cpp
26
#define
RETURN_IF_FAIL
(cond) \
macro
79
RETURN_IF_FAIL
(GetWifiP2pProxy());
in EnableP2p()
86
RETURN_IF_FAIL
(GetWifiP2pProxy());
in DisableP2p()
93
RETURN_IF_FAIL
(GetWifiP2pProxy());
in DiscoverDevices()
100
RETURN_IF_FAIL
(GetWifiP2pProxy());
in StopDiscoverDevices()
107
RETURN_IF_FAIL
(GetWifiP2pProxy());
in DiscoverServices()
114
RETURN_IF_FAIL
(GetWifiP2pProxy());
in StopDiscoverServices()
121
RETURN_IF_FAIL
(GetWifiP2pProxy());
in RequestService()
128
RETURN_IF_FAIL
(GetWifiP2pProxy());
in PutLocalP2pService()
135
RETURN_IF_FAIL
(GetWifiP2pProx
in DeleteLocalP2pService()
[all...]
H
A
D
wifi_hotspot_impl.cpp
31
#define
RETURN_IF_FAIL
(cond) \
macro
98
RETURN_IF_FAIL
(GetWifiHotspotProxy());
in IsHotspotActive()
105
RETURN_IF_FAIL
(GetWifiHotspotProxy());
in IsHotspotDualBandSupported()
112
RETURN_IF_FAIL
(GetWifiHotspotProxy());
in GetHotspotState()
119
RETURN_IF_FAIL
(GetWifiHotspotProxy());
in GetHotspotConfig()
126
RETURN_IF_FAIL
(GetWifiHotspotProxy());
in SetHotspotConfig()
133
RETURN_IF_FAIL
(client_);
in SetHotspotIdleTimeout()
140
RETURN_IF_FAIL
(GetWifiHotspotProxy());
in GetStationList()
147
RETURN_IF_FAIL
(GetWifiHotspotProxy());
in DisassociateSta()
154
RETURN_IF_FAIL
(GetWifiHotspotProx
in EnableHotspot()
[all...]
H
A
D
wifi_scan_impl.cpp
32
#define
RETURN_IF_FAIL
(cond) \
macro
129
RETURN_IF_FAIL
(GetWifiScanProxy());
in SetScanControlInfo()
136
RETURN_IF_FAIL
(GetWifiScanProxy());
in Scan()
143
RETURN_IF_FAIL
(GetWifiScanProxy());
in AdvanceScan()
150
RETURN_IF_FAIL
(GetWifiScanProxy());
in IsWifiClosedScan()
157
RETURN_IF_FAIL
(GetWifiScanProxy());
in GetScanInfoList()
169
RETURN_IF_FAIL
(GetWifiScanProxy());
in RegisterCallBack()
176
RETURN_IF_FAIL
(GetWifiScanProxy());
in GetSupportedFeatures()
183
RETURN_IF_FAIL
(GetWifiScanProxy());
in IsFeatureSupported()
200
RETURN_IF_FAIL
(GetWifiScanProx
in SetScanOnlyAvailable()
[all...]
/foundation/graphic/surface_lite/frameworks/
H
A
D
surface_impl.cpp
104
RETURN_IF_FAIL
(producer_ != nullptr);
in SetWidthAndHeight()
105
RETURN_IF_FAIL
(width > 0 && width <= SURFACE_MAX_WIDTH);
in SetWidthAndHeight()
106
RETURN_IF_FAIL
(height > 0 && height <= SURFACE_MAX_HEIGHT);
in SetWidthAndHeight()
124
RETURN_IF_FAIL
(producer_);
in SetFormat()
136
RETURN_IF_FAIL
(producer_);
in SetStrideAlignment()
137
RETURN_IF_FAIL
(strideAlignment >= SURFACE_MIN_STRIDE_ALIGNMENT && strideAlignment <= SURFACE_MAX_STRIDE_ALIGNMENT);
in SetStrideAlignment()
155
RETURN_IF_FAIL
(producer_);
in SetSize()
156
RETURN_IF_FAIL
(size > 0 && size < SURFACE_MAX_SIZE);
in SetSize()
168
RETURN_IF_FAIL
(producer_);
in SetUsage()
169
RETURN_IF_FAIL
(usag
in SetUsage()
[all...]
H
A
D
buffer_queue_producer.cpp
275
RETURN_IF_FAIL
(bufferQueue_);
in Cancel()
281
RETURN_IF_FAIL
(bufferQueue_);
in SetQueueSize()
293
RETURN_IF_FAIL
(bufferQueue_);
in SetWidthAndHeight()
311
RETURN_IF_FAIL
(bufferQueue_);
in SetFormat()
323
RETURN_IF_FAIL
(bufferQueue_);
in SetStrideAlignment()
341
RETURN_IF_FAIL
(bufferQueue_);
in SetSize()
353
RETURN_IF_FAIL
(bufferQueue_);
in SetUsage()
H
A
D
buffer_manager.cpp
197
RETURN_IF_FAIL
((grallocFucs_ != nullptr));
in FreeBuffer()
253
RETURN_IF_FAIL
((grallocFucs_ != nullptr));
in UnmapBuffer()
H
A
D
buffer_client_producer.cpp
137
RETURN_IF_FAIL
(manager);
in Cancel()
H
A
D
buffer_queue.cpp
90
RETURN_IF_FAIL
(bufferManager);
in NeedAttach()
/foundation/communication/dhcp/frameworks/native/src/
H
A
D
dhcp_server_impl.cpp
30
#define
RETURN_IF_FAIL
(cond) \
macro
121
RETURN_IF_FAIL
(GetDhcpServerProxy());
in RegisterDhcpServerCallBack()
129
RETURN_IF_FAIL
(GetDhcpServerProxy());
in StartDhcpServer()
136
RETURN_IF_FAIL
(GetDhcpServerProxy());
in StopDhcpServer()
143
RETURN_IF_FAIL
(GetDhcpServerProxy());
in PutDhcpRange()
150
RETURN_IF_FAIL
(GetDhcpServerProxy());
in RemoveDhcpRange()
157
RETURN_IF_FAIL
(GetDhcpServerProxy());
in RemoveAllDhcpRange()
164
RETURN_IF_FAIL
(GetDhcpServerProxy());
in SetDhcpRange()
171
RETURN_IF_FAIL
(GetDhcpServerProxy());
in SetDhcpName()
178
RETURN_IF_FAIL
(GetDhcpServerProx
in GetDhcpClientInfos()
[all...]
H
A
D
dhcp_client_impl.cpp
30
#define
RETURN_IF_FAIL
(cond) \
macro
124
RETURN_IF_FAIL
(GetDhcpClientProxy());
in RegisterDhcpClientCallBack()
131
RETURN_IF_FAIL
(GetDhcpClientProxy());
in StartDhcpClient()
138
RETURN_IF_FAIL
(GetDhcpClientProxy());
in SetConfiguration()
145
RETURN_IF_FAIL
(GetDhcpClientProxy());
in StopDhcpClient()
/foundation/graphic/surface_lite/interfaces/innerkits/
H
A
D
buffer_common.h
29
#define
RETURN_IF_FAIL
(cond) { \
macro
Completed in 7 milliseconds