Searched refs:FormRenderDelegateRecipient (Results 1 – 3 of 3) sorted by relevance
102 class FormRenderDelegateRecipient : public IRemoteObject::DeathRecipient {105 … explicit FormRenderDelegateRecipient(RemoteDiedHandler handler) : handler_(std::move(handler)) {} in FormRenderDelegateRecipient() function107 ~FormRenderDelegateRecipient() override = default;
406 renderDelegateDeathRecipient_ = new FormRenderDelegateRecipient( in SetRenderDelegate()448 void FormRenderDelegateRecipient::OnRemoteDied(const wptr<IRemoteObject>& remote) in OnRemoteDied()
551 FormRenderDelegateRecipient::RemoteDiedHandler handler = [](){}; in __anonbf2bd1f30c02()552 auto formRenderDelegateRecipient = new FormRenderDelegateRecipient(handler);