Home
last modified time | relevance | path

Searched refs:ParseOneSkill (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dgt_bundle_parser.h50 static uint8_t ParseOneSkill(const cJSON *skillObject, Skill &skill);
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dgt_bundle_parser.cpp459 if (ParseOneSkill(object, *skillPtr) != ERR_OK) { in ParseAbilitySkills()
469 uint8_t GtBundleParser::ParseOneSkill(const cJSON *skillObject, Skill &skill) in ParseOneSkill() function in OHOS::GtBundleParser