Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/service/connect_manager/include/
H A Dinput_binder_client_death_recipient.h24 class InputBinderClientDeathRecipient final : public IRemoteObject::DeathRecipient {
26 explicit InputBinderClientDeathRecipient(
28 DISALLOW_COPY_AND_MOVE(InputBinderClientDeathRecipient);
29 ~InputBinderClientDeathRecipient() override = default;
/ohos5.0/foundation/multimodalinput/input/service/connect_manager/src/
H A Dinput_binder_client_death_recipient.cpp27 InputBinderClientDeathRecipient::InputBinderClientDeathRecipient( in InputBinderClientDeathRecipient() function in OHOS::MMI::InputBinderClientDeathRecipient
31 void InputBinderClientDeathRecipient::OnRemoteDied(const OHOS::wptr<OHOS::IRemoteObject> &object) in OnRemoteDied()
/ohos5.0/foundation/multimodalinput/input/service/message_handle/include/
H A Dclient_death_handler.h58 sptr<InputBinderClientDeathRecipient> deathRecipient_ = nullptr;
/ohos5.0/foundation/multimodalinput/input/service/message_handle/src/
H A Dclient_death_handler.cpp96 deathRecipient_ = new (std::nothrow) InputBinderClientDeathRecipient(deathCallback); in RegisterClientDeathRecipient()
/ohos5.0/foundation/multimodalinput/input/service/message_handle/test/
H A Dclient_death_handler_test.cpp93 …clientDeathHdl.deathRecipient_ = new (std::nothrow) InputBinderClientDeathRecipient(deathCallback);