Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/client/
H A Dutd_client.cpp57 std::vector<TypeDescriptorCfg> customTypes; in Init() local
59 customTypes = CustomUtdStore::GetInstance().GetHapTypeCfgs(); in Init()
65 customTypes = CustomUtdStore::GetInstance().GetTypeCfgs(userId); in Init()
67 LOG_INFO(UDMF_CLIENT, "get customUtd, size:%{public}zu", customTypes.size()); in Init()
68 if (!customTypes.empty()) { in Init()
69 descriptorCfgs_.insert(descriptorCfgs_.end(), customTypes.begin(), customTypes.end()); in Init()