Home
last modified time | relevance | path

Searched refs:GetConnectionState (Results 1 – 14 of 14) sorted by relevance

/external/libweave/src/privet/
Dwifi_bootstrap_manager.cc69 if (network_->GetConnectionState() == Network::State::kOnline) { in StartBootstrapping()
129 if (network_->GetConnectionState() == Network::State::kOnline) { in ContinueMonitoring()
175 const ConnectionState& WifiBootstrapManager::GetConnectionState() const { in GetConnectionState() function in weave::privet::WifiBootstrapManager
249 network_->GetConnectionState() == Network::State::kOnline)) { in OnConnectivityChange()
262 Network::State service_state{network_->GetConnectionState()}; in UpdateConnectionState()
Dmock_delegates.h147 MOCK_CONST_METHOD0(GetConnectionState, const ConnectionState&());
156 EXPECT_CALL(*this, GetConnectionState()) in MockWifiDelegate()
184 MOCK_CONST_METHOD0(GetConnectionState, const ConnectionState&());
220 EXPECT_CALL(*this, GetConnectionState()) in MockCloudDelegate()
Dwifi_ssid_generator.cc61 flags1[0] = wifi_ && IsSetupNeeded(wifi_->GetConnectionState()); in GenerateFlagsInternal()
64 flags1[1] = IsSetupNeeded(gcd_->GetConnectionState()); in GenerateFlagsInternal()
Dwifi_delegate.h24 virtual const ConnectionState& GetConnectionState() const = 0;
Dwifi_bootstrap_manager.h55 const ConnectionState& GetConnectionState() const override;
Dcloud_delegate.h85 virtual const ConnectionState& GetConnectionState() const = 0;
Dcloud_delegate.cc106 const ConnectionState& GetConnectionState() const override { in GetConnectionState() function in weave::privet::__anon9e8e4d940111::CloudDelegateImpl
Dprivet_handler.cc278 const ConnectionState& state = wifi.GetConnectionState(); in CreateWifiSection()
292 SetStateProperties(cloud.GetConnectionState(), gcd.get()); in CreateGcdSection()
Dprivet_handler_unittest.cc135 EXPECT_CALL(cloud_, GetConnectionState()) in SetNoWifiAndGcd()
/external/libweave/src/
Dweave_unittest.cc216 EXPECT_CALL(network_, GetConnectionState()) in InitNetwork()
326 EXPECT_CALL(network_, GetConnectionState()).WillRepeatedly(Return(state)); in NotifyNetworkChanged()
453 EXPECT_CALL(network_, GetConnectionState()) in SetUp()
518 EXPECT_CALL(network_, GetConnectionState()) in TEST_F()
533 EXPECT_CALL(network_, GetConnectionState()) in TEST_F()
564 EXPECT_CALL(network_, GetConnectionState()) in TEST_F()
/external/libweave/include/weave/provider/test/
Dmock_network.h22 MOCK_CONST_METHOD0(GetConnectionState, State());
/external/libweave/include/weave/provider/
Dnetwork.h42 virtual State GetConnectionState() const = 0;
/external/libweave/examples/provider/
Devent_network.h31 State GetConnectionState() const override;
Devent_network.cc106 weave::provider::Network::State EventNetworkImpl::GetConnectionState() const { in GetConnectionState() function in weave::examples::EventNetworkImpl