Home
last modified time | relevance | path

Searched refs:ModuleDistro (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dbundle_pack_info.h62 struct ModuleDistro { struct
85 ModuleDistro distro; argument
H A Djson_serializer.h106 void to_json(nlohmann::json &jsonObject, const ModuleDistro &distro);
107 void from_json(const nlohmann::json &jsonObject, ModuleDistro &distro);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dbundle_pack_info.cpp283 void to_json(nlohmann::json &jsonObject, const ModuleDistro &distro) in to_json()
293 void from_json(const nlohmann::json &jsonObject, ModuleDistro &distro) in from_json()
424 GetValueIfFindKey<ModuleDistro>(jsonObject, in from_json()