Home
last modified time | relevance | path

Searched refs:Wifi (Results 1 - 4 of 4) sorted by relevance

/drivers/peripheral/wlan/chip/hdi_service/
H A Dwifi.cpp42 gWifiService = new (std::nothrow) Wifi(); in ChipControllerImplGetInstance()
47 Wifi::Wifi() in Wifi() function in OHOS::HDI::Wlan::Chip::V1_0::Wifi
52 new RemoteDeathRecipient(std::bind(&Wifi::OnRemoteDied, this, std::placeholders::_1)); in Wifi()
55 Wifi::~Wifi() in ~Wifi()
65 int32_t Wifi::RegisterWifiEventCallback(const sptr<IChipControllerCallback>& eventCallback) in RegisterWifiEventCallback()
77 int32_t Wifi::IsInit(bool& inited) in IsInit()
83 int32_t Wifi::Init() in Init()
85 HDF_LOGI("Wifi HA in Init()
[all...]
H A Dwifi.h35 class Wifi : public IChipController { class
37 Wifi();
39 ~Wifi();
/drivers/peripheral/wlan/test/fuzztest/chip_fuzzer/
H A Dchip_fuzzer.cpp54 sptr<Wifi> impl = new Wifi(); in WifiChipStubFuzzTest()
/drivers/peripheral/wlan/test/unittest/chip/
H A Dwifi_test.cpp30 wifiTest = std::make_shared<Wifi>(); in SetUp()
38 std::shared_ptr<Wifi> wifiTest;

Completed in 1 milliseconds