Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_app_death_recipient_test/
H A Dams_app_death_recipient_test.cpp65 sptr<AppDeathRecipient> appDeathRecipientObject_; member in OHOS::AppExecFwk::AppDeathRecipientTest
106 appDeathRecipientObject_ = new (std::nothrow) AppDeathRecipient(); in SetUp()
202 appDeathRecipientObject_->SetTaskHandler(handler_);
203 EXPECT_TRUE(appDeathRecipientObject_->handler_.lock() != nullptr);
205 appDeathRecipientObject_->SetAppMgrServiceInner(appMgrServiceInner_);
206 EXPECT_TRUE(appDeathRecipientObject_->appMgrServiceInner_.lock() != nullptr);
222 appDeathRecipientObject_->SetTaskHandler(handler_);
223 appDeathRecipientObject_->SetAppMgrServiceInner(appMgrServiceInner_);
225 appDeathRecipientObject_->OnRemoteDied(remote);
226 EXPECT_TRUE(appDeathRecipientObject_ != nullptr);