Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/datastore/
H A Drender_data_store_pod.cpp32 const string_view tpName, const string_view name, const array_view<const uint8_t> srcData) in CreatePod() argument
35 PLUGIN_LOG_W("Zero size pod is not created (name: %s)", tpName.data()); in CreatePod()
52 auto& typeNameRef = typeNameToPodNames_[tpName]; in CreatePod()
134 array_view<const string> RenderDataStorePod::GetPodNames(const string_view tpName) const in GetPodNames()
138 const auto iter = typeNameToPodNames_.find(tpName); in GetPodNames()
142 PLUGIN_LOG_I("render data store pod type (%s), not found", tpName.data()); in GetPodNames()