Searched refs:StubAuthorize (Results 1 - 4 of 4) sorted by relevance
/foundation/multimodalinput/input/service/connect_manager/include/ |
H A D | multimodal_input_connect_stub.h | 140 int32_t StubAuthorize(MessageParcel& data, MessageParcel& reply);
|
/foundation/multimodalinput/input/service/connect_manager/test/ |
H A D | multimodal_input_connect_stub_test.cpp | 875 int32_t temp = stub->StubAuthorize(data, reply);
in HWTEST_F() 2206 * @tc.desc: Test the function StubAuthorize
2215 int32_t ret = stub->StubAuthorize(data, reply);
in HWTEST_F() 2626 * @tc.desc: Test the function StubAuthorize
2636 int32_t ret = stub->StubAuthorize(data, reply);
in HWTEST_F()
|
H A D | multimodal_input_connect_stub_ex_test.cpp | 4950 * @tc.desc: Test the function StubAuthorize 4962 EXPECT_NO_FATAL_FAILURE(stub->StubAuthorize(data, reply)); in HWTEST_F() 4967 * @tc.desc: Test the function StubAuthorize 4980 EXPECT_NO_FATAL_FAILURE(stub->StubAuthorize(data, reply)); in HWTEST_F() 4985 * @tc.desc: Test the function StubAuthorize 4999 EXPECT_NO_FATAL_FAILURE(stub->StubAuthorize(data, reply)); in HWTEST_F() 5004 * @tc.desc: Test the function StubAuthorize 5018 EXPECT_NO_FATAL_FAILURE(stub->StubAuthorize(data, reply)); in HWTEST_F()
|
/foundation/multimodalinput/input/service/connect_manager/src/ |
H A D | multimodal_input_connect_stub.cpp | 378 ret = StubAuthorize(data, reply); in OnRemoteRequest() 2362 int32_t MultimodalInputConnectStub::StubAuthorize(MessageParcel& data, MessageParcel& reply) in StubAuthorize() function in OHOS::MMI::MultimodalInputConnectStub
|
Completed in 20 milliseconds