Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/service/message_handle/test/
H A Dauthorize_helper_test.cpp52 EXPECT_NO_FATAL_FAILURE(authorizeHelper.OnClientDeath(pid));
54 EXPECT_NO_FATAL_FAILURE(authorizeHelper.OnClientDeath(pid));
/ohos5.0/foundation/multimodalinput/input/service/message_handle/src/
H A Dauthorize_helper.cpp72 [&](int32_t pid) -> void { OnClientDeath(pid); }); in Init()
76 void AuthorizeHelper::OnClientDeath(int32_t pid) in OnClientDeath() function in OHOS::MMI::AuthorizeHelper
/ohos5.0/foundation/multimodalinput/input/service/message_handle/include/
H A Dauthorize_helper.h54 void OnClientDeath(int32_t pid);