Home
last modified time | relevance | path

Searched defs:RetHapModuleInfoV2 (Results 1 – 2 of 2) sorted by relevance

/foundation/ability/ability_runtime/frameworks/cj/ffi/application_context/include/
Dcj_bundle_info.h232 struct RetHapModuleInfoV2 { struct
233 char* name;
234 char* icon;
235 uint32_t iconId;
236 char* label;
237 uint32_t labelId;
238 char* description;
239 uint32_t descriptionId;
240 char* mainElementName;
241 CArrRetAbilityInfoV2 abilitiesInfo;
[all …]
/foundation/bundlemanager/bundle_framework/interfaces/kits/cj/src/
Dbundle_manager_utils.h436 struct RetHapModuleInfoV2 { struct
437 char* name;
461 RetHapModuleInfoV2* head; argument