Searched refs:ota_type (Results 1 – 3 of 3) sorted by relevance
67 bool CheckPackageMetadata(const std::map<std::string, std::string>& metadata, OtaType ota_type);
207 bool CheckPackageMetadata(const std::map<std::string, std::string>& metadata, OtaType ota_type) { in CheckPackageMetadata() argument209 auto expected_ota_type = OtaTypeToString(ota_type); in CheckPackageMetadata()210 if (ota_type != OtaType::AB && ota_type != OtaType::BRICK) { in CheckPackageMetadata()246 } else if (ota_type == OtaType::BRICK) { in CheckPackageMetadata()263 if (ota_type == OtaType::AB) { in CheckPackageMetadata()
280 static void TestCheckPackageMetadata(const std::string& metadata_string, OtaType ota_type, in TestCheckPackageMetadata() argument294 ASSERT_EQ(exptected_result, CheckPackageMetadata(metadata, ota_type)); in TestCheckPackageMetadata()