Home
last modified time | relevance | path

Searched refs:RETURN_IF_FAIL (Results 1 - 12 of 12) sorted by relevance

/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_device_impl.cpp33 #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 Dwifi_p2p_impl.cpp26 #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 Dwifi_hotspot_impl.cpp31 #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 Dwifi_scan_impl.cpp32 #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 Dsurface_impl.cpp104 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 Dbuffer_queue_producer.cpp275 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 Dbuffer_manager.cpp197 RETURN_IF_FAIL((grallocFucs_ != nullptr)); in FreeBuffer()
253 RETURN_IF_FAIL((grallocFucs_ != nullptr)); in UnmapBuffer()
H A Dbuffer_client_producer.cpp137 RETURN_IF_FAIL(manager); in Cancel()
H A Dbuffer_queue.cpp90 RETURN_IF_FAIL(bufferManager); in NeedAttach()
/foundation/communication/dhcp/frameworks/native/src/
H A Ddhcp_server_impl.cpp30 #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 Ddhcp_client_impl.cpp30 #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 Dbuffer_common.h29 #define RETURN_IF_FAIL(cond) { \ macro

Completed in 7 milliseconds