Home
last modified time | relevance | path

Searched defs:isSupported (Results 1 – 25 of 102) sorted by relevance

12345

/ohos5.0/foundation/ai/neural_network_runtime/test/fuzztest/
H A Dnnrt_device_impl.h60 int32_t IsFloat16PrecisionSupported(bool& isSupported) in IsFloat16PrecisionSupported()
66 int32_t IsPerformanceModeSupported(bool& isSupported) in IsPerformanceModeSupported()
72 int32_t IsPrioritySupported(bool& isSupported) in IsPrioritySupported()
78 int32_t IsDynamicInputSupported(bool& isSupported) in IsDynamicInputSupported()
97 int32_t IsModelCacheSupported(bool& isSupported) in IsModelCacheSupported()
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/common/v1_0/
H A Dcompilation_mock_idevice.cpp25 OH_NN_ReturnCode HDIDeviceV1_0::IsModelCacheSupported(bool& isSupported) in IsModelCacheSupported()
69 OH_NN_ReturnCode HDIDeviceV1_0::IsDynamicInputSupported(bool& isSupported) in IsDynamicInputSupported()
87 OH_NN_ReturnCode HDIDeviceV1_0::IsPerformanceModeSupported(bool& isSupported) in IsPerformanceModeSupported()
105 OH_NN_ReturnCode HDIDeviceV1_0::IsPrioritySupported(bool& isSupported) in IsPrioritySupported()
123 OH_NN_ReturnCode HDIDeviceV1_0::IsFloat16PrecisionSupported(bool& isSupported) in IsFloat16PrecisionSupported()
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/common/v2_0/
H A Dcompilation_mock_idevice.cpp25 OH_NN_ReturnCode HDIDeviceV2_0::IsModelCacheSupported(bool& isSupported) in IsModelCacheSupported()
69 OH_NN_ReturnCode HDIDeviceV2_0::IsDynamicInputSupported(bool& isSupported) in IsDynamicInputSupported()
87 OH_NN_ReturnCode HDIDeviceV2_0::IsPerformanceModeSupported(bool& isSupported) in IsPerformanceModeSupported()
105 OH_NN_ReturnCode HDIDeviceV2_0::IsPrioritySupported(bool& isSupported) in IsPrioritySupported()
123 OH_NN_ReturnCode HDIDeviceV2_0::IsFloat16PrecisionSupported(bool& isSupported) in IsFloat16PrecisionSupported()
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/
H A Dprotocol_task_main_mock.c38 void SetPakeV1Supported(bool isSupported) in SetPakeV1Supported()
67 void SetIsoSupported(bool isSupported) in SetIsoSupported()
96 void SetSessionV2Supported(bool isSupported) in SetSessionV2Supported()
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/device_registrar/
H A Ddevice_registrar_test.cpp116 OH_NN_ReturnCode IsFloat16PrecisionSupported(bool& isSupported) override in IsFloat16PrecisionSupported()
120 OH_NN_ReturnCode IsPerformanceModeSupported(bool& isSupported) override in IsPerformanceModeSupported()
124 OH_NN_ReturnCode IsPrioritySupported(bool& isSupported) override in IsPrioritySupported()
128 OH_NN_ReturnCode IsDynamicInputSupported(bool& isSupported) override in IsDynamicInputSupported()
132 OH_NN_ReturnCode IsModelCacheSupported(bool& isSupported) override in IsModelCacheSupported()
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/device_registrar/
H A Ddevice_registrar_test.cpp116 OH_NN_ReturnCode IsFloat16PrecisionSupported(bool& isSupported) override in IsFloat16PrecisionSupported()
120 OH_NN_ReturnCode IsPerformanceModeSupported(bool& isSupported) override in IsPerformanceModeSupported()
124 OH_NN_ReturnCode IsPrioritySupported(bool& isSupported) override in IsPrioritySupported()
128 OH_NN_ReturnCode IsDynamicInputSupported(bool& isSupported) override in IsDynamicInputSupported()
132 OH_NN_ReturnCode IsModelCacheSupported(bool& isSupported) override in IsModelCacheSupported()
/ohos5.0/foundation/ai/neural_network_runtime/example/drivers/nnrt/v1_0/hdi_cpu_service/src/
H A Dnnrt_device_service.cpp81 int32_t NnrtDeviceService::IsFloat16PrecisionSupported(bool& isSupported) in IsFloat16PrecisionSupported()
87 int32_t NnrtDeviceService::IsPerformanceModeSupported(bool& isSupported) in IsPerformanceModeSupported()
93 int32_t NnrtDeviceService::IsPrioritySupported(bool& isSupported) in IsPrioritySupported()
99 int32_t NnrtDeviceService::IsDynamicInputSupported(bool& isSupported) in IsDynamicInputSupported()
143 int32_t NnrtDeviceService::IsModelCacheSupported(bool& isSupported) in IsModelCacheSupported()
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dhdi_device_v1_0.cpp190 OH_NN_ReturnCode HDIDeviceV1_0::IsFloat16PrecisionSupported(bool& isSupported) in IsFloat16PrecisionSupported()
200 OH_NN_ReturnCode HDIDeviceV1_0::IsPerformanceModeSupported(bool& isSupported) in IsPerformanceModeSupported()
210 OH_NN_ReturnCode HDIDeviceV1_0::IsPrioritySupported(bool& isSupported) in IsPrioritySupported()
220 OH_NN_ReturnCode HDIDeviceV1_0::IsDynamicInputSupported(bool& isSupported) in IsDynamicInputSupported()
230 OH_NN_ReturnCode HDIDeviceV1_0::IsModelCacheSupported(bool& isSupported) in IsModelCacheSupported()
H A Dhdi_device_v2_0.cpp239 OH_NN_ReturnCode HDIDeviceV2_0::IsFloat16PrecisionSupported(bool& isSupported) in IsFloat16PrecisionSupported()
248 OH_NN_ReturnCode HDIDeviceV2_0::IsPerformanceModeSupported(bool& isSupported) in IsPerformanceModeSupported()
257 OH_NN_ReturnCode HDIDeviceV2_0::IsPrioritySupported(bool& isSupported) in IsPrioritySupported()
266 OH_NN_ReturnCode HDIDeviceV2_0::IsDynamicInputSupported(bool& isSupported) in IsDynamicInputSupported()
275 OH_NN_ReturnCode HDIDeviceV2_0::IsModelCacheSupported(bool& isSupported) in IsModelCacheSupported()
H A Dhdi_device_v2_1.cpp234 OH_NN_ReturnCode HDIDeviceV2_1::IsFloat16PrecisionSupported(bool& isSupported) in IsFloat16PrecisionSupported()
243 OH_NN_ReturnCode HDIDeviceV2_1::IsPerformanceModeSupported(bool& isSupported) in IsPerformanceModeSupported()
252 OH_NN_ReturnCode HDIDeviceV2_1::IsPrioritySupported(bool& isSupported) in IsPrioritySupported()
261 OH_NN_ReturnCode HDIDeviceV2_1::IsDynamicInputSupported(bool& isSupported) in IsDynamicInputSupported()
270 OH_NN_ReturnCode HDIDeviceV2_1::IsModelCacheSupported(bool& isSupported) in IsModelCacheSupported()
/ohos5.0/foundation/communication/nfc/interfaces/inner_api/tags/
H A Disodep_tag.cpp55 int IsoDepTag::IsExtendedApduSupported(bool &isSupported) in IsExtendedApduSupported()
/ohos5.0/foundation/ai/neural_network_runtime/example/drivers/nnrt/v2_0/hdi_cpu_service/src/
H A Dnnrt_device_service.cpp82 int32_t NnrtDeviceService::IsFloat16PrecisionSupported(bool& isSupported) in IsFloat16PrecisionSupported()
88 int32_t NnrtDeviceService::IsPerformanceModeSupported(bool& isSupported) in IsPerformanceModeSupported()
94 int32_t NnrtDeviceService::IsPrioritySupported(bool& isSupported) in IsPrioritySupported()
100 int32_t NnrtDeviceService::IsDynamicInputSupported(bool& isSupported) in IsDynamicInputSupported()
165 int32_t NnrtDeviceService::IsModelCacheSupported(bool& isSupported) in IsModelCacheSupported()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_audio_manager.cpp74 …udioManager::impl::IsWearDetectionSupported(const BluetoothRemoteDevice &device, bool &isSupported) in IsWearDetectionSupported()
120 …toothAudioManager::IsWearDetectionSupported(const BluetoothRemoteDevice &device, bool &isSupported) in IsWearDetectionSupported()
/ohos5.0/base/telephony/sms_mms/services/sms/
H A Dsms_dump_helper.cpp88 bool isSupported = false; in ShowSmsInfo() local
/ohos5.0/base/powermgr/power_manager/frameworks/napi/runninglock/
H A Drunninglock_interface.h37 bool isSupported = false; member
/ohos5.0/drivers/peripheral/clearplay/hdi_service/src/
H A Dmedia_key_system_factory_service.cpp51 ContentProtectionLevel level, bool &isSupported) in IsMediaKeySystemSupported()
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/hdi_device/
H A Dhdi_device_test.cpp573 bool isSupported = false; variable
591 bool isSupported = false; variable
609 bool isSupported = false; variable
631 bool isSupported = false; variable
649 bool isSupported = false; variable
671 bool isSupported = false; variable
689 bool isSupported = false; variable
711 bool isSupported = false; variable
729 bool isSupported = false; variable
751 bool isSupported = false; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/
H A Dhdilayerinfo_test.cpp540 bool isSupported = HdiLayerInfoTest::hdiLayerInfo_->IsSupportedPresentTimestamp(); variable
556 bool isSupported = HdiLayerInfoTest::hdiLayerInfo_->IsSupportedPresentTimestamp(); variable
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/hdi_device/
H A Dhdi_device_test.cpp715 bool isSupported = false; variable
733 bool isSupported = false; variable
751 bool isSupported = false; variable
773 bool isSupported = false; variable
791 bool isSupported = false; variable
813 bool isSupported = false; variable
831 bool isSupported = false; variable
853 bool isSupported = false; variable
871 bool isSupported = false; variable
893 bool isSupported = false; variable
[all …]
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/
H A Dfunc_test.cpp745 bool isSupported = OH_AVCapability_IsEncoderBitrateModeSupported(nullptr, BITRATE_MODE_CBR); variable
768 bool isSupported = OH_AVCapability_IsEncoderBitrateModeSupported(capability, BITRATE_MODE_CBR); variable
793 bool isSupported = OH_AVCapability_IsEncoderBitrateModeSupported(capability, BITRATE_MODE_VBR); variable
818 bool isSupported = OH_AVCapability_IsEncoderBitrateModeSupported(capa, BITRATE_MODE_CQ); variable
823 bool isSupported = OH_AVCapability_IsEncoderBitrateModeSupported(capa, BITRATE_MODE_CQ); variable
1879 bool isSupported = OH_AVCapability_IsEncoderBitrateModeSupported(capability, BITRATE_MODE_VBR); variable
1904 bool isSupported = OH_AVCapability_IsEncoderBitrateModeSupported(capa, BITRATE_MODE_CQ); variable
1909 bool isSupported = OH_AVCapability_IsEncoderBitrateModeSupported(capa, BITRATE_MODE_CQ); variable
/ohos5.0/foundation/communication/nfc/test/fuzztest/tags_test/isodeptag/isodeptag_fuzzer/
H A Disodeptag_fuzzer.cpp83 bool isSupported = (static_cast<int>(data[0]) % 2) == 1; in FuzzIsExtendedApduSupported() local
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/
H A Dcapture_session.cpp53 …de OH_CaptureSession_IsAutoDeviceSwitchSupported(Camera_CaptureSession* session, bool* isSupported) in OH_CaptureSession_IsAutoDeviceSwitchSupported()
229 Camera_VideoStabilizationMode mode, bool* isSupported) in OH_CaptureSession_IsVideoStabilizationModeSupported()
298 Camera_FocusMode focusMode, bool* isSupported) in OH_CaptureSession_IsFocusModeSupported()
404 Camera_FlashMode flashMode, bool* isSupported) in OH_CaptureSession_IsFlashModeSupported()
435 Camera_ExposureMode exposureMode, bool* isSupported) in OH_CaptureSession_IsExposureModeSupported()
H A Dphoto_output.cpp320 …mera_ErrorCode OH_PhotoOutput_IsMirrorSupported(Camera_PhotoOutput* photoOutput, bool* isSupported) in OH_PhotoOutput_IsMirrorSupported()
388 …ErrorCode OH_PhotoOutput_IsMovingPhotoSupported(Camera_PhotoOutput* photoOutput, bool* isSupported) in OH_PhotoOutput_IsMovingPhotoSupported()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/
H A Dphoto_output_impl.cpp330 Camera_ErrorCode Camera_PhotoOutput::IsMirrorSupported(bool* isSupported) in IsMirrorSupported()
389 Camera_ErrorCode Camera_PhotoOutput::IsMovingPhotoSupported(bool* isSupported) in IsMovingPhotoSupported()
/ohos5.0/foundation/communication/nfc/test/unittest/services/tags_test/
H A Disodep_tag_test.cpp155 bool isSupported = false; variable

12345