Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/udmf/framework/common/
H A Dcustom_utd_store.h31 std::vector<TypeDescriptorCfg> GetTypeCfgs(int32_t userId);
H A Dcustom_utd_store.cpp65 std::vector<TypeDescriptorCfg> CustomUtdStore::GetTypeCfgs(int32_t userId) in GetTypeCfgs() function in OHOS::UDMF::CustomUtdStore
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/
H A Dcustom_utd_store_test.cpp102 typesCfg = CustomUtdStore::GetInstance().GetTypeCfgs(USERID);
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/client/
H A Dutd_client.cpp65 customTypes = CustomUtdStore::GetInstance().GetTypeCfgs(userId); in Init()
388 std::vector<TypeDescriptorCfg> customTyepCfgs = CustomUtdStore::GetInstance().GetTypeCfgs(user); in InstallCustomUtds()
411 std::vector<TypeDescriptorCfg> customTyepCfgs = CustomUtdStore::GetInstance().GetTypeCfgs(user); in UninstallCustomUtds()