Searched refs:customUtdTypes (Results 1 - 2 of 2) sorted by relevance
/foundation/distributeddatamgr/udmf/framework/common/ |
H A D | custom_utd_store.cpp | 59 std::vector<TypeDescriptorCfg> customUtdTypes; in GetHapTypeCfgs() local 60 utdJsonParser_.ParseStoredCustomUtdJson(jsonStr, customUtdTypes); in GetHapTypeCfgs() 61 LOG_DEBUG(UDMF_CLIENT, "GetTypeCfgs, customUtdTypes total:%{public}zu.", customUtdTypes.size()); in GetHapTypeCfgs() 62 return customUtdTypes; in GetHapTypeCfgs() 82 std::vector<TypeDescriptorCfg> customUtdTypes; in GetTypeCfgs() local 83 utdJsonParser_.ParseStoredCustomUtdJson(jsonStr, customUtdTypes); in GetTypeCfgs() 84 LOG_DEBUG(UDMF_CLIENT, "GetTypeCfgs, customUtdTypes total:%{public}zu.", customUtdTypes.size()); in GetTypeCfgs() 85 return customUtdTypes; in GetTypeCfgs() 88 SaveTypeCfgs(const std::vector<TypeDescriptorCfg> &customUtdTypes, int32_t user) SaveTypeCfgs() argument [all...] |
H A D | custom_utd_store.h | 33 int32_t SaveTypeCfgs(const std::vector<TypeDescriptorCfg> &customUtdTypes, int32_t user);
|
Completed in 1 milliseconds