/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/ |
H A D | bundle_mgr_slite_feature.cpp | 33 .GetInstallState = BundleMgrSliteFeature::GetInstallState, 129 bool BundleMgrSliteFeature::GetInstallState(const char *bundleName, InstallState *installState, uin… in GetInstallState() function in OHOS::BundleMgrSliteFeature 131 …return OHOS::GtManagerService::GetInstance().GetInstallState(bundleName, installState, installProc… in GetInstallState()
|
H A D | gt_bundle_manager_service.cpp | 226 bool GtManagerService::GetInstallState(const char *bundleName, InstallState *installState, uint8_t … in GetInstallState() function in OHOS::GtManagerService
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/slite/ |
H A D | bundle_manager_inner.cpp | 22 bool GetInstallState(const char *bundleName, InstallState *installState, uint8_t *installProcess) in GetInstallState() function 24 …return OHOS::BundleMsClient::GetInstance().GetInstallState(bundleName, installState, installProces… in GetInstallState()
|
H A D | bundlems_slite_client.cpp | 188 bool BundleMsClient::GetInstallState (const char *bundleName, InstallState *installState, uint8_t *… in GetInstallState() function in OHOS::BundleMsClient 196 return bmsProxy_->GetInstallState(bundleName, installState, installProcess); in GetInstallState()
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/interfaces/inner_api/bundlemgr_lite/slite/ |
H A D | bundle_install_msg.h | 66 bool GetInstallState(const char *bundleName, InstallState *installState, uint8_t *installProcess);
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/include/ |
H A D | bundlems_slite_client.h | 47 …bool GetInstallState(const char *bundleName, InstallState *installState, uint8_t *installProcess) …
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/interfaces/inner_api/bundlemgr_lite/ |
H A D | bundle_service_interface.h | 56 …bool (*GetInstallState)(const char *bundleName, InstallState *installState, uint8_t *installProces… member
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/ |
H A D | bundle_mgr_slite_feature.h | 38 …static bool GetInstallState(const char *bundleName, InstallState *installState, uint8_t *installPr…
|
H A D | gt_bundle_manager_service.h | 77 … bool GetInstallState(const char *bundleName, InstallState *installState, uint8_t *installProcess);
|