Searched refs:customUtdTypes (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/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 int32_t CustomUtdStore::SaveTypeCfgs(const std::vector<TypeDescriptorCfg> &customUtdTypes, int32_t … in SaveTypeCfgs() argument 90 LOG_DEBUG(UDMF_CLIENT, "customUtdTypes total:%{public}zu.", customUtdTypes.size()); in SaveTypeCfgs() [all …]
|
H A D | custom_utd_store.h | 33 int32_t SaveTypeCfgs(const std::vector<TypeDescriptorCfg> &customUtdTypes, int32_t user);
|