Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_router_proxy_mgr.cpp53 auto dealthRecipient = new (std::nothrow) FormRouterProxyMgr::ClientDeathRecipient(); in SetFormRouterProxy() local
54 if (dealthRecipient == nullptr) { in SetFormRouterProxy()
58 SetDeathRecipient(callerToken, dealthRecipient); in SetFormRouterProxy()
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_router_proxy_mgr_test/
H A Dfms_form_router_proxy_mgr_test.cpp74 auto dealthRecipient = new (std::nothrow) FormRouterProxyMgr::ClientDeathRecipient(); variable
75 formRouterProxyMgr.SetDeathRecipient(callerToken, dealthRecipient);