Home
last modified time | relevance | path

Searched refs:GetModuleType (Results 1 - 9 of 9) sorted by relevance

/foundation/multimodalinput/input/util/socket/include/
H A Duds_session.h55 int32_t GetModuleType() const in GetModuleType() function in OHOS::MMI::UDSSession
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/input/
H A Dcamera_device.h198 uint32_t GetModuleType();
/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/
H A Dcamera_device.cpp221 uint32_t CameraDevice::GetModuleType() in GetModuleType() function in OHOS::CameraStandard::CameraDevice
/foundation/multimedia/camera_framework/test/fuzztest/cameradevice_fuzzer/
H A Dcamera_device_fuzzer.cpp296 camera->GetModuleType(); in Test3()
/foundation/multimedia/camera_framework/test/fuzztest/capturesession_fuzzer/
H A Dcapture_session_fuzzer.cpp342 session->GetModuleType(moduleType); in TestAperture()
/foundation/multimodalinput/input/service/dfx/src/
H A Ddfx_hisysevent.cpp185 "MODULE_TYPE", secPtr->GetModuleType(), in OnClientDisconnect()
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/session/
H A Dcapture_session.h1327 int32_t GetModuleType(uint32_t &moduleType);
/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/
H A Dcamera_framework_moduletest.cpp10760 intResult = session_->GetModuleType(moduleType); in HWTEST_F()
10763 uint32_t cam0ModuleType = cameras_[0]->GetModuleType(); in HWTEST_F()
/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H A Dcapture_session.cpp4805 int32_t CaptureSession::GetModuleType(uint32_t &moduleType) in GetModuleType() function in OHOS::CameraStandard::CaptureSession
4807 MEDIA_INFO_LOG("CaptureSession::GetModuleType"); in GetModuleType()
4809 "CaptureSession::GetModuleType fail due to Session is not Commited"); in GetModuleType()
4812 "CaptureSession::GetModuleType fail due to camera device is null"); in GetModuleType()
4815 "CaptureSession::GetModuleType fail due to camera deviceInfo is null"); in GetModuleType()
4820 "CaptureSession::GetModuleType Failed with return code %{public}d", ret); in GetModuleType()

Completed in 35 milliseconds