Home
last modified time | relevance | path

Searched refs:GetModelId (Results 1 – 6 of 6) sorted by relevance

/external/libweave/src/privet/
Dpublisher.cc52 std::string model_id{cloud_->GetModelId()}; in ExposeService()
Dmock_delegates.h173 MOCK_CONST_METHOD0(GetModelId, std::string());
211 EXPECT_CALL(*this, GetModelId()).WillRepeatedly(Return("ABMID")); in MockCloudDelegate()
Dwifi_ssid_generator.cc85 std::string model_id = gcd_->GetModelId(); in GenerateSsid()
Dcloud_delegate.h59 virtual std::string GetModelId() const = 0;
Dprivet_handler.cc219 GetDeviceUiKind(cloud.GetModelId())); in CreateManifestSection()
532 std::string model_id = cloud_->GetModelId(); in HandleInfo()
550 ToValue(std::vector<std::string>{GetDeviceUiKind(cloud_->GetModelId())}) in HandleInfo()
Dcloud_delegate.cc73 std::string GetModelId() const override { in GetModelId() function in weave::privet::__anon9e8e4d940111::CloudDelegateImpl