Home
last modified time | relevance | path

Searched defs:scanPathList (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dbundle_mgr_service_event_handler.cpp469 const std::list<std::string>& scanPathList, Constants::AppType appType) in InnerProcessRebootBundleInstall()
478 const std::list<std::string>& scanPathList, Constants::AppType appType) in InnerProcessRebootSharedBundleInstall()
481 void BMSEventHandler::InnerProcessRebootSystemHspInstall(const std::list<std::string>& scanPathList in InnerProcessRebootSystemHspInstall()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_event_handler_test/
H A Dbms_event_handler_test.cpp629 std::list<std::string> scanPathList {BUNDLE_PATH}; variable
643 std::list<std::string> scanPathList {BUNDLE_PATH}; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_service_event_handler.cpp1665 const std::list<std::string> &scanPathList, Constants::AppType appType) in InnerProcessRebootBundleInstall()
1880 const std::list<std::string> &scanPathList, Constants::AppType appType) in InnerProcessRebootSharedBundleInstall()
1933 void BMSEventHandler::InnerProcessRebootSystemHspInstall(const std::list<std::string> &scanPathList) in InnerProcessRebootSystemHspInstall()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_service_startup_test/
H A Dbms_service_startup_test.cpp447 std::list<std::string> scanPathList; variable