Home
last modified time | relevance | path

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

/external/libweave/src/privet/
Ddevice_ui_kind.cc14 std::string GetDeviceUiKind(const std::string& manifest_id) { in GetDeviceUiKind() argument
35 CHECK_EQ(5u, manifest_id.size()); in GetDeviceUiKind()
36 std::string short_id = manifest_id.substr(0, 2); in GetDeviceUiKind()
42 LOG(FATAL) << "Invalid model id: " << manifest_id; in GetDeviceUiKind()
Ddevice_ui_kind.h13 std::string GetDeviceUiKind(const std::string& manifest_id);