Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/
H A Dbundle_manager.h104 struct AbilityIconCallbackInfo : public BaseCallbackInfo { struct
105 explicit AbilityIconCallbackInfo(napi_env napiEnv) : BaseCallbackInfo(napiEnv) {} in AbilityIconCallbackInfo() argument
106 std::string bundleName;
107 std::string moduleName;
108 std::string abilityName;
110 std::shared_ptr<Media::PixelMap> pixelMap = nullptr;
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/
H A Dbundle_mgr.h88 struct AbilityIconCallbackInfo : public BaseCallbackInfo { struct
89 explicit AbilityIconCallbackInfo(napi_env napiEnv) : BaseCallbackInfo(napiEnv) {} in AbilityIconCallbackInfo() argument
90 std::string bundleName;
91 std::string moduleName;
92 std::string abilityName;
93 bool hasModuleName = false;
94 ErrCode ret = ERR_OK;
96 std::shared_ptr<Media::PixelMap> pixelMap = nullptr;