Home
last modified time | relevance | path

Searched refs:last_device_resource_updated_timestamp_ (Results 1 – 2 of 2) sorted by relevance

/external/libweave/src/
Ddevice_registration_info.cc896 if (last_device_resource_updated_timestamp_.empty()) { in StartQueuedUpdateDeviceResource()
919 {}, {{"lastUpdateTimeMs", last_device_resource_updated_timestamp_}}); in StartQueuedUpdateDeviceResource()
989 &last_device_resource_updated_timestamp_) && in UpdateDeviceInfoTimestamp()
991 &last_device_resource_updated_timestamp_)) { in UpdateDeviceInfoTimestamp()
Ddevice_registration_info.h298 std::string last_device_resource_updated_timestamp_; variable