Home
last modified time | relevance | path

Searched defs:hapPaths (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_install_system_test/
H A Dbms_install_hap_so_test.cpp615 std::vector<std::string> hapPaths; variable
643 std::vector<std::string> hapPaths; variable
673 std::vector<std::string> hapPaths; variable
703 std::vector<std::string> hapPaths; variable
733 std::vector<std::string> hapPaths; variable
763 std::vector<std::string> hapPaths; variable
793 std::vector<std::string> hapPaths; variable
823 std::vector<std::string> hapPaths; variable
853 std::vector<std::string> hapPaths; variable
883 std::vector<std::string> hapPaths; variable
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dbundle_mgr_service_event_handler.cpp194 std::vector<std::string> hapPaths; in ScanInstallDir() local
209 std::vector<std::string> BMSEventHandler::CheckHapPaths(const std::vector<std::string>& hapPaths) in CheckHapPaths()
241 for (const auto& hapPaths : hapPathsMap) { in AnalyzeHaps() local
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_service_startup_test/
H A Dbms_service_startup_test.cpp201 std::vector<std::string> hapPaths; variable
467 std::vector<std::string> hapPaths; variable
/ohos5.0/base/web/webview/ohos_adapter/ohos_resource_adapter/src/
H A Dohos_resource_adapter_impl.cpp522 const std::string hapPaths[] = { in GetArkWebVersion() local
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_service_event_handler.cpp505 for (const auto &hapPaths : hapPathsMap) { in ReInstallAllInstallDirApps() local
544 std::vector<std::string> hapPaths; in ScanInstallDir() local
564 const std::vector<std::string> &hapPaths) in CheckHapPaths()
698 for (const auto &hapPaths : hapPathsMap) { in AnalyzeHaps() local
H A Dbundle_mgr_host_impl.cpp3881 …ol BundleMgrHostImpl::GetPreferableBundleInfoFromHapPaths(const std::vector<std::string> &hapPaths, in GetPreferableBundleInfoFromHapPaths()