Home
last modified time | relevance | path

Searched refs:AddBundleStatus (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbase_bundle_installer.h508 void AddBundleStatus(const NotifyBundleEvents &installRes);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_installer_test.cpp6143 installer.AddBundleStatus(installRes);
6251 installer.AddBundleStatus(installRes);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbase_bundle_installer.cpp219 AddBundleStatus(installRes); in InstallBundle()
4736 void BaseBundleInstaller::AddBundleStatus(const NotifyBundleEvents &installRes) in AddBundleStatus() function in OHOS::AppExecFwk::BaseBundleInstaller