Searched refs:ota_type (Results 1 – 3 of 3) sorted by relevance
65 bool CheckPackageMetadata(const std::map<std::string, std::string>& metadata, OtaType ota_type);
191 bool CheckPackageMetadata(const std::map<std::string, std::string>& metadata, OtaType ota_type) { in CheckPackageMetadata() argument193 auto expected_ota_type = OtaTypeToString(ota_type); in CheckPackageMetadata()194 if (ota_type != OtaType::AB && ota_type != OtaType::BRICK) { in CheckPackageMetadata()231 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()