Home
last modified time | relevance | path

Searched refs:enumList (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/update/updateservice/frameworks/js/napi/session/include/
H A Dnapi_common_define.h117 bool IsValidEnum(const std::list<T> &enumList, int32_t number) in IsValidEnum() argument
119 …return std::any_of(enumList.begin(), enumList.end(), [=](T key) { return number == static_cast<int… in IsValidEnum()
/ohos5.0/base/update/updateservice/frameworks/js/napi/update/common/src/
H A Dclient_helper.cpp574 …static const std::list<ComponentType> enumList = { ComponentType::OTA, ComponentType::PATCH, Compo… in ParseUpgradeFile() local
576 PARAM_CHECK(IsValidEnum(enumList, fileType), return ClientStatus::CLIENT_INVALID_PARAM, in ParseUpgradeFile()