Searched defs:key (Results 1 – 14 of 14) sorted by relevance
28 int key = WaitKey(); in ShowMenu() local
484 int key = static_cast<int>(KeyError::TIMED_OUT); in WaitKey() local516 bool RecoveryUI::IsKeyPressed(int key) { in IsKeyPressed()545 RecoveryUI::KeyAction RecoveryUI::CheckKey(int key, bool is_long_press) { in CheckKey()
75 int Device::HandleMenuKey(int key, bool visible) { in HandleMenuKey()
584 int key = WaitKey(); in CheckBackgroundTextImages() local1101 int key = WaitKey(); in ShowFile() local1219 int key = WaitKey(); in ShowMenu() local
84 std::string BuildInfo::GetProperty(const std::string_view key, in GetProperty()
38 std::string SimulatorRuntime::GetProperty(const std::string_view key, in GetProperty()
38 std::string UpdaterRuntime::GetProperty(const std::string_view key, in GetProperty()
63 std::string key = line.substr(0, pos); in ParsePropertyFile() local
534 std::string key; in GetPropFn() local562 const std::string& key = args[1]; in FileGetPropFn() local
180 auto query_prop = [](const std::string& key) { in RescueGetpropHostService()190 for (const auto& key : kGetpropAllowedProps) { in RescueGetpropHostService() local
199 for (const auto& key : keys) { in verify_file() local261 for (const auto& key : keys) { in verify_file() local
106 const std::string& key) { in get_value()
528 static void print_property(const char* key, const char* name, void* /* cookie */) { in print_property()
326 int TestableScreenRecoveryUI::KeyHandler(int key, bool) const { in KeyHandler()