Home
last modified time | relevance | path

Searched refs:GetSetupState (Results 1 – 7 of 7) sorted by relevance

/external/libweave/src/privet/
Dmock_delegates.h148 MOCK_CONST_METHOD0(GetSetupState, const SetupState&());
158 EXPECT_CALL(*this, GetSetupState()).WillRepeatedly(ReturnRef(setup_state_)); in MockWifiDelegate()
185 MOCK_CONST_METHOD0(GetSetupState, const SetupState&());
222 EXPECT_CALL(*this, GetSetupState()).WillRepeatedly(ReturnRef(setup_state_)); in MockCloudDelegate()
Dwifi_delegate.h27 virtual const SetupState& GetSetupState() const = 0;
Dwifi_bootstrap_manager.h56 const SetupState& GetSetupState() const override;
Dcloud_delegate.h88 virtual const SetupState& GetSetupState() const = 0;
Dwifi_bootstrap_manager.cc179 const SetupState& WifiBootstrapManager::GetSetupState() const { in GetSetupState() function in weave::privet::WifiBootstrapManager
Dcloud_delegate.cc110 const SetupState& GetSetupState() const override { return setup_state_; } in GetSetupState() function in weave::privet::__anon3f92f6d50111::CloudDelegateImpl
Dprivet_handler.cc820 const SetupState& state = cloud_->GetSetupState(); in ReplyWithSetupStatus()
830 const SetupState& state = wifi_->GetSetupState(); in ReplyWithSetupStatus()