Home
last modified time | relevance | path

Searched refs:MockBundleMgrService (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/base/notification/common_event_service/test/mock/include/
H A Dmock_bundle_manager.h31 class MockBundleMgrService : public BundleMgrHost {
33 MockBundleMgrService() in MockBundleMgrService() function
36 ~MockBundleMgrService() in ~MockBundleMgrService()
/ohos5.0/base/notification/common_event_service/test/mock/
H A Dmock_bundle_manager.cpp24 void MockBundleMgrService::MockSetIsSystemApp(bool isSystemApp) in MockSetIsSystemApp()
30 bool MockBundleMgrService::CheckIsSystemAppByUid(const int32_t uid) in CheckIsSystemAppByUid()
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_mgr_publish_form_test/
H A Dfms_form_mgr_publish_form_test.cpp247 sptr<MockBundleMgrService> mockBms_ = new MockBundleMgrService();
293 sptr<MockBundleMgrService> mockBms_ = new MockBundleMgrService();
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_test/include/
H A Dmock_bundle_mgr_service.h25 class MockBundleMgrService : public BundleMgrHost {
/ohos5.0/foundation/ability/form_fwk/test/mock/include/
H A Dmock_bundle_manager.h127 class MockBundleMgrService : public BundleMgrService {
/ohos5.0/base/notification/common_event_service/services/test/unittest/
H A Dcommon_event_unsubscribe_unit_test.cpp71 bundleObject = new MockBundleMgrService(); in SetUpTestCase()
H A Dcommon_event_publish_system_event_test.cpp60 bundleObject = new MockBundleMgrService(); in SetUpTestCase()
H A Dcommon_event_sticky_test.cpp79 bundleObject = new MockBundleMgrService(); in SetUpTestCase()
H A Dcommon_event_freeze_test.cpp256 bundleObject = new MockBundleMgrService(); in SetUpTestCase()
H A Dcommon_event_publish_ordered_event_unit_test.cpp86 bundleObject = new MockBundleMgrService(); in SetUpTestCase()
H A Dcommon_event_subscribe_unit_test.cpp606 bundleObject = new MockBundleMgrService(); in SetUpTestCase()
H A Dcommon_event_publish_permission_event_unit_test.cpp85 bundleObject = new MockBundleMgrService(); in SetUpTestCase()
H A Dcommon_event_dump_test.cpp298 bundleObject = new MockBundleMgrService(); in SetUpTestCase()
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_mgr_add_form_test/
H A Dfms_form_mgr_add_form_test.cpp155 mockBundleMgrService = new MockBundleMgrService(); in SetUpTestCase()
165 static sptr<MockBundleMgrService> mockBundleMgrService;
168 sptr<MockBundleMgrService> FmsFormMgrAddFormTestExt::mockBundleMgrService = nullptr;
/ohos5.0/base/notification/common_event_service/services/test/moduletest/common_event_services_publish_ordered_module_test/
H A Dcommon_event_services_publish_ordered_module_test.cpp45 static OHOS::sptr<OHOS::AppExecFwk::MockBundleMgrService> p_bundleObject = nullptr;
391 p_bundleObject = new OHOS::AppExecFwk::MockBundleMgrService(); in SetUpTestCase()
/ohos5.0/base/notification/common_event_service/services/test/moduletest/common_event_services_module_test/
H A Dcommon_event_services_module_test.cpp44 static OHOS::sptr<OHOS::AppExecFwk::MockBundleMgrService> bundleObject = nullptr;
84 bundleObject = new OHOS::AppExecFwk::MockBundleMgrService(); in SetUpTestCase()