Searched refs:SetChangeDeviceConfig (Results 1 – 5 of 5) sorted by relevance
109 virtual int SetChangeDeviceConfig(ConfigChange value, const WifiDeviceConfig &config) = 0;219 MOCK_METHOD2(SetChangeDeviceConfig, int(ConfigChange value, const WifiDeviceConfig &config));
516 WifiConfigCenter::GetInstance().SetChangeDeviceConfig(ConfigChange::CONFIG_REMOVE, config); in RemoveDevice()549 WifiConfigCenter::GetInstance().SetChangeDeviceConfig(ConfigChange::CONFIG_REMOVE, config); in RemoveAllDevice()
100 int SetChangeDeviceConfig(ConfigChange value, const WifiDeviceConfig &config);
271 int WifiConfigCenter::SetChangeDeviceConfig(ConfigChange value, const WifiDeviceConfig &config) in SetChangeDeviceConfig() function in OHOS::Wifi::WifiConfigCenter
377 EXPECT_CALL(WifiConfigCenter::GetInstance(), SetChangeDeviceConfig(_, _)).Times(AtLeast(0)); in StaServiceRemoveDeviceConfigSuccess()