Home
last modified time | relevance | path

Searched refs:BundleMgrHostImpl (Results 1 - 15 of 15) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp49 const std::string FUNCATION_GET_NAME_FOR_UID = "BundleMgrHostImpl::GetNameForUid";
50 const std::string FUNCATION_GET_OVERLAY_MANAGER_PROXY = "BundleMgrHostImpl::GetOverlayManagerProxy";
51 const std::string FUNCATION_GET_BUNDLE_RESOURCE_PROXY = "BundleMgrHostImpl::GetBundleResourceProxy";
52 const std::string FUNCATION_VERIFY_SYSTEM_API = "BundleMgrHostImpl::VerifySystemApi";
53 const std::string FUNCATION_VERIFY_CALLING_PERMISSION = "BundleMgrHostImpl::VerifyCallingPermission";
54 const std::string FUNCATION_GET_CLONE_BUNDLE_INFO = "BundleMgrHostImpl::GetCloneBundleInfo";
55 const std::string FUNCATION_GET_SHARED_BUNDLE_INFO_BY_SELF = "BundleMgrHostImpl::GetSharedBundleInfoBySelf";
56 const std::string FUNCATION_GET_HAP_MODULE_INFO = "BundleMgrHostImpl::GetHapModuleInfo";
57 const std::string FUNCATION_BATCH_BUNDLE_INFO = "BundleMgrHostImpl::BatchGetBundleInfo";
58 const std::string FUNCATION_GET_BUNDLE_INFO = "BundleMgrHostImpl
[all...]
H A Dbundle_mgr_service.cpp162 host_ = new (std::nothrow) BundleMgrHostImpl(); in InitBundleMgrHost()
H A Dbundle_mgr_service_event_handler.cpp1269 BundleMgrHostImpl impl; in InnerProcessCheckPreinstallData()
1499 BundleMgrHostImpl impl; in InnerProcessCheckRecoverableApplicationInfo()
H A Dbase_bundle_installer.cpp6160 BundleMgrHostImpl impl; in CheckSystemFreeSizeAndClean()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_overlay_test/
H A Dbms_bundle_manager_overlay_ipc_test.cpp32 class BundleMgrHostImplMock : public BundleMgrHostImpl {
113 sptr<BundleMgrHostImpl> bundleManagerHostImpl = new (std::nothrow) BundleMgrHostImpl(); in HWTEST_F()
132 sptr<BundleMgrHostImpl> bundleManagerHostImpl = new (std::nothrow) BundleMgrHostImpl(); in HWTEST_F()
196 sptr<BundleMgrHostImpl> bundleManagerHostImpl = new (std::nothrow) BundleMgrHostImpl(); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/
H A Dbms_bundle_permission_grant_test.cpp249 std::shared_ptr<BundleMgrHostImpl> bundleMgrHostImpl_ = std::make_unique<BundleMgrHostImpl>(); in HWTEST_F()
263 std::shared_ptr<BundleMgrHostImpl> bundleMgrHostImpl_ = std::make_unique<BundleMgrHostImpl>(); in HWTEST_F()
H A Dbms_bundle_permission_token_test.cpp65 std::shared_ptr<BundleMgrHostImpl> bundleMgrHostImpl_ = std::make_unique<BundleMgrHostImpl>();
138 * @tc.name: test GetBundlesForUid of BundleMgrHostImpl
151 * @tc.name: test GetBundleGids of BundleMgrHostImpl
164 * @tc.name: test CheckAbilityEnableInstall of BundleMgrHostImpl
177 * @tc.name: test GetHapModuleInfo of BundleMgrHostImpl
192 * @tc.name: test GetUidByBundleName of BundleMgrHostImpl
204 * @tc.name: test GetStringById of BundleMgrHostImpl
216 * @tc.name: test GetIconById of BundleMgrHostImpl
228 * @tc.name: test GetSandboxAbilityInfo of BundleMgrHostImpl
[all...]
H A Dbms_bundle_permission_false_test.cpp71 std::shared_ptr<BundleMgrHostImpl> bundleMgrHostImpl_ = std::make_unique<BundleMgrHostImpl>();
128 * @tc.name: test GetApplicationInfo of BundleMgrHostImpl
141 * @tc.name: test GetApplicationInfoV9 of BundleMgrHostImpl
154 * @tc.name: test GetApplicationInfos of BundleMgrHostImpl
167 * @tc.name: test GetApplicationInfosV9 of BundleMgrHostImpl
180 * @tc.name: test GetBundleInfo of BundleMgrHostImpl
193 * @tc.name: test GetBaseSharedBundleInfos of BundleMgrHostImpl
206 * @tc.name: test GetBundleInfoV9 of BundleMgrHostImpl
219 * @tc.name: test GetBundlePackInfo of BundleMgrHostImpl
[all...]
H A Dbms_bundle_permission_system_app_test.cpp69 std::shared_ptr<BundleMgrHostImpl> bundleMgrHostImpl_ = std::make_unique<BundleMgrHostImpl>();
165 * @tc.name: test GetApplicationInfo of BundleMgrHostImpl
178 * @tc.name: test GetApplicationInfoV9 of BundleMgrHostImpl
191 * @tc.name: test GetApplicationInfos of BundleMgrHostImpl
204 * @tc.name: test GetApplicationInfosV9 of BundleMgrHostImpl
217 * @tc.name: test GetBundleInfo of BundleMgrHostImpl
230 * @tc.name: test CleanBundleCacheFilesAutomatic of BundleMgrHostImpl
243 * @tc.name: test GetBundleInfoV9 of BundleMgrHostImpl
256 * @tc.name: test GetBundlePackInfo of BundleMgrHostImpl
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_kit_service_test.cpp353 std::shared_ptr<BundleMgrHostImpl> bundleMgrHostImpl_ = std::make_unique<BundleMgrHostImpl>();
1557 auto hostImpl = std::make_unique<BundleMgrHostImpl>(); in QueryCloneAbilityInfosV9WithDisable()
1806 auto hostImpl = std::make_unique<BundleMgrHostImpl>(); in HWTEST_F()
1824 auto hostImpl = std::make_unique<BundleMgrHostImpl>(); in HWTEST_F()
1843 auto hostImpl = std::make_unique<BundleMgrHostImpl>(); in HWTEST_F()
1861 auto hostImpl = std::make_unique<BundleMgrHostImpl>(); in HWTEST_F()
1878 auto hostImpl = std::make_unique<BundleMgrHostImpl>(); in HWTEST_F()
1895 auto hostImpl = std::make_unique<BundleMgrHostImpl>(); in HWTEST_F()
2062 auto hostImpl = std::make_unique<BundleMgrHostImpl>(); in HWTEST_F()
[all...]
H A Dbms_bundle_data_mgr_test.cpp372 std::shared_ptr<BundleMgrHostImpl> bundleMgrHostImpl_ = std::make_unique<BundleMgrHostImpl>();
4256 * @tc.name: test BundleMgrHostImpl::CleanBundleCacheFiles
4273 * @tc.name: test BundleMgrHostImpl::CleanBundleCacheFilesAutomatic
4288 * @tc.name: test BundleMgrHostImpl::RegisterBundleStatusCallback
4304 * @tc.name: test BundleMgrHostImpl::RegisterBundleEventCallback
4319 * @tc.name: test BundleMgrHostImpl::RegisterBundleEventCallback
4335 * @tc.name: test BundleMgrHostImpl::UnregisterBundleEventCallback
4350 * @tc.name: test BundleMgrHostImpl::UnregisterBundleEventCallback
4366 * @tc.name: test BundleMgrHostImpl
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/
H A Dbms_bundle_manager_test.cpp2208 auto hostImpl = std::make_unique<BundleMgrHostImpl>(); in HWTEST_F()
2225 auto hostImpl = std::make_unique<BundleMgrHostImpl>(); in HWTEST_F()
2242 auto hostImpl = std::make_unique<BundleMgrHostImpl>(); in HWTEST_F()
2272 auto hostImpl = std::make_unique<BundleMgrHostImpl>(); in HWTEST_F()
2293 * @tc.name: test BundleMgrHostImpl
2298 auto hostImpl = std::make_unique<BundleMgrHostImpl>(); in HWTEST_F()
2307 * @tc.name: test BundleMgrHostImpl
2312 auto hostImpl = std::make_unique<BundleMgrHostImpl>(); in HWTEST_F()
2323 * @tc.name: BundleMgrHostImpl
2328 auto hostImpl = std::make_unique<BundleMgrHostImpl>(); in HWTEST_F()
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_service.h199 sptr<BundleMgrHostImpl> host_;
H A Dbundle_mgr_host_impl.h34 class BundleMgrHostImpl : public BundleMgrHost { class
36 BundleMgrHostImpl() = default;
37 virtual ~BundleMgrHostImpl() = default;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_sandbox_app_test/
H A Dbms_bundle_sandbox_app_test.cpp101 std::shared_ptr<BundleMgrHostImpl> bundleMgrHostImpl_ = std::make_unique<BundleMgrHostImpl>();

Completed in 62 milliseconds