Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dinstalld_client.cpp228 if ((installdProxy_ != nullptr) && (installdProxy_->AsObject() != nullptr)) { in ResetInstalldProxy()
229 installdProxy_->AsObject()->RemoveDeathRecipient(recipient_); in ResetInstalldProxy()
232 installdProxy_ = nullptr; in ResetInstalldProxy()
274 if (installdProxy_ != nullptr) { in GetInstalldProxy()
276 return installdProxy_; in GetInstalldProxy()
284 if ((installdProxy_ == nullptr) || (installdProxy_->AsObject() == nullptr)) { in GetInstalldProxy()
294 installdProxy_->AsObject()->AddDeathRecipient(recipient_); in GetInstalldProxy()
295 return installdProxy_; in GetInstalldProxy()
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dinstalld_client.cpp213 if ((installdProxy_ != nullptr) && (installdProxy_->AsObject() != nullptr)) { in ResetInstalldProxy()
214 installdProxy_->AsObject()->RemoveDeathRecipient(recipient_); in ResetInstalldProxy()
216 installdProxy_ = nullptr; in ResetInstalldProxy()
222 if (installdProxy_ == nullptr) { in GetInstalldProxy()
235 installdProxy_ = tempProxy; in GetInstalldProxy()
237 return installdProxy_; in GetInstalldProxy()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/
H A Dbms_install_daemon_ipc_test.cpp48 sptr<InstalldProxy> installdProxy_ = nullptr; member in OHOS::BmsInstallDaemonIpcTest
72 if ((hostImpl_ != nullptr) && (installdProxy_ != nullptr)) { in GetInstallProxy()
73 return installdProxy_; in GetInstallProxy()
79 installdProxy_ = new (std::nothrow) InstalldProxy(hostImpl_->AsObject()); in GetInstallProxy()
80 if (installdProxy_ == nullptr) { in GetInstallProxy()
83 return installdProxy_; in GetInstallProxy()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_aot_test/
H A Dbms_data_aot_test.cpp1500 EXPECT_NE(AppExecFwk::InstalldClient::GetInstance()->installdProxy_, nullptr); in HWTEST_F()
1643 InstalldClient::GetInstance()->installdProxy_ = new (std::nothrow) MockInstalldProxy(nullptr); in HWTEST_F()
1656 InstalldClient::GetInstance()->installdProxy_ = new (std::nothrow) MockInstalldProxy(nullptr); in HWTEST_F()
1661 InstalldClient::GetInstance()->installdProxy_ = nullptr; in HWTEST_F()
1762 InstalldClient::GetInstance()->installdProxy_ = new (std::nothrow) MockInstalldProxy(nullptr); in HWTEST_F()
1781 InstalldClient::GetInstance()->installdProxy_ = new (std::nothrow) MockInstalldProxy(nullptr); in HWTEST_F()
1800 InstalldClient::GetInstance()->installdProxy_ = new (std::nothrow) MockInstalldProxy(nullptr); in HWTEST_F()
1803 InstalldClient::GetInstance()->installdProxy_ = nullptr; in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinstalld_client.h271 sptr<IInstalld> installdProxy_; member in OHOS::AppExecFwk::InstalldClient
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_installd_client_test/
H A Dbms_installd_client_test.cpp728 EXPECT_EQ(installClient_->installdProxy_, nullptr); in HWTEST_F()

Completed in 12 milliseconds