Home
last modified time | relevance | path

Searched refs:MockBundleMgrProxy (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_bms_helper_test/
H A Dfms_form_bms_helper_test.cpp76 class MockBundleMgrProxy : public IRemoteProxy<IBundleMgr> { class
80 virtual ~MockBundleMgrProxy() in ~MockBundleMgrProxy()
192 const sptr<IBundleMgr> bundleManager = new (std::nothrow) MockBundleMgrProxy(impl);
208 const sptr<IBundleMgr> bundleManager = new (std::nothrow) MockBundleMgrProxy(impl);
227 const sptr<IBundleMgr> bundleManager = new (std::nothrow) MockBundleMgrProxy(impl);
246 const sptr<IBundleMgr> bundleManager = new (std::nothrow) MockBundleMgrProxy(impl);
488 const sptr<MockBundleMgrProxy> bundleManager = new (std::nothrow) MockBundleMgrProxy(impl);
509 const sptr<MockBundleMgrProxy> bundleManager = new (std::nothrow) MockBundleMgrProxy(impl);
529 const sptr<MockBundleMgrProxy> bundleManager = new (std::nothrow) MockBundleMgrProxy(impl);
547 sptr<MockBundleMgrProxy> bundleManager = new (std::nothrow) MockBundleMgrProxy(impl);
[all …]
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_mgr_adapter_test/
H A Dfms_form_mgr_adapter_test2.cpp117 …sptr<MockBundleMgrProxy> bmsProxy = new (std::nothrow) MockBundleMgrProxy(new (std::nothrow) MockB…
470 …sptr<MockBundleMgrProxy> bmsProxy = new (std::nothrow) MockBundleMgrProxy(new (std::nothrow) MockB…
498 …sptr<MockBundleMgrProxy> bmsProxy = new (std::nothrow) MockBundleMgrProxy(new (std::nothrow) MockB…
696 …sptr<MockBundleMgrProxy> bmsProxy = new (std::nothrow) MockBundleMgrProxy(new (std::nothrow) MockB…
720 …sptr<MockBundleMgrProxy> bmsProxy = new (std::nothrow) MockBundleMgrProxy(new (std::nothrow) MockB…
1291 …sptr<MockBundleMgrProxy> bmsProxy = new (std::nothrow) MockBundleMgrProxy(new (std::nothrow) MockB…
1317 …sptr<MockBundleMgrProxy> bmsProxy = new (std::nothrow) MockBundleMgrProxy(new (std::nothrow) MockB…
1345 …sptr<MockBundleMgrProxy> bmsProxy = new (std::nothrow) MockBundleMgrProxy(new (std::nothrow) MockB…
1412 …sptr<MockBundleMgrProxy> bmsProxy = new (std::nothrow) MockBundleMgrProxy(new (std::nothrow) MockB…
1435 …sptr<MockBundleMgrProxy> bmsProxy = new (std::nothrow) MockBundleMgrProxy(new (std::nothrow) MockB…
[all …]
H A Dfms_form_mgr_adapter_test.cpp968 …sptr<MockBundleMgrProxy> bmsProxy = new (std::nothrow) MockBundleMgrProxy(new (std::nothrow) MockB…
1737 …sptr<MockBundleMgrProxy> bmsProxy = new (std::nothrow) MockBundleMgrProxy(new (std::nothrow) MockB…
1779 …sptr<MockBundleMgrProxy> bmsProxy = new (std::nothrow) MockBundleMgrProxy(new (std::nothrow) MockB…
1822 …sptr<MockBundleMgrProxy> bmsProxy = new (std::nothrow) MockBundleMgrProxy(new (std::nothrow) MockB…
/ohos5.0/foundation/ability/form_fwk/test/mock/include/
H A Dmock_bundle_mgr.h41 class MockBundleMgrProxy : public BundleMgrProxy {
43 explicit MockBundleMgrProxy(const sptr<IRemoteObject> &impl) : BundleMgrProxy(impl) {}; in MockBundleMgrProxy() function
44 virtual ~MockBundleMgrProxy() = default;
/ohos5.0/foundation/ability/form_fwk/test/unittest/form_info_mgr_test/
H A Dform_info_mgr_test.cpp127 …sptr<MockBundleMgrProxy> bmsProxy = new (std::nothrow) MockBundleMgrProxy(new (std::nothrow) MockB…
231 …sptr<MockBundleMgrProxy> bmsProxy = new (std::nothrow) MockBundleMgrProxy(new (std::nothrow) MockB…
268 …sptr<MockBundleMgrProxy> bmsProxy = new (std::nothrow) MockBundleMgrProxy(new (std::nothrow) MockB…
297 …sptr<MockBundleMgrProxy> bmsProxy = new (std::nothrow) MockBundleMgrProxy(new (std::nothrow) MockB…
483 …sptr<MockBundleMgrProxy> bmsProxy = new (std::nothrow) MockBundleMgrProxy(new (std::nothrow) MockB…
799 …sptr<MockBundleMgrProxy> bmsProxy = new (std::nothrow) MockBundleMgrProxy(new (std::nothrow) MockB…
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_mgr_service_test/
H A Dfms_form_mgr_service_test2.cpp66 class MockBundleMgrProxy : public IRemoteProxy<IBundleMgr> { class
68 explicit MockBundleMgrProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<IBundleMgr>(impl) in MockBundleMgrProxy() function in __anonb194acf80110::MockBundleMgrProxy
70 virtual ~MockBundleMgrProxy() in ~MockBundleMgrProxy()
629 const sptr<IBundleMgr> bundleManager = new (std::nothrow) MockBundleMgrProxy(impl);
647 const sptr<IBundleMgr> bundleManager = new (std::nothrow) MockBundleMgrProxy(impl);
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_event_util_test/
H A Dfms_form_event_util_test.cpp1108 …sptr<MockBundleMgrProxy> bmsProxy = new (std::nothrow) MockBundleMgrProxy(new (std::nothrow) MockB…