Searched refs:appDeathRecipientObject_ (Results 1 – 1 of 1) sorted by relevance
65 sptr<AppDeathRecipient> appDeathRecipientObject_; member in OHOS::AppExecFwk::AppDeathRecipientTest106 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);