Home
last modified time | relevance | path

Searched refs:AddClientPid (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/service/message_handle/src/
H A Dclient_death_handler.cpp34 if (!AddClientPid(binderClientSrv, pid)) { in RegisterClientDeathRecipient()
106 bool ClientDeathHandler::AddClientPid(const sptr<IRemoteObject> &binderClientSrv, int32_t pid) in AddClientPid() function in OHOS::MMI::ClientDeathHandler
/ohos5.0/foundation/multimodalinput/input/service/message_handle/test/
H A Dclient_death_handler_test.cpp143 EXPECT_TRUE(clientDeathHdl.AddClientPid(remote, pid));
146 EXPECT_TRUE(clientDeathHdl.AddClientPid(remote, pid));
/ohos5.0/foundation/multimodalinput/input/service/message_handle/include/
H A Dclient_death_handler.h48 bool AddClientPid(const sptr<IRemoteObject> &binderClientSrv, int32_t pid);