Home
last modified time | relevance | path

Searched refs:MockBundleMgrHost (Results 1 - 11 of 11) sorted by relevance

/foundation/bundlemanager/bundle_tool/test/mock/
H A Dmock_bundle_mgr_host.cpp25 bool MockBundleMgrHost::DumpInfos( in DumpInfos()
39 ErrCode MockBundleMgrHost::CleanBundleCacheFiles(const std::string &bundleName, in CleanBundleCacheFiles()
48 bool MockBundleMgrHost::CleanBundleDataFiles(const std::string &bundleName, const int userId, const int appIndex) in CleanBundleDataFiles()
55 ErrCode MockBundleMgrHost::SetApplicationEnabled(const std::string &bundleName, bool isEnable, int32_t userId) in SetApplicationEnabled()
63 ErrCode MockBundleMgrHost::SetAbilityEnabled(const AbilityInfo &abilityInfo, bool isEnable, int32_t userId) in SetAbilityEnabled()
71 bool MockBundleMgrHost::GetBundleArchiveInfo(const std::string &hapFilePath, const BundleFlag flag, in GetBundleArchiveInfo()
H A Dmock_bundle_mgr_host.h26 class MockBundleMgrHost : public BundleMgrHost { class
/foundation/bundlemanager/bundle_tool/test/moduletest/bm/
H A Dbm_command_uninstall_module_test.cpp70 auto mgrHostPtr = sptr<IRemoteObject>(new (std::nothrow) MockBundleMgrHost()); in MakeMockObjects()
H A Dbm_command_install_module_test.cpp70 auto mgrHostPtr = sptr<IRemoteObject>(new (std::nothrow) MockBundleMgrHost()); in MakeMockObjects()
H A Dbm_command_dump_module_test.cpp70 auto mgrHostPtr = sptr<IRemoteObject>(new (std::nothrow) MockBundleMgrHost()); in MakeMockObjects()
/foundation/bundlemanager/bundle_tool/test/unittest/bm/
H A Dbm_command_dump_dependencies_test.cpp69 auto mgrHostPtr = sptr<IRemoteObject>(new (std::nothrow) MockBundleMgrHost()); in MakeMockObjects()
H A Dbm_command_overlay_test.cpp69 auto mgrHostPtr = sptr<IRemoteObject>(new (std::nothrow) MockBundleMgrHost()); in MakeMockObjects()
H A Dbm_command_dump_test.cpp71 auto mgrHostPtr = sptr<IRemoteObject>(new (std::nothrow) MockBundleMgrHost()); in MakeMockObjects()
H A Dbm_command_uninstall_test.cpp69 auto mgrHostPtr = sptr<IRemoteObject>(new (std::nothrow) MockBundleMgrHost()); in MakeMockObjects()
H A Dbm_command_install_test.cpp70 auto mgrHostPtr = sptr<IRemoteObject>(new (std::nothrow) MockBundleMgrHost()); in MakeMockObjects()
H A Dbm_command_test.cpp75 auto mgrHostPtr = sptr<IRemoteObject>(new (std::nothrow) MockBundleMgrHost()); in MakeMockObjects()

Completed in 13 milliseconds