Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/common/include/
H A Dcache_extension_utils.h37 std::vector<std::string> cacheExtTypeListVec; in GetCacheExtensionTypeList() local
38 SplitStr(cacheExtTypeListStr, ";", cacheExtTypeListVec); in GetCacheExtensionTypeList()
39 for (auto it = cacheExtTypeListVec.begin(); it != cacheExtTypeListVec.end(); it++) { in GetCacheExtensionTypeList()