Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/service/message_handle/test/
H A Dclient_death_handler_test.cpp68 ClientDeathHandler clientDeathHdl; in HWTEST_F() local
72 clientDeathHdl.clientPidMap_.insert(std::make_pair(pid, remote)); in HWTEST_F()
73 EXPECT_FALSE(clientDeathHdl.RegisterClientDeathRecipient(remote, pid)); in HWTEST_F()
85 ClientDeathHandler clientDeathHdl; in HWTEST_F() local
89 clientDeathHdl.clientPidMap_.insert(std::make_pair(pid, remote)); in HWTEST_F()
93 clientDeathHdl.deathRecipient_ = new (std::nothrow) InputBinderClientDeathRecipient(deathCallback); in HWTEST_F()
94 EXPECT_TRUE(clientDeathHdl.RegisterClientDeathRecipient(remote, pid)); in HWTEST_F()
106 ClientDeathHandler clientDeathHdl; in HWTEST_F() local
109 clientDeathHdl.deathCallbacks_.insert(std::make_pair(type, callback)); in HWTEST_F()
110 EXPECT_FALSE(clientDeathHdl in HWTEST_F()
122 ClientDeathHandler clientDeathHdl; HWTEST_F() local
139 ClientDeathHandler clientDeathHdl; HWTEST_F() local
158 ClientDeathHandler clientDeathHdl; HWTEST_F() local
178 ClientDeathHandler clientDeathHdl; HWTEST_F() local
197 ClientDeathHandler clientDeathHdl; HWTEST_F() local
214 ClientDeathHandler clientDeathHdl; HWTEST_F() local
231 ClientDeathHandler clientDeathHdl; HWTEST_F() local
[all...]

Completed in 1 milliseconds