/foundation/multimodalinput/input/service/filter/test/ |
H A D | mock.cpp | 20 std::shared_ptr<InputDevice> InputDeviceManager::GetInputDevice(int32_t deviceId, bool checked) const in GetInputDevice() function in OHOS::InputDeviceManager 25 return DfsMessageParcel::messageParcel->GetInputDevice(deviceId, checked); in GetInputDevice()
|
H A D | mock.h | 32 virtual std::shared_ptr<InputDevice> GetInputDevice(int32_t deviceId, bool checked) = 0; 40 MOCK_METHOD2(GetInputDevice, std::shared_ptr<InputDevice>(int32_t deviceId, bool checked));
|
H A D | event_filter_handler_ex_test.cpp | 78 EXPECT_CALL(*messageParcelMock_, GetInputDevice(_, _)).WillRepeatedly(Return(inputDevice)); in HWTEST_F() 103 EXPECT_CALL(*messageParcelMock_, GetInputDevice(_, _)).WillRepeatedly(Return(inputDevice)); in HWTEST_F() 128 EXPECT_CALL(*messageParcelMock_, GetInputDevice(_, _)).WillRepeatedly(Return(inputDevice)); in HWTEST_F() 154 EXPECT_CALL(*messageParcelMock_, GetInputDevice(_, _)).WillRepeatedly(Return(inputDevice)); in HWTEST_F()
|
/foundation/multimodalinput/input/service/interceptor/test/ |
H A D | mock.h | 31 virtual std::shared_ptr<InputDevice> GetInputDevice(int32_t deviceId, bool checked) = 0;
38 MOCK_METHOD2(GetInputDevice, std::shared_ptr<InputDevice>(int32_t deviceId, bool checked));
|
H A D | mock.cpp | 42 std::shared_ptr<InputDevice> InputDeviceManager::GetInputDevice(int32_t deviceId, bool checked) const
in GetInputDevice() function in OHOS::MMI::InputDeviceManager 47 return DfsMessageParcel::messageParcel->GetInputDevice(deviceId, checked);
in GetInputDevice()
|
H A D | event_interceptor_handler_ex_test.cpp | 68 EXPECT_CALL(*messageParcelMock_, GetInputDevice(_, _)).WillRepeatedly(Return(inputDevice));
in HWTEST_F() 96 EXPECT_CALL(*messageParcelMock_, GetInputDevice(_, _)).WillRepeatedly(Return(inputDevice));
in HWTEST_F() 125 EXPECT_CALL(*messageParcelMock_, GetInputDevice(_, _)).WillRepeatedly(Return(inputDevice));
in HWTEST_F() 154 EXPECT_CALL(*messageParcelMock_, GetInputDevice(_, _)).WillRepeatedly(Return(inputDevice));
in HWTEST_F() 182 EXPECT_CALL(*messageParcelMock_, GetInputDevice(_, _)).WillRepeatedly(Return(inputDevice));
in HWTEST_F() 210 EXPECT_CALL(*messageParcelMock_, GetInputDevice(_, _)).WillRepeatedly(Return(inputDevice));
in HWTEST_F() 239 EXPECT_CALL(*messageParcelMock_, GetInputDevice(_, _)).WillRepeatedly(Return(inputDevice));
in HWTEST_F() 269 EXPECT_CALL(*messageParcelMock_, GetInputDevice(_, _)).WillRepeatedly(Return(inputDevice));
in HWTEST_F() 299 EXPECT_CALL(*messageParcelMock_, GetInputDevice(_, _)).WillRepeatedly(Return(inputDevice));
in HWTEST_F()
|
/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/ |
H A D | time_lapse_photo_session.cpp | 40 auto inputDevice = GetInputDevice();
in GetMetadata() 49 auto inputDevice = GetInputDevice();
in GetMetadata() 186 auto inputDevice = GetInputDevice();
in IsTryAENeeded() 206 auto inputDevice = GetInputDevice();
in StartTryAE() 226 auto inputDevice = GetInputDevice();
in StopTryAE() 244 auto inputDevice = GetInputDevice();
in GetSupportedTimeLapseIntervalRange() 266 auto inputDevice = GetInputDevice();
in GetTimeLapseInterval() 288 auto inputDevice = GetInputDevice();
in SetTimeLapseInterval() 304 auto inputDevice = GetInputDevice();
in SetTimeLapseRecordState() 320 auto inputDevice = GetInputDevice();
in SetTimeLapsePreviewType() [all...] |
H A D | profession_session.cpp | 87 auto inputDevice = GetInputDevice(); in GetSupportedMeteringModes() 161 auto inputDevice = GetInputDevice(); in GetMeteringMode() 185 auto inputDevice = GetInputDevice(); in GetIsoRange() 233 auto inputDevice = GetInputDevice(); in SetISO() 260 auto inputDevice = GetInputDevice(); in GetISO() 284 auto inputDevice = GetInputDevice(); in IsManualIsoSupported() 306 auto inputDevice = GetInputDevice(); in GetSupportedFocusModes() 378 auto inputDevice = GetInputDevice(); in GetFocusMode() 403 auto inputDevice = GetInputDevice(); in GetSupportedExposureHintModes() 459 auto inputDevice = GetInputDevice(); in GetExposureHintMode() [all...] |
H A D | night_session.cpp | 36 auto inputDevice = GetInputDevice(); in GetExposureRange() 64 auto inputDevice = GetInputDevice(); in SetExposure() 90 auto inputDevice = GetInputDevice(); in GetExposure()
|
H A D | scan_session.cpp | 40 auto inputDevice = GetInputDevice();
in AddOutput() 71 auto inputDevice = GetInputDevice();
in IsBrightnessStatusSupported()
|
H A D | portrait_session.cpp | 47 auto inputDevice = GetInputDevice(); in GetSupportedPortraitEffects() 74 auto inputDevice = GetInputDevice(); in GetPortraitEffect()
|
H A D | capture_session.cpp | 344 auto inputDevice = GetInputDevice(); in CheckSpecSearch() 422 auto inputDevice = GetInputDevice(); in GetSessionFunctions() 465 auto inputDevice = GetInputDevice(); in CreateCameraAbilityContainer() 597 auto inputDevice = GetInputDevice(); in UpdateDeviceDeferredability() 634 auto inputDevice = GetInputDevice(); in FindTagId() 706 auto inputDevice = GetInputDevice(); in GetMaxSizePhotoProfile() 937 auto inputDevice = GetInputDevice(); in CanAddOutput() 1273 auto inputDevice = GetInputDevice(); in UpdateSetting() 1379 auto inputDevice = GetInputDevice(); in GetActiveVideoStabilizationMode() 1408 auto inputDevice = GetInputDevice(); in GetActiveVideoStabilizationMode() [all...] |
H A D | light_painting_session.cpp | 32 auto inputDevice = GetInputDevice();
in GetSupportedLightPaintings()
|
/foundation/multimodalinput/input/service/window_manager/test/ |
H A D | mock.h | 49 virtual std::shared_ptr<InputDevice> GetInputDevice(int32_t deviceId, bool checked) = 0; 67 MOCK_METHOD2(GetInputDevice, std::shared_ptr<InputDevice>(int32_t deviceId, bool checked));
|
/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/ |
H A D | video_output.cpp | 305 auto inputDevice = session->GetInputDevice(); in GetSupportedFrameRates() 349 auto inputDevice = session->GetInputDevice(); in IsMirrorSupported() 392 auto inputDevice = captureSession->GetInputDevice(); in IsTagSupported() 462 auto inputDevice = session->GetInputDevice(); in GetVideoRotation() 495 auto inputDevice = captureSession->GetInputDevice(); in IsAutoDeferredVideoEnhancementSupported() 516 auto inputDevice = captureSession->GetInputDevice(); in IsAutoDeferredVideoEnhancementEnabled() 539 auto inputDevice = captureSession->GetInputDevice(); in EnableAutoDeferredVideoEnhancement()
|
H A D | photo_output.cpp | 221 auto inputDevice = session->GetInputDevice(); in OnCaptureStarted() 477 auto inputDevice = session->GetInputDevice(); in SetThumbnail() 671 auto inputDevice = session->GetInputDevice(); in IsMirrorSupported() 725 auto inputDevice = session->GetInputDevice(); in IsQuickThumbnailSupported() 768 auto inputDevice = session->GetInputDevice(); in DeferImageDeliveryFor() 790 auto inputDevice = session->GetInputDevice(); in IsDeferredImageDeliverySupported() 813 auto inputDevice = session->GetInputDevice(); in IsDeferredImageDeliveryEnabled() 832 auto inputDevice = session->GetInputDevice(); in IsAutoHighQualityPhotoSupported() 863 auto inputDevice = session->GetInputDevice(); in EnableAutoHighQualityPhoto() 926 auto inputDevice = session->GetInputDevice(); in IsAutoCloudImageEnhancementSupported() [all...] |
H A D | metadata_output.cpp | 136 auto inputDevice = session->GetInputDevice(); in GetSupportedMetadataObjectTypes() 157 CHECK_ERROR_RETURN((session == nullptr) || (session->GetInputDevice() == nullptr)); in SetCapturingMetadataObjectTypes() 186 auto inputDevice = session->GetInputDevice(); in AddMetadataObjectTypes() 633 auto inputDevice = session->GetInputDevice(); in OnMetadataResult()
|
H A D | preview_output.cpp | 399 auto inputDevice = session->GetInputDevice(); in GetSupportedFrameRates() 459 auto inputDevice = session->GetInputDevice(); in GetDeviceMetadata() 656 auto inputDevice = session->GetInputDevice(); in GetPreviewRotation() 684 auto inputDevice = session->GetInputDevice(); in SetPreviewRotation()
|
/foundation/multimedia/camera_framework/test/fuzztest/timelapsephotosession_fuzzer/ |
H A D | time_lapse_photo_session_fuzzer.cpp | 143 auto meta = session->GetInputDevice()->GetCameraDeviceInfo()->GetMetadata();
in TestTimeLapsePhoto() 172 meta = session->GetInputDevice()->GetCameraDeviceInfo()->GetMetadata();
in TestManualExposure() 203 auto meta = session->GetInputDevice()->GetCameraDeviceInfo()->GetMetadata();
in TestManualIso() 242 auto meta = session->GetInputDevice()->GetCameraDeviceInfo()->GetMetadata();
in TestWhiteBalance() 413 auto meta = s->GetInputDevice()->GetCameraDeviceInfo()->GetMetadata();
in Test3()
|
/foundation/multimodalinput/input/service/filter/src/ |
H A D | event_filter_handler.cpp | 169 std::shared_ptr<InputDevice> inputDevice = INPUT_DEV_MGR->GetInputDevice(keyItems.front().GetDeviceId()); in HandleKeyEventFilter() 197 std::shared_ptr<InputDevice> inputDevice = INPUT_DEV_MGR->GetInputDevice(pointerItem.GetDeviceId()); in HandlePointerEventFilter()
|
/foundation/multimodalinput/input/uinput/ |
H A D | hdf_device_event_manager.cpp | 46 ret = inputInterface_->GetInputDevice(TOUCH_DEV_ID, iDevInfo_); in ConnectHDFInit()
|
/foundation/multimodalinput/input/frameworks/proxy/event_handler/include/ |
H A D | input_device_impl.h | 48 int32_t GetInputDevice(int32_t deviceId, FunInputDevInfo callback);
|
/foundation/multimodalinput/input/test/fuzztest/inputdevicemanager_fuzzer/ |
H A D | inputdevicemanager_fuzzer.cpp | 48 INPUT_DEV_MGR->GetInputDevice(deviceId, checked); in InputDeviceManagerFuzzTest()
|
/foundation/ability/ability_runtime/frameworks/native/ability/native/ |
H A D | resource_config_helper.cpp | 110 resConfig->GetColorMode(), resConfig->GetInputDevice()); in UpdateResConfig()
|
/foundation/multimodalinput/input/service/device_manager/include/ |
H A D | input_device_manager.h | 57 std::shared_ptr<InputDevice> GetInputDevice(int32_t deviceId, bool checked = true) const;
|