Home
last modified time | relevance | path

Searched refs:DeletePreInstallExceptionPath (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dpre_install_exception_mgr.h33 void DeletePreInstallExceptionPath(const std::string &path);
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/preinstallexceptionmgr_fuzzer/
H A Dpreinstallexceptionmgr_fuzzer.cpp58 preInstallExceptionMgr->DeletePreInstallExceptionPath(BUNDLE_PATH); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dpre_install_exception_mgr.cpp162 void PreInstallExceptionMgr::DeletePreInstallExceptionPath(const std::string &bundleDir) in DeletePreInstallExceptionPath() function in OHOS::AppExecFwk::PreInstallExceptionMgr
H A Dbundle_mgr_service_event_handler.cpp2330 preInstallExceptionMgr->DeletePreInstallExceptionPath(pathIter); in HandlePreInstallException()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_service_startup_test/
H A Dbms_service_startup_test.cpp1106 preInstallExceptionMgr->DeletePreInstallExceptionPath(BUNDLE_PATH);