Home
last modified time | relevance | path

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

/foundation/ability/form_fwk/interfaces/kits/native/include/
Dform_provider_caller.h110 class FormProviderCallerRecipient : public IRemoteObject::DeathRecipient {
113 FormProviderCallerRecipient(RemoteDiedHandler handler) : handler_(handler) {} in FormProviderCallerRecipient() function
114 ~FormProviderCallerRecipient() = default;
/foundation/ability/form_fwk/test/unittest/fms_form_caller_mgr_test/
Dform_caller_mgr_test.cpp376 std::shared_ptr<FormProviderCallerRecipient> formProviderCallerRecipient =
377 std::make_shared<FormProviderCallerRecipient>(nullptr);
399 FormProviderCallerRecipient formProviderCallerRecipient(func);
/foundation/ability/form_fwk/interfaces/kits/native/src/
Dform_provider_caller.cpp27 void FormProviderCallerRecipient::OnRemoteDied(const wptr<IRemoteObject> &__attribute__((unused)) r… in OnRemoteDied()
Dform_caller_mgr.cpp124 new (std::nothrow) FormProviderCallerRecipient([](const wptr<IRemoteObject> &remote) { in AddFormProviderCaller()
/foundation/ability/form_fwk/test/unittest/form_provider_caller_test/
Dform_provider_caller_test.cpp58 FormProviderCallerRecipient formProviderCallerRecipient(nullptr);