Lines Matching refs:cloud_

101         new PrivetHandler(&cloud_, &device_, &security_, &wifi_, &clock_));  in SetUp()
133 new PrivetHandler(&cloud_, &device_, &security_, nullptr, &clock_)); in SetNoWifiAndGcd()
134 EXPECT_CALL(cloud_, GetCloudId()).WillRepeatedly(Return("")); in SetNoWifiAndGcd()
135 EXPECT_CALL(cloud_, GetConnectionState()) in SetNoWifiAndGcd()
141 EXPECT_CALL(cloud_, Setup(_, _, _)) in SetNoWifiAndGcd()
146 testing::StrictMock<MockCloudDelegate> cloud_; member in weave::privet::PrivetHandlerTest
258 EXPECT_CALL(cloud_, GetDescription()) in TEST_F()
260 EXPECT_CALL(cloud_, GetLocation()).WillRepeatedly(Return("TestLocation")); in TEST_F()
530 cloud_.setup_state_ = SetupState{SetupState::kSuccess}; in TEST_F()
544 cloud_.setup_state_ = SetupState{std::move(error)}; in TEST_F()
560 EXPECT_CALL(cloud_, in TEST_F()
644 EXPECT_CALL(cloud_, Setup(_, _, _)).WillOnce(Invoke(set_error)); in TEST_F()
653 cloud_.setup_state_ = SetupState{SetupState::kInProgress}; in TEST_F()
654 EXPECT_CALL(cloud_, Setup("testTicket", "testUser", _)) in TEST_F()
690 cloud_.NotifyOnStateChanged(); in TEST_F()
700 cloud_.NotifyOnTraitDefsChanged(); in TEST_F()
710 cloud_.NotifyOnTraitDefsChanged(); in TEST_F()
720 cloud_.NotifyOnComponentTreeChanged(); in TEST_F()
726 cloud_.NotifyOnStateChanged(); in TEST_F()
758 EXPECT_CALL(cloud_, FindComponent(_, _)).WillRepeatedly(Return(nullptr)); in TEST_F()
759 EXPECT_CALL(cloud_, GetComponents()).WillRepeatedly(ReturnRef(components)); in TEST_F()
836 EXPECT_CALL(cloud_, FindComponent("comp1.comp2", _)).WillOnce(Return(comp2)); in TEST_F()
860 EXPECT_CALL(cloud_, FindComponent("comp7", _)) in TEST_F()
874 EXPECT_CALL(cloud_, AddCommand(_, _, _)) in TEST_F()
889 EXPECT_CALL(cloud_, GetCommand(_, _, _)) in TEST_F()
900 EXPECT_CALL(cloud_, GetCommand(_, _, _)) in TEST_F()
914 EXPECT_CALL(cloud_, CancelCommand(_, _, _)) in TEST_F()
925 EXPECT_CALL(cloud_, CancelCommand(_, _, _)) in TEST_F()
945 EXPECT_CALL(cloud_, ListCommands(_, _)) in TEST_F()
959 cloud_.NotifyOnTraitDefsChanged(); in TEST_F()
960 cloud_.NotifyOnComponentTreeChanged(); in TEST_F()
961 cloud_.NotifyOnStateChanged(); in TEST_F()
977 cloud_.NotifyOnTraitDefsChanged(); in TEST_F()
978 cloud_.NotifyOnComponentTreeChanged(); in TEST_F()
979 cloud_.NotifyOnStateChanged(); in TEST_F()
1008 cloud_.NotifyOnTraitDefsChanged(); in TEST_F()
1030 cloud_.NotifyOnTraitDefsChanged(); in TEST_F()
1052 cloud_.NotifyOnStateChanged(); in TEST_F()
1074 cloud_.NotifyOnComponentTreeChanged(); in TEST_F()
1094 cloud_.NotifyOnTraitDefsChanged(); in TEST_F()
1096 cloud_.NotifyOnComponentTreeChanged(); in TEST_F()
1116 cloud_.NotifyOnStateChanged(); in TEST_F()
1118 cloud_.NotifyOnComponentTreeChanged(); in TEST_F()
1120 cloud_.NotifyOnTraitDefsChanged(); in TEST_F()
1256 cloud_.NotifyOnTraitDefsChanged(); in TEST_F()