Lines Matching defs:Wifi
42 gWifiService = new (std::nothrow) Wifi();
47 Wifi::Wifi()
52 new RemoteDeathRecipient(std::bind(&Wifi::OnRemoteDied, this, std::placeholders::_1));
55 Wifi::~Wifi()
65 int32_t Wifi::RegisterWifiEventCallback(const sptr<IChipControllerCallback>& eventCallback)
77 int32_t Wifi::IsInit(bool& inited)
83 int32_t Wifi::Init()
85 HDF_LOGI("Wifi HAL start enter");
110 HDF_LOGI("Wifi HAL started");
113 HDF_LOGE("Wifi HAL start failed");
118 int32_t Wifi::Release()
135 HDF_LOGI("Wifi HAL stopped");
138 HDF_LOGE("Wifi HAL stop failed");
142 int32_t Wifi::GetAvailableChips(std::vector<uint32_t>& chipIds)
158 int32_t Wifi::GetChipService(uint32_t chipId, sptr<IConcreteChip>& chip)
171 ErrorCode Wifi::StopVendorHal(std::unique_lock<std::recursive_mutex>* lock)
197 ErrorCode Wifi::InitializVendorHal()
220 uint32_t Wifi::GetChipIdFromWifiChip(sptr <WifiChip>& chip)
232 void Wifi::OnRemoteDied(const wptr<IRemoteObject> &object)
247 int32_t Wifi::AddWifiDeathRecipient(const sptr<IChipControllerCallback>& eventCallback)
253 HDF_LOGE("Wifi AddDeathRecipient fail");
259 int32_t Wifi::RemoveWifiDeathRecipient(const sptr<IChipControllerCallback>& eventCallback)
265 HDF_LOGE("Wifi RemoveDeathRecipient fail");