Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/manifest/
H A Dmanifest_appinfo.h46 void AppInfoParse(const std::unique_ptr<JsonValue>& root);
H A Dmanifest_parser.cpp53 manifestAppInfo_->AppInfoParse(rootJson); in Parse()
H A Dmanifest_appinfo.cpp87 void ManifestAppInfo::AppInfoParse(const std::unique_ptr<JsonValue>& root) in AppInfoParse() function in OHOS::Ace::Framework::ManifestAppInfo