Home
last modified time | relevance | path

Searched refs:ClientDeathHandler (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/service/message_handle/src/
H A Dclient_death_handler.cpp24 ClientDeathHandler::ClientDeathHandler() {} in ClientDeathHandler() function in OHOS::MMI::ClientDeathHandler
26 ClientDeathHandler::~ClientDeathHandler() {} in ~ClientDeathHandler()
40 bool ClientDeathHandler::AddClientDeathCallback(CallBackType type, ClientDeathCallback callback) in AddClientDeathCallback()
55 bool ClientDeathHandler::UnregisterClientDeathRecipient(const wptr<IRemoteObject> &remoteObj) in UnregisterClientDeathRecipient()
63 void ClientDeathHandler::RemoveClientDeathCallback(CallBackType type) in RemoveClientDeathCallback()
70 void ClientDeathHandler::OnDeath(const wptr<IRemoteObject> &remoteObj) in OnDeath()
86 bool ClientDeathHandler::RegisterClientDeathRecipient(const sptr<IRemoteObject> &binderClientSrv) in RegisterClientDeathRecipient()
106 bool ClientDeathHandler::AddClientPid(const sptr<IRemoteObject> &binderClientSrv, int32_t pid) in AddClientPid()
119 void ClientDeathHandler::RemoveClientPid(int32_t pid) in RemoveClientPid()
133 int32_t ClientDeathHandler::FindClientPid(const sptr<IRemoteObject> &binderClientSrv) in FindClientPid()
[all …]
H A Dauthorize_helper.cpp63 void AuthorizeHelper::Init(ClientDeathHandler &clientDeathHandler) in Init()
/ohos5.0/foundation/multimodalinput/input/service/message_handle/test/
H A Dclient_death_handler_test.cpp68 ClientDeathHandler clientDeathHdl;
85 ClientDeathHandler clientDeathHdl;
106 ClientDeathHandler clientDeathHdl;
122 ClientDeathHandler clientDeathHdl;
139 ClientDeathHandler clientDeathHdl;
158 ClientDeathHandler clientDeathHdl;
178 ClientDeathHandler clientDeathHdl;
197 ClientDeathHandler clientDeathHdl;
214 ClientDeathHandler clientDeathHdl;
231 ClientDeathHandler clientDeathHdl;
/ohos5.0/foundation/multimodalinput/input/service/message_handle/include/
H A Dclient_death_handler.h36 class ClientDeathHandler final : RefBase {
38 ClientDeathHandler();
39 ~ClientDeathHandler();
40 DISALLOW_COPY_AND_MOVE(ClientDeathHandler);
H A Dauthorize_helper.h42 void Init(ClientDeathHandler& clientDeathHandler);
H A Dserver_msg_handler.h153 ClientDeathHandler clientDeathHandler_;