Home
last modified time | relevance | path

Searched refs:installerHostPtr (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_tool/test/moduletest/bm/
H A Dbm_command_dump_module_test.cpp75 auto installerHostPtr = sptr<IRemoteObject>(new (std::nothrow) MockBundleInstallerHost()); in MakeMockObjects() local
77 installerProxyPtr_ = iface_cast<IBundleInstaller>(installerHostPtr); in MakeMockObjects()
H A Dbm_command_install_module_test.cpp75 auto installerHostPtr = sptr<IRemoteObject>(new (std::nothrow) MockBundleInstallerHost()); in MakeMockObjects() local
77 installerProxyPtr_ = iface_cast<IBundleInstaller>(installerHostPtr); in MakeMockObjects()
H A Dbm_command_uninstall_module_test.cpp75 auto installerHostPtr = sptr<IRemoteObject>(new (std::nothrow) MockBundleInstallerHost()); in MakeMockObjects() local
77 installerProxyPtr_ = iface_cast<IBundleInstaller>(installerHostPtr); in MakeMockObjects()
/ohos5.0/foundation/bundlemanager/bundle_tool/test/unittest/bm/
H A Dbm_command_dump_dependencies_test.cpp74 auto installerHostPtr = sptr<IRemoteObject>(new (std::nothrow) MockBundleInstallerHost()); in MakeMockObjects() local
76 installerProxyPtr_ = iface_cast<IBundleInstaller>(installerHostPtr); in MakeMockObjects()
H A Dbm_command_overlay_test.cpp74 auto installerHostPtr = sptr<IRemoteObject>(new (std::nothrow) MockBundleInstallerHost()); in MakeMockObjects() local
76 installerProxyPtr_ = iface_cast<IBundleInstaller>(installerHostPtr); in MakeMockObjects()
H A Dbm_command_dump_test.cpp76 auto installerHostPtr = sptr<IRemoteObject>(new (std::nothrow) MockBundleInstallerHost()); in MakeMockObjects() local
78 installerProxyPtr_ = iface_cast<IBundleInstaller>(installerHostPtr); in MakeMockObjects()
H A Dbm_command_uninstall_test.cpp74 auto installerHostPtr = sptr<IRemoteObject>(new (std::nothrow) MockBundleInstallerHost()); in MakeMockObjects() local
76 installerProxyPtr_ = iface_cast<IBundleInstaller>(installerHostPtr); in MakeMockObjects()
H A Dbm_command_install_test.cpp75 auto installerHostPtr = sptr<IRemoteObject>(new (std::nothrow) MockBundleInstallerHost()); in MakeMockObjects() local
77 installerProxyPtr_ = iface_cast<IBundleInstaller>(installerHostPtr); in MakeMockObjects()
H A Dbm_command_test.cpp80 auto installerHostPtr = sptr<IRemoteObject>(new (std::nothrow) MockBundleInstallerHost()); in MakeMockObjects() local
82 installerProxyPtr_ = iface_cast<IBundleInstaller>(installerHostPtr); in MakeMockObjects()