Home
last modified time | relevance | path

Searched refs:globalHandle_ (Results 1 - 2 of 2) sorted by relevance

/drivers/peripheral/wlan/chip/hdi_service/
H A Dwifi_vendor_hal.cpp60 globalHandle_(nullptr), in WifiVendorHal()
75 if (!globalFuncTable_.vendorHalInit || globalHandle_ || in Start()
90 status = globalFuncTable_.vendorHalInit(&globalHandle_); in Start()
91 if (status != HAL_SUCCESS || !globalHandle_) { in Start()
110 globalFuncTable_.startHalLoop(globalHandle_); in RunEventLoop()
166 if (globalHandle_ != handle) { in Stop()
176 globalFuncTable_.vendorHalExit(globalHandle_, OnAsyncStopComplete); in Stop()
229 globalHandle_, ifname.c_str(), iftype); in CreateVirtualInterface()
240 globalHandle_, ifname.c_str()); in DeleteVirtualInterface()
262 globalHandle_, in RetrieveIfaceHandles()
[all...]
H A Dwifi_vendor_hal.h89 wifiHandle globalHandle_; member in OHOS::HDI::Wlan::Chip::V1_0::WifiVendorHal

Completed in 2 milliseconds