Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/udmf/framework/common/
H A Dcustom_utd_json_parser.h33 …bool ParseStoredCustomUtdJson(const std::string &jsonData, std::vector<TypeDescriptorCfg> &typesCf…
H A Dcustom_utd_store.cpp60 utdJsonParser_.ParseStoredCustomUtdJson(jsonStr, customUtdTypes); in GetHapTypeCfgs()
83 utdJsonParser_.ParseStoredCustomUtdJson(jsonStr, customUtdTypes); in GetTypeCfgs()
H A Dcustom_utd_json_parser.cpp38 bool CustomUtdJsonParser::ParseStoredCustomUtdJson(const std::string &jsonData, in ParseStoredCustomUtdJson() function in OHOS::UDMF::CustomUtdJsonParser
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/
H A Dcustom_utd_store_test.cpp97 parser.ParseStoredCustomUtdJson(TEST_DATA2, typesCfg);