Home
last modified time | relevance | path

Searched refs:typeIdsInCfg (Results 1 - 2 of 2) sorted by relevance

/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/client/
H A Dutd_client.cpp191 std::vector<std::string> typeIdsInCfg; in GetUniformDataTypesByFilenameExtension() local
198 typeIdsInCfg.push_back(utdTypeCfg.typeId); in GetUniformDataTypesByFilenameExtension()
205 for (const auto &typeId : typeIdsInCfg) { in GetUniformDataTypesByFilenameExtension()
288 std::vector<std::string> typeIdsInCfg = GetTypeIdsFromCfg(lowerMimeType); in GetUniformDataTypesByMIMEType() local
290 for (const auto &typeId : typeIdsInCfg) { in GetUniformDataTypesByMIMEType()
312 std::vector<std::string> typeIdsInCfg; in GetTypeIdsFromCfg() local
319 typeIdsInCfg.push_back(utdTypeCfg.typeId); in GetTypeIdsFromCfg()
324 return typeIdsInCfg; in GetTypeIdsFromCfg()
/foundation/distributeddatamgr/udmf/adapter/framework/innerkitsimpl/client/
H A Dutd_client.cpp87 std::vector<std::string> typeIdsInCfg; in GetTypeIdsFromCfg() local
88 return typeIdsInCfg; in GetTypeIdsFromCfg()

Completed in 2 milliseconds