Home
last modified time | relevance | path

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

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