Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/service/connect_manager/include/
H A Dmultimodal_input_connect_stub.h97 int32_t StubUnsubscribeKeyEvent(MessageParcel& data, MessageParcel& reply);
/foundation/multimodalinput/input/service/connect_manager/src/
H A Dmultimodal_input_connect_stub.cpp225 ret = StubUnsubscribeKeyEvent(data, reply); in OnRemoteRequest()
1383 int32_t MultimodalInputConnectStub::StubUnsubscribeKeyEvent(MessageParcel& data, MessageParcel& reply) in StubUnsubscribeKeyEvent() function in OHOS::MMI::MultimodalInputConnectStub
/foundation/multimodalinput/input/service/connect_manager/test/
H A Dmultimodal_input_connect_stub_test.cpp556 temp = stub->StubUnsubscribeKeyEvent(data, reply); in HWTEST_F()
1502 * @tc.desc: Test the function StubUnsubscribeKeyEvent
1512 int32_t ret = stub->StubUnsubscribeKeyEvent(data, reply); in HWTEST_F()
H A Dmultimodal_input_connect_stub_ex_test.cpp3313 * @tc.desc: Test the function StubUnsubscribeKeyEvent
3324 EXPECT_NO_FATAL_FAILURE(stub->StubUnsubscribeKeyEvent(data, reply)); in HWTEST_F()
3329 * @tc.desc: Test the function StubUnsubscribeKeyEvent
3343 EXPECT_NO_FATAL_FAILURE(stub->StubUnsubscribeKeyEvent(data, reply)); in HWTEST_F()
3348 * @tc.desc: Test the function StubUnsubscribeKeyEvent
3362 EXPECT_NO_FATAL_FAILURE(stub->StubUnsubscribeKeyEvent(data, reply)); in HWTEST_F()

Completed in 28 milliseconds