Home
last modified time | relevance | path

Searched refs:bSetOther (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/Mock/
H A Dmock_wifi_settings.h35 virtual int SetDeviceState(int networkId, int state, bool bSetOther = false) = 0;
112 MOCK_METHOD3(SetDeviceState, int(int networkId, int state, bool bSetOther));
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/Mock/
H A Dmock_wifi_settings.h47 virtual int SetDeviceState(int networkId, int state, bool bSetOther = false) = 0;
217 MOCK_METHOD3(SetDeviceState, int(int networkId, int state, bool bSetOther));
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/config/
H A Dwifi_settings.h128 int SetDeviceState(int networkId, int state, bool bSetOther = false);
H A Dwifi_settings.cpp287 int WifiSettings::SetDeviceState(int networkId, int state, bool bSetOther) in SetDeviceState() argument
298 if (bSetOther && state == (int)WifiDeviceConfigStatus::ENABLED) { in SetDeviceState()