Home
last modified time | relevance | path

Searched refs:installProcess (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/interfaces/inner_api/bundlemgr_lite/slite/
H A Dbundle_install_msg.h46 uint8_t installProcess; member
66 bool GetInstallState(const char *bundleName, InstallState *installState, uint8_t *installProcess);
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dgt_bundle_manager_service.cpp226 …rvice::GetInstallState(const char *bundleName, InstallState *installState, uint8_t *installProcess) in GetInstallState() argument
236 *installProcess = BMS_INSTALLATION_COMPLETED; in GetInstallState()
242 *installProcess = 0; in GetInstallState()
247 *installProcess = bundleInstallMsg_->installProcess; in GetInstallState()
251 *installProcess = 0; in GetInstallState()
1150 bundleInstallMsg_->installProcess = process; in ReportHceInstallCallback()
1152 bundleInstallMsg->installProcess = bundleInstallMsg_->installProcess; in ReportHceInstallCallback()
1173 bundleInstallMsg->installProcess = process; in ReportHceUninstallCallback()
1195 bundleInstallMsg_->installProcess = process; in ReportInstallCallback()
1197 bundleInstallMsg->installProcess = bundleInstallMsg_->installProcess; in ReportInstallCallback()
[all …]
H A Dbundle_mgr_slite_feature.cpp129 …ature::GetInstallState(const char *bundleName, InstallState *installState, uint8_t *installProcess) in GetInstallState() argument
131 …rn OHOS::GtManagerService::GetInstance().GetInstallState(bundleName, installState, installProcess); in GetInstallState()
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/slite/
H A Dbundle_manager_inner.cpp22 bool GetInstallState(const char *bundleName, InstallState *installState, uint8_t *installProcess) in GetInstallState() argument
24 …turn OHOS::BundleMsClient::GetInstance().GetInstallState(bundleName, installState, installProcess); in GetInstallState()
H A Dbundlems_slite_client.cpp188 …GetInstallState (const char *bundleName, InstallState *installState, uint8_t *installProcess) const in GetInstallState()
190 if ((bundleName == nullptr) || (installState == nullptr) || (installProcess == nullptr)) { in GetInstallState()
196 return bmsProxy_->GetInstallState(bundleName, installState, installProcess); in GetInstallState()
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/include/
H A Dbundlems_slite_client.h47 …GetInstallState(const char *bundleName, InstallState *installState, uint8_t *installProcess) const;
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/interfaces/inner_api/bundlemgr_lite/
H A Dbundle_service_interface.h56 …ol (*GetInstallState)(const char *bundleName, InstallState *installState, uint8_t *installProcess);
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dbundle_mgr_slite_feature.h38 … bool GetInstallState(const char *bundleName, InstallState *installState, uint8_t *installProcess);
H A Dgt_bundle_manager_service.h77 … bool GetInstallState(const char *bundleName, InstallState *installState, uint8_t *installProcess);