Home
last modified time | relevance | path

Searched refs:actionService (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dgt_bundle_extractor.cpp187 … char **bundleName, char **label, char **smallIconPath, char **bigIconPath, uint8_t &actionService) in ExtractInstallMsg() argument
231 actionService = FindSkillService(bundleInfo->abilityInfo); in ExtractInstallMsg()
250 uint8_t actionService = FindSkillService(bundleInfo->abilityInfo); in ParseBundleInfoGetActionService() local
251 return actionService; in ParseBundleInfoGetActionService()
H A Dgt_bundle_manager_service.cpp112 bundleInstallMsg_->actionService); in Install()
115 if (bundleInstallMsg_->actionService) { in Install()
151 if (bundleInstallMsg_->actionService) { in Install()
157 if (bundleInstallMsg_->actionService) { in Install()
192 uint8_t actionService = GtBundleExtractor::ParseBundleInfoGetActionService(innerBundleName); in Uninstall() local
208 if (actionService != 0) { in Uninstall()
215 if (actionService != 0) { in Uninstall()
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dgt_bundle_extractor.h30 char **bigIconPath, uint8_t &actionService);
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/interfaces/inner_api/bundlemgr_lite/slite/
H A Dbundle_install_msg.h47 uint8_t actionService; member