Home
last modified time | relevance | path

Searched defs:bundleInfos (Results 76 - 100 of 115) sorted by relevance

12345

/foundation/filemanagement/app_file_service/tests/unittests/backup_sa/module_ipc/
H A Dservice_other_test.cpp655 std::vector<std::string> bundleInfos; in HWTEST_F() local
689 vector<string> bundleInfos; in HWTEST_F() local
791 vector<BJsonEntityCaps::BundleInfo> bundleInfos; in HWTEST_F() local
824 std::vector<std::string> bundleInfos; in HWTEST_F() local
857 vector<string> bundleInfos; HWTEST_F() local
1216 vector<BJsonEntityCaps::BundleInfo> bundleInfos; HWTEST_F() local
[all...]
H A Dservice_incremental_test.cpp104 AppendBundlesDetailsBackupSession(const std::vector<BundleName> &bundleNames, const std::vector<std::string> &bundleInfos) AppendBundlesDetailsBackupSession() argument
/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/
H A Ddistributed_bm_storage.cpp771 std::vector<AppExecFwk::BundleInfo> bundleInfos; in UpdateDistributedData() local
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_bundle_manager_helper/
H A Dbundle_mgr_helper.cpp455 bool BundleMgrHelper::GetBundleInfos(int32_t flags, std::vector<BundleInfo> &bundleInfos, int32_t userId) in GetBundleInfos() argument
468 bool BundleMgrHelper::GetBundleInfos(const BundleFlag flag, std::vector<BundleInfo> &bundleInfos, int32_t userId) in GetBundleInfos() argument
/foundation/ability/ability_runtime/test/unittest/ability_manager_service_first_test/
H A Dability_manager_service_first_test.cpp2272 std::vector<AppExecFwk::BundleInfo> bundleInfos; in HWTEST_F() local
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/
H A Dbundle_mgr.h157 std::vector<OHOS::AppExecFwk::BundleInfo> bundleInfos; member
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_app_service_fwk_installer.cpp1599 std::vector<BundleInfo> bundleInfos; in HWTEST_F() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/
H A Dbms_bundle_permission_false_test.cpp238 std::vector<BundleInfo> bundleInfos; in HWTEST_F() local
251 std::vector<BundleInfo> bundleInfos; in HWTEST_F() local
277 std::vector<BundleInfo> bundleInfos; in HWTEST_F() local
416 std::vector<BundleInfo> bundleInfos; in HWTEST_F() local
H A Dbms_bundle_permission_system_app_test.cpp275 std::vector<BundleInfo> bundleInfos; in HWTEST_F() local
288 std::vector<BundleInfo> bundleInfos; in HWTEST_F() local
1477 std::vector<BundleInfo> bundleInfos; in HWTEST_F() local
[all...]
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_search_system_test/
H A Dbms_search_system_test.cpp748 std::vector<BundleInfo> bundleInfos; in HWTEST_F() local
791 std::vector<BundleInfo> bundleInfos; in HWTEST_F() local
942 std::vector<BundleInfo> bundleInfos; in HWTEST_F() local
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_install_system_test/
H A Dbms_install_system_test.cpp478 std::vector<BundleInfo> bundleInfos; in HWTEST_F() local
1385 std::vector<BundleInfo> bundleInfos; in HWTEST_F() local
1508 std::vector<BundleInfo> bundleInfos; in HWTEST_F() local
/foundation/bundlemanager/bundle_framework/test/benchmarktest/bundlemgr_proxy_test/
H A Dbundlemgr_proxy_test.cpp242 std::vector<BundleInfo> bundleInfos; in BenchmarkTestGetBundleInfosByBundleFlag() local
264 std::vector<BundleInfo> bundleInfos; in BenchmarkTestGetBundleInfosByFlags() local
398 std::vector<BundleInfo> bundleInfos; in BenchmarkTestGetBundleInfosByMetaData() local
616 std::vector<BundleInfo> bundleInfos; in BenchmarkTestQueryKeepAliveBundleInfos() local
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_manager_service.cpp620 uint8_t ManagerService::GetBundleInfos(int32_t flags, BundleInfo **bundleInfos, int32_t *len) in GetBundleInfos() argument
735 BundleInfo *bundleInfos = nullptr; in ScanSharedLibPath() local
[all...]
H A Dgt_bundle_manager_service.cpp395 uint8_t GtManagerService::GetBundleInfos(const int flags, BundleInfo **bundleInfos, int32_t *len) in GetBundleInfos() argument
403 uint8_t GtManagerService::GetBundleInfosNoReplication(const int flags, BundleInfo **bundleInfos, int32_t *len) in GetBundleInfosNoReplication() argument
/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test6.cpp851 std::vector<AppExecFwk::BundleInfo> bundleInfos; in HWTEST_F() local
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dapp_scheduler.cpp218 void AppScheduler::NotifyStartResidentProcess(std::vector<AppExecFwk::BundleInfo> &bundleInfos) in NotifyStartResidentProcess() argument
342 void AppScheduler::StartupResidentProcess(const std::vector<AppExecFwk::BundleInfo> &bundleInfos) in StartupResidentProcess() argument
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/
H A Daot_handler.cpp304 std::vector<BundleInfo> bundleInfos; in ClearArkAp() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_service_startup_test/
H A Dbms_service_startup_test.cpp1425 std::vector<BundleInfo> bundleInfos; in HWTEST_F() local
1445 std::vector<BundleInfo> bundleInfos; in HWTEST_F() local
/foundation/filemanagement/app_file_service/services/backup_sa/src/module_ipc/
H A Dservice.cpp189 auto bundleInfos = BundleMgrAdapter::GetFullBundleInfos(GetUserIdDefault()); in GetLocalCapabilities() local
398 auto bundleInfos = cache.GetBundleInfos(); in GetRestoreBundleNames() local
457 AppendBundlesRestoreSession(UniqueFd fd, const vector<BundleName> &bundleNames, const std::vector<std::string> &bundleInfos, RestoreTypeEnum restoreType, int32_t userId) AppendBundlesRestoreSession() argument
701 AppendBundlesDetailsBackupSession(const vector<BundleName> &bundleNames, const vector<std::string> &bundleInfos) AppendBundlesDetailsBackupSession() argument
[all...]
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_mgr_stub.cpp680 std::vector<AppExecFwk::BundleInfo> bundleInfos; in HandleStartupResidentProcess() local
H A Dapp_mgr_proxy.cpp484 void AppMgrProxy::StartupResidentProcess(const std::vector<AppExecFwk::BundleInfo> &bundleInfos) in StartupResidentProcess() argument
H A Dapp_mgr_client.cpp637 void AppMgrClient::StartupResidentProcess(const std::vector<AppExecFwk::BundleInfo> &bundleInfos) in StartupResidentProcess() argument
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/
H A Dbms_bundle_manager_test.cpp1594 std::vector<BundleInfo> bundleInfos; HWTEST_F() local
1610 std::vector<BundleInfo> bundleInfos; HWTEST_F() local
1626 std::vector<BundleInfo> bundleInfos; HWTEST_F() local
1658 std::vector<BundleInfo> bundleInfos; HWTEST_F() local
2210 std::vector<BundleInfo> bundleInfos; HWTEST_F() local
2395 std::vector<BundleInfo> bundleInfos; HWTEST_F() local
2447 std::vector<BundleInfo> bundleInfos; HWTEST_F() local
2554 std::vector<BundleInfo> bundleInfos; HWTEST_F() local
3334 std::vector<BundleInfo> bundleInfos; HWTEST_F() local
3353 std::vector<BundleInfo> bundleInfos; HWTEST_F() local
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dbundle_mgr_service_event_handler.cpp668 std::vector<BundleInfo> bundleInfos; in ProcessBundleProvisionInfo() local
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service.cpp301 void AppMgrService::StartupResidentProcess(const std::vector<AppExecFwk::BundleInfo> &bundleInfos) in StartupResidentProcess() argument

Completed in 74 milliseconds

12345