Home
last modified time | relevance | path

Searched defs:this (Results 1 – 25 of 41) sorted by relevance

12

/ohos5.0/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
H A Dwpa_p2p_hal.c294 static P2pSupplicantErrCode WpaP2pCliCmdFlush(WifiWpaP2pInterface *this) in WpaP2pCliCmdFlush()
312 static P2pSupplicantErrCode WpaP2pCliCmdFlushService(WifiWpaP2pInterface *this) in WpaP2pCliCmdFlushService()
330 static P2pSupplicantErrCode WpaP2pCliCmdP2pStopFind(WifiWpaP2pInterface *this) in WpaP2pCliCmdP2pStopFind()
366 static P2pSupplicantErrCode WpaP2pCliCmdP2pFound(WifiWpaP2pInterface *this, int timeout) in WpaP2pCliCmdP2pFound()
417 static P2pSupplicantErrCode WpaP2pCliCmdSetWfdEnable(WifiWpaP2pInterface *this, int enable) in WpaP2pCliCmdSetWfdEnable()
515 static P2pSupplicantErrCode WpaP2pCliCmdCancelConnect(WifiWpaP2pInterface *this) in WpaP2pCliCmdCancelConnect()
719 WifiWpaP2pInterface *this, const P2pProvisionDiscoveryArgv *argv) in WpaP2pCliCmdProvisionDiscovery()
783 static P2pSupplicantErrCode WpaP2pCliCmdStoreConfig(WifiWpaP2pInterface *this) in WpaP2pCliCmdStoreConfig()
822 static P2pSupplicantErrCode WpaP2pCliCmdRespServerDiscovery(WifiWpaP2pInterface *this, in WpaP2pCliCmdRespServerDiscovery()
900 static P2pSupplicantErrCode CheckDriverRandomCapcb(WifiWpaP2pInterface *this) in CheckDriverRandomCapcb()
[all …]
H A Dwpa_supplicant_hal.c166 static int WpaCliCmdAddNetworks(WifiWpaStaInterface *this) in WpaCliCmdAddNetworks()
183 static int WpaCliCmdReconnect(WifiWpaStaInterface *this) in WpaCliCmdReconnect()
197 static int WpaCliCmdReassociate(WifiWpaStaInterface *this) in WpaCliCmdReassociate()
211 static int WpaCliCmdDisconnect(WifiWpaStaInterface *this) in WpaCliCmdDisconnect()
225 static int WpaCliCmdSaveConfig(WifiWpaStaInterface *this) in WpaCliCmdSaveConfig()
447 static int WpaCliCmdWpsCancel(WifiWpaStaInterface *this) in WpaCliCmdWpsCancel()
461 static int WpaCliCmdPowerSave(WifiWpaStaInterface *this, int enable) in WpaCliCmdPowerSave()
569 static int WpaCliCmdGetRequirePmf(WifiWpaStaInterface *this, int *enable) in WpaCliCmdGetRequirePmf()
726 static int WpaCliCmdGetScanSsid(WifiWpaStaInterface *this, int *scanSsid) in WpaCliCmdGetScanSsid()
769 static int WpaCliCmdWpaBlockListClear(WifiWpaStaInterface *this) in WpaCliCmdWpaBlockListClear()
[all …]
/ohos5.0/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/wifi_hal_module/wpa_supplicant_hal/wpa_p2p_hal/
H A Dwifi_p2p_hal.c298 static P2pSupplicantErrCode WpaP2pCliCmdFlush(WifiWpaP2pInterface *this) in WpaP2pCliCmdFlush()
316 static P2pSupplicantErrCode WpaP2pCliCmdFlushService(WifiWpaP2pInterface *this) in WpaP2pCliCmdFlushService()
334 static P2pSupplicantErrCode WpaP2pCliCmdP2pStopFind(WifiWpaP2pInterface *this) in WpaP2pCliCmdP2pStopFind()
388 static P2pSupplicantErrCode WpaP2pCliCmdP2pFound(WifiWpaP2pInterface *this, int timeout) in WpaP2pCliCmdP2pFound()
439 static P2pSupplicantErrCode WpaP2pCliCmdSetWfdEnable(WifiWpaP2pInterface *this, int enable) in WpaP2pCliCmdSetWfdEnable()
540 static P2pSupplicantErrCode WpaP2pCliCmdCancelConnect(WifiWpaP2pInterface *this) in WpaP2pCliCmdCancelConnect()
752 WifiWpaP2pInterface *this, const P2pProvisionDiscoveryArgv *argv) in WpaP2pCliCmdProvisionDiscovery()
816 static P2pSupplicantErrCode WpaP2pCliCmdStoreConfig(WifiWpaP2pInterface *this) in WpaP2pCliCmdStoreConfig()
1083 static P2pSupplicantErrCode CheckDriverRandomCapcb(WifiWpaP2pInterface *this) in CheckDriverRandomCapcb()
1113 static P2pSupplicantErrCode WpaP2pCliCmdSetRandomMac(WifiWpaP2pInterface *this, int mode) in WpaP2pCliCmdSetRandomMac()
[all …]
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/buffered/
H A Dasync_buf_writer.rs174 let this = unsafe { self.get_unchecked_mut() }; in flush() localVariable
215 let this = unsafe { self.get_unchecked_mut() }; in poll_write() localVariable
238 let this = unsafe { self.get_unchecked_mut() }; in poll_write_vectored() localVariable
259 let this = unsafe { self.get_unchecked_mut() }; in poll_write_vectored() localVariable
284 let this = unsafe { self.get_unchecked_mut() }; in poll_flush() localVariable
290 let this = unsafe { self.get_unchecked_mut() }; in poll_shutdown() localVariable
302 let this = unsafe { self.get_unchecked_mut() }; in poll_seek() localVariable
313 let this = unsafe { self.get_unchecked_mut() }; in poll_read() localVariable
320 let this = unsafe { self.get_unchecked_mut() }; in poll_fill_buf() localVariable
325 let this = unsafe { self.get_unchecked_mut() }; in consume() localVariable
H A Dasync_buf_reader.rs187 let this = unsafe { self.get_unchecked_mut() }; in poll_read() localVariable
202 let this = unsafe { self.get_unchecked_mut() }; in poll_fill_buf() localVariable
215 let this = unsafe { self.get_unchecked_mut() }; in consume() localVariable
226 let this = unsafe { self.get_unchecked_mut() }; in poll_seek() localVariable
257 let this = unsafe { self.get_unchecked_mut() }; in poll_write() localVariable
266 let this = unsafe { self.get_unchecked_mut() }; in poll_write_vectored() localVariable
275 let this = unsafe { self.get_unchecked_mut() }; in poll_flush() localVariable
280 let this = unsafe { self.get_unchecked_mut() }; in poll_shutdown() localVariable
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/base/
H A Dshared_ptr_internals.h146 delete this; in BASE_BEGIN_NAMESPACE() local
167 delete this; in BASE_BEGIN_NAMESPACE() local
192 delete this; in BASE_BEGIN_NAMESPACE() local
/ohos5.0/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/wifi_hal_module/wpa_supplicant_hal/wpa_sta_hal/
H A Dwifi_supplicant_hal.c158 static int WpaCliCmdAddNetworks(WifiWpaStaInterface *this) in WpaCliCmdAddNetworks()
175 static int WpaCliCmdReconnect(WifiWpaStaInterface *this) in WpaCliCmdReconnect()
189 static int WpaCliCmdReassociate(WifiWpaStaInterface *this) in WpaCliCmdReassociate()
203 static int WpaCliCmdDisconnect(WifiWpaStaInterface *this) in WpaCliCmdDisconnect()
217 static int WpaCliCmdSaveConfig(WifiWpaStaInterface *this) in WpaCliCmdSaveConfig()
288 static int WpaCliCmdEnableNetwork(WifiWpaStaInterface *this, int networkId) in WpaCliCmdEnableNetwork()
469 static int WpaCliCmdWpsCancel(WifiWpaStaInterface *this) in WpaCliCmdWpsCancel()
483 static int WpaCliCmdPowerSave(WifiWpaStaInterface *this, int enable) in WpaCliCmdPowerSave()
553 static int WpaCliCmdSetAutoConnect(WifiWpaStaInterface *this, int enable) in WpaCliCmdSetAutoConnect()
567 static int WpaCliCmdWpaBlockListClear(WifiWpaStaInterface *this) in WpaCliCmdWpaBlockListClear()
[all …]
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/os/ohos/
H A Dohos_file.h71 delete this; in Unref() local
99 delete this; in Destroy() local
154 delete this; in Destroy() local
H A Dohos_filesystem.h62 delete this; in Destroy() local
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/
H A Dproxy_directory.h38 delete this; in CORE_BEGIN_NAMESPACE() local
H A Dstd_directory.h51 delete this; in Destroy() local
H A Dmemory_filesystem.h60 delete this; in Destroy() local
H A Dstd_file.h58 delete this; in CORE_BEGIN_NAMESPACE() local
H A Dproxy_filesystem.h66 delete this; in Destroy() local
H A Drofs_filesystem.h60 delete this; in CORE_BEGIN_NAMESPACE() local
H A Dstd_filesystem.h59 delete this; in CORE_BEGIN_NAMESPACE() local
H A Dmemory_file.h83 delete this; in Destroy() local
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/time/
H A Dsleep.rs137 let this = self.get_mut(); localVariable
214 let this = unsafe { self.get_unchecked_mut() }; localVariable
231 let this = unsafe { self.get_unchecked_mut() }; localVariable
/ohos5.0/foundation/ability/ability_base/interfaces/inner_api/base/include/
H A Dlight_refbase.h55 delete this; in DecStrongRef() local
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/threading/
H A Dtask_queue.h47 delete this; in CORE_BEGIN_NAMESPACE() local
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/
H A Dtask_cancel.rs75 let this = self.get_mut(); in poll() localVariable
H A Dtimer_test.rs102 let this = self.get_mut(); in poll() localVariable
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/
H A Dtimeout.rs44 let this = self.get_mut(); in poll() localVariable
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/memory/
H A Dref_counter.h151 delete this; in DecWeakRef() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/
H A Dnative_buffer_utils.h66 delete this; in UnRef() local

12