Home
last modified time | relevance | path

Searched refs:NotifyDeviceConfigChange (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_service.cpp473 NotifyDeviceConfigChange(changeType); in AddDeviceConfig()
506 NotifyDeviceConfigChange(ConfigChange::CONFIG_REMOVE); in RemoveDevice()
537 NotifyDeviceConfigChange(ConfigChange::CONFIG_REMOVE); in RemoveAllDevice()
780 void StaService::NotifyDeviceConfigChange(ConfigChange value) const in NotifyDeviceConfigChange() function in OHOS::Wifi::StaService
H A Dsta_service.h382 void NotifyDeviceConfigChange(ConfigChange value) const;
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifistaserver_fuzzer/
H A Dwifistaserver_fuzzer.cpp174 pStaService->NotifyDeviceConfigChange(value); in StaServerFuzzTest()