Home
last modified time | relevance | path

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

/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
/foundation/multimodalinput/input/service/message_handle/include/
H A Dclient_death_handler.h48 bool AddClientPid(const sptr<IRemoteObject> &binderClientSrv, int32_t pid);
/foundation/multimodalinput/input/service/message_handle/test/
H A Dclient_death_handler_test.cpp132 * @tc.desc: Test AddClientPid
143 EXPECT_TRUE(clientDeathHdl.AddClientPid(remote, pid)); in HWTEST_F()
146 EXPECT_TRUE(clientDeathHdl.AddClientPid(remote, pid)); in HWTEST_F()

Completed in 2 milliseconds