Searched refs:GetDhcpIpType (Results 1 – 6 of 6) sorted by relevance
41 virtual int GetDhcpIpType(int instId = 0) = 0;118 MOCK_METHOD1(GetDhcpIpType, int(int));
63 virtual int GetDhcpIpType(int instId = 0) = 0;233 MOCK_METHOD1(GetDhcpIpType, int(int));
245 int GetDhcpIpType(int instId = 0);
1128 int WifiSettings::GetDhcpIpType(int instId) in GetDhcpIpType() function in OHOS::Wifi::WifiSettings
1142 EXPECT_CALL(WifiSettings::GetInstance(), GetDhcpIpType(_)).Times(AtLeast(0)); in GetIpStateStateGoInStateSuccess2()1156 … EXPECT_CALL(WifiSettings::GetInstance(), GetDhcpIpType(_)).WillRepeatedly(Return(IPTYPE_IPV4)); in GetIpStateStateGoInStateSuccess3()
3048 … pStaStateMachine->currentTpType = static_cast<int>(WifiSettings::GetInstance().GetDhcpIpType()); in GoInState()