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 D | bundle_install_msg.h | 46 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 D | gt_bundle_manager_service.cpp | 226 …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 D | bundle_mgr_slite_feature.cpp | 129 …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 D | bundle_manager_inner.cpp | 22 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 D | bundlems_slite_client.cpp | 188 …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 D | bundlems_slite_client.h | 47 …GetInstallState(const char *bundleName, InstallState *installState, uint8_t *installProcess) const;
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/interfaces/inner_api/bundlemgr_lite/ |
H A D | bundle_service_interface.h | 56 …ol (*GetInstallState)(const char *bundleName, InstallState *installState, uint8_t *installProcess);
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/ |
H A D | bundle_mgr_slite_feature.h | 38 … bool GetInstallState(const char *bundleName, InstallState *installState, uint8_t *installProcess);
|
H A D | gt_bundle_manager_service.h | 77 … bool GetInstallState(const char *bundleName, InstallState *installState, uint8_t *installProcess);
|