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()124 return std::make_pair(*result == INSTALL_SUCCESS, should_continue); in AdbInstallPackageHandler()178 const auto [result, should_continue] = command_func(); in HandleMessageFromMinadbd()184 return should_continue; in HandleMessageFromMinadbd()