Home
last modified time | relevance | path

Searched refs:SaveTypeCfgs (Results 1 - 3 of 3) sorted by relevance

/foundation/distributeddatamgr/udmf/framework/common/
H A Dcustom_utd_store.h33 int32_t SaveTypeCfgs(const std::vector<TypeDescriptorCfg> &customUtdTypes, int32_t user);
H A Dcustom_utd_store.cpp88 int32_t CustomUtdStore::SaveTypeCfgs(const std::vector<TypeDescriptorCfg> &customUtdTypes, int32_t user) in SaveTypeCfgs() function in OHOS::UDMF::CustomUtdStore
166 if (CustomUtdStore::GetInstance().SaveTypeCfgs(customTyepCfgs, user) != E_OK) { in InstallCustomUtds()
192 if (CustomUtdStore::GetInstance().SaveTypeCfgs(customTyepCfgs, user) != E_OK) { in UninstallCustomUtds()
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/
H A Dcustom_utd_store_test.cpp89 * @tc.desc: SaveTypeCfgs
98 auto status = CustomUtdStore::GetInstance().SaveTypeCfgs(typesCfg, USERID); in HWTEST_F()

Completed in 2 milliseconds