Home
last modified time | relevance | path

Searched refs:CheckInterceptor (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/service/permission_helper/test/
H A Dpermission_helper_test.cpp265 bool result1 = PER_HELPER->CheckInterceptor();
270 bool result2 = PER_HELPER->CheckInterceptor();
275 bool result3 = PER_HELPER->CheckInterceptor();
280 bool result4 = PER_HELPER->CheckInterceptor();
/ohos5.0/foundation/multimodalinput/input/service/connect_manager/test/
H A Dmessage_parcel_mock.h59 virtual bool CheckInterceptor() = 0;
107 MOCK_METHOD0(CheckInterceptor, bool());
H A Dmessage_parcel_mock.cpp255 bool PermissionHelper::CheckInterceptor() in CheckInterceptor() function in OHOS::PermissionHelper
260 return DfsMessageParcel::messageParcel->CheckInterceptor(); in CheckInterceptor()
H A Dmultimodal_input_connect_stub_ex_test.cpp2775 EXPECT_CALL(*messageParcelMock_, CheckInterceptor()).WillOnce(Return(false));
2796 EXPECT_CALL(*messageParcelMock_, CheckInterceptor()).WillOnce(Return(true));
2925 EXPECT_CALL(*messageParcelMock_, CheckInterceptor()).WillOnce(Return(false));
2946 EXPECT_CALL(*messageParcelMock_, CheckInterceptor()).WillOnce(Return(true));
/ohos5.0/foundation/multimodalinput/input/service/permission_helper/include/
H A Dpermission_helper.h42 bool CheckInterceptor();
/ohos5.0/foundation/multimodalinput/input/service/permission_helper/src/
H A Dpermission_helper.cpp76 bool PermissionHelper::CheckInterceptor() in CheckInterceptor() function in OHOS::MMI::PermissionHelper
/ohos5.0/foundation/multimodalinput/input/service/connect_manager/src/
H A Dmultimodal_input_connect_stub.cpp1159 if ((handlerType == InputHandlerType::INTERCEPTOR) && (!PER_HELPER->CheckInterceptor())) { in StubAddInputHandler()
1198 if ((handlerType == InputHandlerType::INTERCEPTOR) && (!PER_HELPER->CheckInterceptor())) { in StubRemoveInputHandler()