Searched refs:GetSetupState (Results 1 – 7 of 7) sorted by relevance
148 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()
27 virtual const SetupState& GetSetupState() const = 0;
56 const SetupState& GetSetupState() const override;
88 virtual const SetupState& GetSetupState() const = 0;
179 const SetupState& WifiBootstrapManager::GetSetupState() const { in GetSetupState() function in weave::privet::WifiBootstrapManager
110 const SetupState& GetSetupState() const override { return setup_state_; } in GetSetupState() function in weave::privet::__anon3f92f6d50111::CloudDelegateImpl
820 const SetupState& state = cloud_->GetSetupState(); in ReplyWithSetupStatus()830 const SetupState& state = wifi_->GetSetupState(); in ReplyWithSetupStatus()