Home
last modified time | relevance | path

Searched refs:renderDeathRecipient_ (Results 1 - 3 of 3) sorted by relevance

/foundation/ability/form_fwk/services/include/
H A Dform_render_mgr_inner.h126 sptr<IRemoteObject::DeathRecipient> renderDeathRecipient_ = nullptr; member in OHOS::AppExecFwk::FormRenderMgrInner
/foundation/ability/form_fwk/services/src/
H A Dform_render_mgr_inner.cpp478 if (renderDeathRecipient_ == nullptr) { in AddRenderDeathRecipient()
479 renderDeathRecipient_ = new (std::nothrow) FormRenderRecipient([this]() { in AddRenderDeathRecipient()
490 if (!remoteObject->AddDeathRecipient(renderDeathRecipient_)) { in AddRenderDeathRecipient()
/foundation/ability/form_fwk/test/unittest/fms_form_render_mgr_inner_test/
H A Dfms_form_render_mgr_inner_test.cpp784 * 2.renderDeathRecipient_ is nullptr
793 formRenderMgrInner->renderDeathRecipient_ = nullptr; in HWTEST_F()
802 * 2.renderDeathRecipient_ is not nullptr
811 formRenderMgrInner->renderDeathRecipient_ = nullptr; in HWTEST_F()
813 // set renderDeathRecipient_ is not nullptr in HWTEST_F()

Completed in 5 milliseconds