Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/service/permission_helper/test/
H A Dpermission_helper_test.cpp293 * @tc.desc: Test CheckInterceptor
303 bool result1 = PER_HELPER->CheckInterceptor(); in HWTEST_F()
308 bool result2 = PER_HELPER->CheckInterceptor(); in HWTEST_F()
313 bool result3 = PER_HELPER->CheckInterceptor(); in HWTEST_F()
318 bool result4 = PER_HELPER->CheckInterceptor(); in HWTEST_F()
/foundation/multimodalinput/input/service/permission_helper/include/
H A Dpermission_helper.h41 bool CheckInterceptor();
/foundation/multimodalinput/input/service/connect_manager/test/
H A Dmessage_parcel_mock.h60 virtual bool CheckInterceptor() = 0;
107 MOCK_METHOD0(CheckInterceptor, bool());
H A Dmessage_parcel_mock.cpp258 bool PermissionHelper::CheckInterceptor() in CheckInterceptor() function in OHOS::PermissionHelper
263 return DfsMessageParcel::messageParcel->CheckInterceptor(); in CheckInterceptor()
H A Dmultimodal_input_connect_stub_ex_test.cpp2891 EXPECT_CALL(*messageParcelMock_, CheckInterceptor()).WillOnce(Return(false)); in HWTEST_F()
2912 EXPECT_CALL(*messageParcelMock_, CheckInterceptor()).WillOnce(Return(true)); in HWTEST_F()
3041 EXPECT_CALL(*messageParcelMock_, CheckInterceptor()).WillOnce(Return(false)); in HWTEST_F()
3062 EXPECT_CALL(*messageParcelMock_, CheckInterceptor()).WillOnce(Return(true)); in HWTEST_F()
/foundation/multimodalinput/input/service/permission_helper/src/
H A Dpermission_helper.cpp57 bool PermissionHelper::CheckInterceptor() in CheckInterceptor() function in OHOS::MMI::PermissionHelper
/foundation/multimodalinput/input/service/connect_manager/src/
H A Dmultimodal_input_connect_stub.cpp1225 if ((handlerType == InputHandlerType::INTERCEPTOR) && (!PER_HELPER->CheckInterceptor())) { in StubAddInputHandler()
1262 if ((handlerType == InputHandlerType::INTERCEPTOR) && (!PER_HELPER->CheckInterceptor())) { in StubRemoveInputHandler()

Completed in 60 milliseconds