Home
last modified time | relevance | path

Searched refs:GetAbilityPixelMapIcon (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/bundlemgr_graphics/src/
H A Dbundle_graphics_client.cpp28 ErrCode BundleGraphicsClient::GetAbilityPixelMapIcon(const std::string &bundleName, in GetAbilityPixelMapIcon() function in OHOS::AppExecFwk::BundleGraphicsClient
35 return impl_->GetAbilityPixelMapIcon(bundleName, moduleName, abilityName, pixelMapPtr); in GetAbilityPixelMapIcon()
H A Dbundle_graphics_client_impl.cpp77 ErrCode BundleGraphicsClientImpl::GetAbilityPixelMapIcon(const std::string &bundleName, in GetAbilityPixelMapIcon() function in OHOS::AppExecFwk::BundleGraphicsClientImpl
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/bundlemgr_graphics/include/
H A Dbundle_graphics_client.h33 ErrCode GetAbilityPixelMapIcon(const std::string &bundleName,
H A Dbundle_graphics_client_impl.h34 ErrCode GetAbilityPixelMapIcon(const std::string &bundleName,
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/
H A Dbundle_mgr.cpp3603 asyncCallbackInfo->ret = client.GetAbilityPixelMapIcon(asyncCallbackInfo->bundleName, in GetAbilityIconExec()