Searched refs:should_continue (Results 1 – 1 of 1) sorted by relevance
99 bool should_continue = true; in AdbInstallPackageHandler() local108 should_continue = false; in AdbInstallPackageHandler()120 return std::make_pair(*result == INSTALL_SUCCESS, should_continue); in AdbInstallPackageHandler()174 const auto [result, should_continue] = command_func(); in HandleMessageFromMinadbd()180 return should_continue; in HandleMessageFromMinadbd()