Home
last modified time | relevance | path

Searched refs:hostImpl_ (Results 1 - 6 of 6) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dinstalld_service.cpp56 if (!Publish(hostImpl_)) { in OnStart()
81 hostImpl_ = new (std::nothrow) InstalldHostImpl(); in Init()
82 if (hostImpl_ == nullptr) { in Init()
113 if (!SystemAbilityHelper::AddSystemAbility(INSTALLD_SERVICE_ID, hostImpl_)) { in Start()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_service.cpp65 if (!Publish(hostImpl_)) { in OnStart()
90 hostImpl_ = new (std::nothrow) InstalldHostImpl(); in Init()
91 if (hostImpl_ == nullptr) { in Init()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/
H A Dinstalld_service.h74 sptr<InstalldHostImpl> hostImpl_; member in OHOS::AppExecFwk::InstalldService
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/include/
H A Dinstalld_service.h74 sptr<InstalldHostImpl> hostImpl_; member in OHOS::AppExecFwk::InstalldService
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/
H A Dbms_install_daemon_host_impl_test.cpp48 sptr<InstalldHostImpl> hostImpl_ = nullptr; member in OHOS::BmsInstallDaemonHostImplTest
72 if (hostImpl_ != nullptr) { in GetInstalldHostImpl()
73 return hostImpl_; in GetInstalldHostImpl()
75 hostImpl_ = new (std::nothrow) InstalldHostImpl(); in GetInstalldHostImpl()
76 if (hostImpl_ == nullptr || hostImpl_->AsObject() == nullptr) { in GetInstalldHostImpl()
79 return hostImpl_; in GetInstalldHostImpl()
H A Dbms_install_daemon_ipc_test.cpp47 sptr<InstalldHostImpl> hostImpl_ = nullptr; member in OHOS::BmsInstallDaemonIpcTest
72 if ((hostImpl_ != nullptr) && (installdProxy_ != nullptr)) { in GetInstallProxy()
75 hostImpl_ = new (std::nothrow) InstalldHostImpl(); in GetInstallProxy()
76 if (hostImpl_ == nullptr || hostImpl_->AsObject() == nullptr) { in GetInstallProxy()
79 installdProxy_ = new (std::nothrow) InstalldProxy(hostImpl_->AsObject()); in GetInstallProxy()

Completed in 6 milliseconds