Home
last modified time | relevance | path

Searched refs:GetInstallMark (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_exception_handler_test/
H A Dbms_bundle_exception_handler_test.cpp138 auto data = info.GetInstallMark();
172 auto data = info.GetInstallMark();
189 auto data = info.GetInstallMark();
209 auto data = info.GetInstallMark();
229 auto data = info.GetInstallMark();
268 auto data = info.GetInstallMark();
288 auto data = info.GetInstallMark();
310 auto data = info.GetInstallMark();
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_exception_handler.cpp110 auto mark = info.GetInstallMark(); in InnerHandleInvalidBundle()
H A Dbundle_mgr_service_event_handler.cpp1749 info.GetInstallMark().status != InstallExceptionStatus::INSTALL_FINISH) { in InnerProcessRebootBundleInstall()
1751 bundleName.c_str(), info.GetInstallMark().status); in InnerProcessRebootBundleInstall()
H A Dbundle_data_mgr.cpp2668 (innerBundleInfo.GetInstallMark().status == InstallExceptionStatus::INSTALL_START)) { in GetBundleInfo()
2720 (innerBundleInfo.GetInstallMark().status == InstallExceptionStatus::INSTALL_START)) { in GetBundleInfoV9()
9099 if (item->second.GetInstallMark().status == InstallExceptionStatus::INSTALL_START) { in IsBundleInstalled()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinner_bundle_info.h742 InstallMark GetInstallMark() const in GetInstallMark() function
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_data_mgr_test.cpp4836 auto mark = info.GetInstallMark();