Home
last modified time | relevance | path

Searched refs:GetDeviceId (Results 1 – 5 of 5) sorted by relevance

/external/libweave/src/privet/
Dpublisher.cc63 {"id=" + cloud_->GetDeviceId()}, in ExposeService()
Dmock_delegates.h172 MOCK_CONST_METHOD0(GetDeviceId, std::string());
210 EXPECT_CALL(*this, GetDeviceId()).WillRepeatedly(Return("TestId")); in MockCloudDelegate()
Dcloud_delegate.h56 virtual std::string GetDeviceId() const = 0;
Dcloud_delegate.cc69 std::string GetDeviceId() const override { in GetDeviceId() function in weave::privet::__anon9e8e4d940111::CloudDelegateImpl
Dprivet_handler.cc535 output.SetString(kInfoIdKey, cloud_->GetDeviceId()); in HandleInfo()