Searched refs:customTyepCfgs (Results 1 - 4 of 4) sorted by relevance
/foundation/distributeddatamgr/udmf/framework/common/ |
H A D | custom_utd_store.cpp | 150 int32_t user, std::vector<TypeDescriptorCfg> &customTyepCfgs) in InstallCustomUtds() 160 typeCfgs, presetTypes, customTyepCfgs, bundleName)) { in InstallCustomUtds() 165 ProcessUtdForSave(typeCfgs, customTyepCfgs, bundleName); in InstallCustomUtds() 166 if (CustomUtdStore::GetInstance().SaveTypeCfgs(customTyepCfgs, user) != E_OK) { in InstallCustomUtds() 174 std::vector<TypeDescriptorCfg> &customTyepCfgs) in UninstallCustomUtds() 176 for (auto iter = customTyepCfgs.begin(); iter != customTyepCfgs.end();) { in UninstallCustomUtds() 182 iter = customTyepCfgs.erase(iter); in UninstallCustomUtds() 188 if (!UtdCfgsChecker::GetInstance().CheckBelongingToTypes(customTyepCfgs, presetTypes)) { in UninstallCustomUtds() 192 if (CustomUtdStore::GetInstance().SaveTypeCfgs(customTyepCfgs, use in UninstallCustomUtds() 149 InstallCustomUtds(const std::string &bundleName, const std::string &jsonStr, int32_t user, std::vector<TypeDescriptorCfg> &customTyepCfgs) InstallCustomUtds() argument 173 UninstallCustomUtds(const std::string &bundleName, int32_t user, std::vector<TypeDescriptorCfg> &customTyepCfgs) UninstallCustomUtds() argument 199 ProcessUtdForSave(const CustomUtdCfgs &utdTypes, std::vector<TypeDescriptorCfg> &customTyepCfgs, const std::string &bundleName) ProcessUtdForSave() argument [all...] |
H A D | custom_utd_store.h | 35 std::vector<TypeDescriptorCfg> &customTyepCfgs); 37 std::vector<TypeDescriptorCfg> &customTyepCfgs); 43 void ProcessUtdForSave(const CustomUtdCfgs &utdTypes, std::vector<TypeDescriptorCfg> &customTyepCfgs,
|
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/client/ |
H A D | utd_client.cpp | 388 std::vector<TypeDescriptorCfg> customTyepCfgs = CustomUtdStore::GetInstance().GetTypeCfgs(user); in InstallCustomUtds() local 389 if (!CustomUtdStore::GetInstance().UninstallCustomUtds(bundleName, user, customTyepCfgs)) { in InstallCustomUtds() 394 UpdateGraph(customTyepCfgs); in InstallCustomUtds() 396 if (!CustomUtdStore::GetInstance().InstallCustomUtds(bundleName, jsonStr, user, customTyepCfgs)) { in InstallCustomUtds() 401 UpdateGraph(customTyepCfgs); in InstallCustomUtds() 411 std::vector<TypeDescriptorCfg> customTyepCfgs = CustomUtdStore::GetInstance().GetTypeCfgs(user); in UninstallCustomUtds() local 412 if (!CustomUtdStore::GetInstance().UninstallCustomUtds(bundleName, user, customTyepCfgs)) { in UninstallCustomUtds() 417 UpdateGraph(customTyepCfgs); in UninstallCustomUtds() 420 void UtdClient::UpdateGraph(const std::vector<TypeDescriptorCfg> &customTyepCfgs) in UpdateGraph() argument 423 allTypeCfgs.insert(allTypeCfgs.end(), customTyepCfgs in UpdateGraph() [all...] |
/foundation/distributeddatamgr/udmf/interfaces/innerkits/client/ |
H A D | utd_client.h | 63 void UpdateGraph(const std::vector<TypeDescriptorCfg> &customTyepCfgs);
|
Completed in 2 milliseconds