privet_handler_unittest.cc | 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_; member in class:weave::privet::PrivetHandlerTest 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)} [all...] |