Home
last modified time | relevance | path

Searched refs:WifiCDeviceEventCallback (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/wifi/wifi/frameworks/native/c_adapter/src/
H A Dwifi_c_event.cpp38 std::vector<std::string> WifiCDeviceEventCallback::deviceCallbackEvent = {
43 void WifiCDeviceEventCallback::OnWifiStateChanged(int state) in OnWifiStateChanged()
76 NO_SANITIZE("cfi") void WifiCDeviceEventCallback::OnWifiConnectionChanged(int state, in OnWifiConnectionChanged()
92 void WifiCDeviceEventCallback::OnWifiRssiChanged(int rssi) in OnWifiRssiChanged()
97 void WifiCDeviceEventCallback::OnWifiWpsStateChanged(int state, const std::string &pinCode) in OnWifiWpsStateChanged()
101 void WifiCDeviceEventCallback::OnStreamChanged(int direction) in OnStreamChanged()
105 NO_SANITIZE("cfi") void WifiCDeviceEventCallback::OnDeviceConfigChanged(OHOS::Wifi::ConfigChange value) in OnDeviceConfigChanged()
114 OHOS::sptr<OHOS::IRemoteObject> WifiCDeviceEventCallback::AsObject() in AsObject()
167 OHOS::sptr<WifiCDeviceEventCallback> wifiCDeviceCallback =
168 OHOS::sptr<WifiCDeviceEventCallback>(ne
[all...]
/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_sa_event.h33 class WifiCDeviceEventCallback : public OHOS::Wifi::IWifiDeviceCallBack { class
35 WifiCDeviceEventCallback() { in WifiCDeviceEventCallback() function in WifiCDeviceEventCallback
38 virtual ~WifiCDeviceEventCallback() { in ~WifiCDeviceEventCallback()
H A Dwifi_sa_event.cpp33 EventManager::GetInstance().RegisterDeviceEvent(WifiCDeviceEventCallback::deviceCallbackEvent); in OnAddSystemAbility()

Completed in 2 milliseconds