Home | History | Annotate | Download | only in privet

Lines Matching defs:cloud_

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