Home
last modified time | relevance | path

Searched defs:GetDynamicIcon (Results 1 – 5 of 5) sorted by relevance

/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/extend_resource/
Dextend_resource_manager_interface.h72 virtual ErrCode GetDynamicIcon(const std::string &bundleName, std::string &moduleName) in GetDynamicIcon() function
77 virtual ErrCode GetDynamicIcon(const std::string &bundleName, const int32_t userId, in GetDynamicIcon() function
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/extend_resource/
Dextend_resource_manager_proxy.cpp248 ErrCode ExtendResourceManagerProxy::GetDynamicIcon( in GetDynamicIcon() function in OHOS::AppExecFwk::ExtendResourceManagerProxy
254 ErrCode ExtendResourceManagerProxy::GetDynamicIcon( in GetDynamicIcon() function in OHOS::AppExecFwk::ExtendResourceManagerProxy
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/extend_resource/
Dextend_resource_manager_host_impl.cpp640 ErrCode ExtendResourceManagerHostImpl::GetDynamicIcon( in GetDynamicIcon() function in OHOS::AppExecFwk::ExtendResourceManagerHostImpl
646 ErrCode ExtendResourceManagerHostImpl::GetDynamicIcon( in GetDynamicIcon() function in OHOS::AppExecFwk::ExtendResourceManagerHostImpl
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/
Dbundle_resource_process.cpp223 bool BundleResourceProcess::GetDynamicIcon( in GetDynamicIcon() function in OHOS::AppExecFwk::BundleResourceProcess
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/
Dbundle_manager.cpp2617 napi_value GetDynamicIcon(napi_env env, napi_callback_info info) in GetDynamicIcon() function