Searched refs:ReportHceInstallCallback (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/ |
H A D | gt_bundle_manager_service.h | 107 int32_t ReportHceInstallCallback(uint8_t errCode, uint8_t installState, uint8_t process);
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/ |
H A D | gt_bundle_manager_service.cpp | 117 (void)ReportHceInstallCallback(ret, BUNDLE_INSTALL_FAIL, BMS_INSTALLATION_COMPLETED); in Install() 153 (void)ReportHceInstallCallback(ret, BUNDLE_INSTALL_OK, BMS_INSTALLATION_COMPLETED); in Install() 159 (void)ReportHceInstallCallback(ret, BUNDLE_INSTALL_FAIL, BMS_INSTALLATION_COMPLETED); in Install() 1138 int32_t GtManagerService::ReportHceInstallCallback(uint8_t errCode, uint8_t installState, uint8_t p… in ReportHceInstallCallback() function in OHOS::GtManagerService
|