/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ |
H A D | hdi_returncode_utils.h | 30 {V2_0::NNRT_ReturnCode::NNRT_SUCCESS, "NNRT_SUCCESS"}, in ConverterRetToString() 31 {V2_0::NNRT_ReturnCode::NNRT_FAILED, "NNRT_FAILED"}, in ConverterRetToString() 32 {V2_0::NNRT_ReturnCode::NNRT_NULL_PTR, "NNRT_NULL_PTR"}, in ConverterRetToString() 34 {V2_0::NNRT_ReturnCode::NNRT_MEMORY_ERROR, "NNRT_MEMORY_ERROR"}, in ConverterRetToString() 37 {V2_0::NNRT_ReturnCode::NNRT_INVALID_FILE, "NNRT_INVALID_FILE"}, in ConverterRetToString() 40 {V2_0::NNRT_ReturnCode::NNRT_NO_CHANGE, "NNRT_NO_CHANGE"}, in ConverterRetToString() 41 {V2_0::NNRT_ReturnCode::NNRT_NOT_SUPPORT, "NNRT_NOT_SUPPORT"}, in ConverterRetToString() 44 {V2_0::NNRT_ReturnCode::NNRT_DEVICE_BUSY, "NNRT_DEVICE_BUSY"}, in ConverterRetToString() 45 {V2_0::NNRT_ReturnCode::NNRT_CANCELLED, "NNRT_CANCELLED"}, in ConverterRetToString() 47 {V2_0::NNRT_ReturnCode::NNRT_TIME_OUT, "NNRT_TIME_OUT"}, in ConverterRetToString() [all …]
|
H A D | hdi_prepared_model_v2_0.cpp | 30 return V2_0::DataType::DATA_TYPE_BOOL; in TransDataType() 32 return V2_0::DataType::DATA_TYPE_INT8; in TransDataType() 62 return V2_0::Format::FORMAT_NCHW; in TransFormat() 64 return V2_0::Format::FORMAT_NHWC; in TransFormat() 66 return V2_0::Format::FORMAT_NONE; in TransFormat() 72 V2_0::IOTensor iTensor; in TransIOTensor() 187 std::vector<V2_0::SharedBuffer> iBuffers; in ExportModelCache() 212 V2_0::IOTensor iTensor; in Run() 213 std::vector<V2_0::IOTensor> iInputTensors; in Run() 249 V2_0::IOTensor iTensor; in Run() [all …]
|
H A D | hdi_device_v2_0.cpp | 38 case V2_0::DeviceType::CPU: in TransHDIDeviceV2_0Type() 40 case V2_0::DeviceType::GPU: in TransHDIDeviceV2_0Type() 54 case V2_0::DeviceStatus::BUSY: in TransHDIDeviceV2_0Status() 56 case V2_0::DeviceStatus::OFFLINE: in TransHDIDeviceV2_0Status() 165 V2_0::DeviceType iDeviceType; in GetDeviceType() 177 V2_0::DeviceStatus iDeviceStatus; in GetDeviceStatus() 309 V2_0::ModelConfig iModelConfig; in PrepareModel() 360 V2_0::ModelConfig iModelConfig; in PrepareModelFromModelCache() 386 V2_0::SharedBuffer buffer; in AllocateBuffer() 408 V2_0::SharedBuffer buffer; in AllocateBuffer() [all …]
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nnrt_v2_0/cpp_target/nnrt/v2_0/ |
H A D | node_attr_types.h.txt | 52 namespace V2_0 { 79 OHOS::HDI::Nnrt::V2_0::PadMode padMode; 80 OHOS::HDI::Nnrt::V2_0::RoundMode roundMode; 81 OHOS::HDI::Nnrt::V2_0::Format format; 105 OHOS::HDI::Nnrt::V2_0::PadMode padMode; 117 OHOS::HDI::Nnrt::V2_0::PadMode padMode; 131 OHOS::HDI::Nnrt::V2_0::EltwiseMode mode; 177 OHOS::HDI::Nnrt::V2_0::PadMode padMode; 178 OHOS::HDI::Nnrt::V2_0::Format format; 214 OHOS::HDI::Nnrt::V2_0::ReduceMode mode; [all …]
|
H A D | node_attr_types.cpp.txt | 24 namespace V2_0 { 81 …Nnrt::V2_0::Activation *dataBlockPtr = reinterpret_cast<const OHOS::HDI::Nnrt::V2_0::Activation*>(… 102 …:Nnrt::V2_0::AddFusion *dataBlockPtr = reinterpret_cast<const OHOS::HDI::Nnrt::V2_0::AddFusion*>(d… 295 …I::Nnrt::V2_0::BiasAdd *dataBlockPtr = reinterpret_cast<const OHOS::HDI::Nnrt::V2_0::BiasAdd*>(dat… 316 …:HDI::Nnrt::V2_0::Cast *dataBlockPtr = reinterpret_cast<const OHOS::HDI::Nnrt::V2_0::Cast*>(data.R… 337 …DI::Nnrt::V2_0::Concat *dataBlockPtr = reinterpret_cast<const OHOS::HDI::Nnrt::V2_0::Concat*>(data… 643 …:HDI::Nnrt::V2_0::Fill *dataBlockPtr = reinterpret_cast<const OHOS::HDI::Nnrt::V2_0::Fill*>(data.R… 1144 …HDI::Nnrt::V2_0::Rsqrt *dataBlockPtr = reinterpret_cast<const OHOS::HDI::Nnrt::V2_0::Rsqrt*>(data.… 1186 …HDI::Nnrt::V2_0::Shape *dataBlockPtr = reinterpret_cast<const OHOS::HDI::Nnrt::V2_0::Shape*>(data.… 1328 …:HDI::Nnrt::V2_0::Sqrt *dataBlockPtr = reinterpret_cast<const OHOS::HDI::Nnrt::V2_0::Sqrt*>(data.R… [all …]
|
H A D | nnrt_device_proxy.h.txt | 26 namespace V2_0 { 28 class NnrtDeviceProxy : public IProxyBroker<OHOS::HDI::Nnrt::V2_0::INnrtDevice> { 50 wptr<OHOS::HDI::Nnrt::V2_0::NnrtDeviceProxy> proxy_; 88 …int32_t PrepareModel(const OHOS::HDI::Nnrt::V2_0::Model& model, const OHOS::HDI::Nnrt::V2_0::Model… 94 …const OHOS::HDI::Nnrt::V2_0::ModelConfig& config, sptr<OHOS::HDI::Nnrt::V2_0::IPreparedModel>& pre… 97 …const OHOS::HDI::Nnrt::V2_0::ModelConfig& config, sptr<OHOS::HDI::Nnrt::V2_0::IPreparedModel>& pre… 124 static int32_t PrepareModel_(const OHOS::HDI::Nnrt::V2_0::Model& model, 125 …const OHOS::HDI::Nnrt::V2_0::ModelConfig& config, sptr<OHOS::HDI::Nnrt::V2_0::IPreparedModel>& pre… 130 …const OHOS::HDI::Nnrt::V2_0::ModelConfig& config, sptr<OHOS::HDI::Nnrt::V2_0::IPreparedModel>& pre… 133 …const OHOS::HDI::Nnrt::V2_0::ModelConfig& config, sptr<OHOS::HDI::Nnrt::V2_0::IPreparedModel>& pre… [all …]
|
H A D | nnrt_device_stub.cpp.txt | 29 namespace V2_0 { 51 sptr<OHOS::HDI::Nnrt::V2_0::INnrtDevice> OHOS::HDI::Nnrt::V2_0::INnrtDevice::Get(bool isStub) 56 sptr<OHOS::HDI::Nnrt::V2_0::INnrtDevice> OHOS::HDI::Nnrt::V2_0::INnrtDevice::Get(const std::string&… 71 OHOS::HDI::Nnrt::V2_0::NnrtDeviceStub::NnrtDeviceStub(const sptr<OHOS::HDI::Nnrt::V2_0::INnrtDevice… 322 OHOS::HDI::Nnrt::V2_0::DeviceStatus status; 355 OHOS::HDI::Nnrt::V2_0::Model model; 516 OHOS::HDI::Nnrt::V2_0::Model model; 522 OHOS::HDI::Nnrt::V2_0::ModelConfig config; 608 OHOS::HDI::Nnrt::V2_0::ModelConfig config; 666 OHOS::HDI::Nnrt::V2_0::ModelConfig config; [all …]
|
H A D | nnrt_device_proxy.cpp.txt | 32 namespace V2_0 { 37 sptr<OHOS::HDI::Nnrt::V2_0::INnrtDevice> OHOS::HDI::Nnrt::V2_0::INnrtDevice::Get(bool isStub) 67 …sptr<OHOS::HDI::Nnrt::V2_0::NnrtDeviceProxy> proxy = new OHOS::HDI::Nnrt::V2_0::NnrtDeviceProxy(re… 156 int32_t OHOS::HDI::Nnrt::V2_0::NnrtDeviceProxy::GetDeviceType(OHOS::HDI::Nnrt::V2_0::DeviceType& de… 161 int32_t OHOS::HDI::Nnrt::V2_0::NnrtDeviceProxy::GetDeviceStatus(OHOS::HDI::Nnrt::V2_0::DeviceStatus… 192 int32_t OHOS::HDI::Nnrt::V2_0::NnrtDeviceProxy::PrepareModel(const OHOS::HDI::Nnrt::V2_0::Model& mo… 208 …V2_0::NnrtDeviceProxy::PrepareOfflineModel(const std::vector<OHOS::HDI::Nnrt::V2_0::SharedBuffer>&… 303 int32_t OHOS::HDI::Nnrt::V2_0::NnrtDeviceProxy::GetDeviceType_(OHOS::HDI::Nnrt::V2_0::DeviceType& d… 338 int32_t OHOS::HDI::Nnrt::V2_0::NnrtDeviceProxy::GetDeviceStatus_(OHOS::HDI::Nnrt::V2_0::DeviceStatu… 551 int32_t OHOS::HDI::Nnrt::V2_0::NnrtDeviceProxy::PrepareModel_(const OHOS::HDI::Nnrt::V2_0::Model& m… [all …]
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/codec_v2_0/cpp_target/codec/v2_0/ |
H A D | codec_ext_types.cpp.txt | 24 namespace V2_0 { 38 …V2_0::SupportBufferType *dataBlockPtr = reinterpret_cast<const OHOS::HDI::Codec::V2_0::SupportBuff… 59 …::V2_0::UseBufferType *dataBlockPtr = reinterpret_cast<const OHOS::HDI::Codec::V2_0::UseBufferType… 64 …mcpy_s(&dataBlock, sizeof(OHOS::HDI::Codec::V2_0::UseBufferType), dataBlockPtr, sizeof(OHOS::HDI::… 101 …V2_0::CodecVideoPortFormatParam *dataBlockPtr = reinterpret_cast<const OHOS::HDI::Codec::V2_0::Cod… 143 …V2_0::WorkingFrequencyParam *dataBlockPtr = reinterpret_cast<const OHOS::HDI::Codec::V2_0::Working… 180 …V2_0::CodecVersionType *versionCp = reinterpret_cast<const OHOS::HDI::Codec::V2_0::CodecVersionTyp… 209 …V2_0::CodecVideoParamHevc *dataBlockPtr = reinterpret_cast<const OHOS::HDI::Codec::V2_0::CodecVide… 230 …c::V2_0::ColorAspects *dataBlockPtr = reinterpret_cast<const OHOS::HDI::Codec::V2_0::ColorAspects*… 251 …V2_0::CodecVideoColorspace *dataBlockPtr = reinterpret_cast<const OHOS::HDI::Codec::V2_0::CodecVid… [all …]
|
H A D | codec_types.h.txt | 53 namespace V2_0 { 217 OHOS::HDI::Codec::V2_0::Rect minSize; 218 OHOS::HDI::Codec::V2_0::Rect maxSize; 222 OHOS::HDI::Codec::V2_0::Rect blockSize; 225 OHOS::HDI::Codec::V2_0::RangeValue frameRate; 254 OHOS::HDI::Codec::V2_0::AvCodecRole role; 255 OHOS::HDI::Codec::V2_0::CodecType type; 262 OHOS::HDI::Codec::V2_0::RangeValue bitRate; 263 OHOS::HDI::Codec::V2_0::PortCap port; 278 OHOS::HDI::Codec::V2_0::ShareMemTypes type; [all …]
|
H A D | codec_ext_types.h.txt | 52 namespace V2_0 { 113 OHOS::HDI::Codec::V2_0::CodecVersionType version; 120 OHOS::HDI::Codec::V2_0::CodecVersionType version; 127 OHOS::HDI::Codec::V2_0::CodecVersionType version; 134 OHOS::HDI::Codec::V2_0::CodecVersionType version; 179 OHOS::HDI::Codec::V2_0::CodecHevcLevel level; 229 OHOS::HDI::Codec::V2_0::RangeType range; 230 OHOS::HDI::Codec::V2_0::Primaries primaries; 231 OHOS::HDI::Codec::V2_0::Transfer transfer; 243 OHOS::HDI::Codec::V2_0::ColorAspects aspects; [all …]
|
H A D | codec_component_proxy.h.txt | 25 namespace V2_0 { 27 class CodecComponentProxy : public IProxyBroker<OHOS::HDI::Codec::V2_0::ICodecComponent> { 38 int32_t GetComponentVersion(OHOS::HDI::Codec::V2_0::CompVerInfo& verInfo) override; 40 int32_t SendCommand(OHOS::HDI::Codec::V2_0::CodecCommandType cmd, uint32_t param, 55 int32_t GetState(OHOS::HDI::Codec::V2_0::CodecStateType& state) override; 58 …const OHOS::HDI::Codec::V2_0::CodecTunnelSetupType& inTunnelSetup, OHOS::HDI::Codec::V2_0::CodecTu… 61 OHOS::HDI::Codec::V2_0::OmxCodecBuffer& outBuffer) override; 64 OHOS::HDI::Codec::V2_0::OmxCodecBuffer& outBuffer) override; 105 …const OHOS::HDI::Codec::V2_0::CodecTunnelSetupType& inTunnelSetup, OHOS::HDI::Codec::V2_0::CodecTu… 119 static int32_t FillThisBuffer_(const OHOS::HDI::Codec::V2_0::OmxCodecBuffer& buffer, [all …]
|
H A D | codec_component_proxy.cpp.txt | 30 namespace V2_0 { 76 int32_t OHOS::HDI::Codec::V2_0::CodecComponentProxy::GetComponentVersion(OHOS::HDI::Codec::V2_0::Co… 81 int32_t OHOS::HDI::Codec::V2_0::CodecComponentProxy::SendCommand(OHOS::HDI::Codec::V2_0::CodecComma… 116 int32_t OHOS::HDI::Codec::V2_0::CodecComponentProxy::GetState(OHOS::HDI::Codec::V2_0::CodecStateTyp… 128 …const OHOS::HDI::Codec::V2_0::OmxCodecBuffer& inBuffer, OHOS::HDI::Codec::V2_0::OmxCodecBuffer& ou… 134 …const OHOS::HDI::Codec::V2_0::OmxCodecBuffer& inBuffer, OHOS::HDI::Codec::V2_0::OmxCodecBuffer& ou… 150 int32_t OHOS::HDI::Codec::V2_0::CodecComponentProxy::FillThisBuffer(const OHOS::HDI::Codec::V2_0::O… 181 int32_t OHOS::HDI::Codec::V2_0::CodecComponentProxy::GetComponentVersion_(OHOS::HDI::Codec::V2_0::C… 212 int32_t OHOS::HDI::Codec::V2_0::CodecComponentProxy::SendCommand_(OHOS::HDI::Codec::V2_0::CodecComm… 453 int32_t OHOS::HDI::Codec::V2_0::CodecComponentProxy::GetState_(OHOS::HDI::Codec::V2_0::CodecStateTy… [all …]
|
H A D | codec_component_stub.cpp.txt | 27 namespace V2_0 { 74 OHOS::HDI::Codec::V2_0::CodecComponentStub::CodecComponentStub(const sptr<OHOS::HDI::Codec::V2_0::I… 234 OHOS::HDI::Codec::V2_0::CompVerInfo verInfo; 514 OHOS::HDI::Codec::V2_0::CodecStateType state; 600 OHOS::HDI::Codec::V2_0::OmxCodecBuffer inBuffer; 640 OHOS::HDI::Codec::V2_0::OmxCodecBuffer inBuffer; 680 OHOS::HDI::Codec::V2_0::OmxCodecBuffer buffer; 707 OHOS::HDI::Codec::V2_0::OmxCodecBuffer buffer; 734 OHOS::HDI::Codec::V2_0::OmxCodecBuffer buffer; 828 OHOS::HDI::Codec::V2_0::OmxCodecBuffer inBuffer; [all …]
|
H A D | codec_component_manager_stub.cpp.txt | 31 namespace V2_0 { 34 sptr<OHOS::HDI::Codec::V2_0::ICodecComponentManager> OHOS::HDI::Codec::V2_0::ICodecComponentManager… 39 sptr<OHOS::HDI::Codec::V2_0::ICodecComponentManager> OHOS::HDI::Codec::V2_0::ICodecComponentManager… 50 return reinterpret_cast<OHOS::HDI::Codec::V2_0::ICodecComponentManager *>(impl); 54 OHOS::HDI::Codec::V2_0::CodecComponentManagerStub::CodecComponentManagerStub(const sptr<OHOS::HDI::… 59 OHOS::HDI::Codec::V2_0::CodecComponentManagerStub::~CodecComponentManagerStub() 149 std::vector<OHOS::HDI::Codec::V2_0::CodecCompCapability> capList; 198 sptr<OHOS::HDI::Codec::V2_0::ICodecComponent> component; 215 sptr<OHOS::HDI::Codec::V2_0::ICodecCallback> callbacks; 222 callbacks = new OHOS::HDI::Codec::V2_0::CodecCallbackProxy(callbacksRemote); [all …]
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/common/v2_0/ |
H A D | compilation_mock_idevice.cpp | 28 if (HDI::Nnrt::V2_0::MockIPreparedModel::m_ExpectRetCode == OH_NN_SUCCESS) { in IsModelCacheSupported() 35 if (HDI::Nnrt::V2_0::MockIPreparedModel::m_ExpectRetCode == OH_NN_FAILED) { in IsModelCacheSupported() 59 if (HDI::Nnrt::V2_0::MockIPreparedModel::m_ExpectRetCode == OH_NN_SUCCESS) { in GetSupportedOperation() 71 if (HDI::Nnrt::V2_0::MockIPreparedModel::m_ExpectRetCode == OH_NN_FAILED) { in IsDynamicInputSupported() 89 if (HDI::Nnrt::V2_0::MockIPreparedModel::m_ExpectRetCode == OH_NN_FAILED) { in IsPerformanceModeSupported() 95 if (HDI::Nnrt::V2_0::MockIPreparedModel::m_ExpectRetCode == OH_NN_SUCCESS) { in IsPerformanceModeSupported() 113 if (HDI::Nnrt::V2_0::MockIPreparedModel::m_ExpectRetCode == OH_NN_SUCCESS) { in IsPrioritySupported() 125 if (HDI::Nnrt::V2_0::MockIPreparedModel::m_ExpectRetCode == OH_NN_SUCCESS) { in IsFloat16PrecisionSupported() 154 sptr<OHOS::HDI::Nnrt::V2_0::IPreparedModel> hdiPreparedModel = sptr<OHOS::HDI::Nnrt::V2_0 in PrepareModel() 172 if (HDI::Nnrt::V2_0::MockIPreparedModel::m_ExpectRetCode == OH_NN_FAILED) { in ExportModelCache() [all …]
|
/ohos5.0/drivers/peripheral/fingerprint_auth/hdi_service/include/ |
H A D | fingerprint_auth_hdi.h | 34 using IExecutorCallback = OHOS::HDI::FingerprintAuth::V2_0::IExecutorCallback; 36 using IAllInOneExecutor = OHOS::HDI::FingerprintAuth::V2_0::IAllInOneExecutor; 38 using AuthType = OHOS::HDI::FingerprintAuth::V2_0::AuthType; 39 using ExecutorRole = OHOS::HDI::FingerprintAuth::V2_0::ExecutorRole; 41 using DriverCommandId = OHOS::HDI::FingerprintAuth::V2_0::DriverCommandId; 43 using ExecutorInfo = OHOS::HDI::FingerprintAuth::V2_0::ExecutorInfo; 45 using GetPropertyType = OHOS::HDI::FingerprintAuth::V2_0::GetPropertyType; 46 using Property = OHOS::HDI::FingerprintAuth::V2_0::Property; 47 using SaCommandId = OHOS::HDI::FingerprintAuth::V2_0::SaCommandId; 49 using SaCommandParam = OHOS::HDI::FingerprintAuth::V2_0::SaCommandParam; [all …]
|
/ohos5.0/drivers/peripheral/face_auth/hdi_service/include/ |
H A D | face_auth_hdi.h | 34 using IExecutorCallback = OHOS::HDI::FaceAuth::V2_0::IExecutorCallback; 38 using AuthType = OHOS::HDI::FaceAuth::V2_0::AuthType; 39 using ExecutorRole = OHOS::HDI::FaceAuth::V2_0::ExecutorRole; 41 using DriverCommandId = OHOS::HDI::FaceAuth::V2_0::DriverCommandId; 42 using FaceTipsCode = OHOS::HDI::FaceAuth::V2_0::FaceTipsCode; 43 using ExecutorInfo = OHOS::HDI::FaceAuth::V2_0::ExecutorInfo; 45 using GetPropertyType = OHOS::HDI::FaceAuth::V2_0::GetPropertyType; 46 using Property = OHOS::HDI::FaceAuth::V2_0::Property; 47 using SaCommandId = OHOS::HDI::FaceAuth::V2_0::SaCommandId; 49 using SaCommandParam = OHOS::HDI::FaceAuth::V2_0::SaCommandParam; [all …]
|
/ohos5.0/base/useriam/face_auth/services/inc/ |
H A D | face_auth_hdi.h | 30 using IExecutorCallback = OHOS::HDI::FaceAuth::V2_0::IExecutorCallback; 34 using AuthType = OHOS::HDI::FaceAuth::V2_0::AuthType; 35 using ExecutorRole = OHOS::HDI::FaceAuth::V2_0::ExecutorRole; 37 using DriverCommandId = OHOS::HDI::FaceAuth::V2_0::DriverCommandId; 38 using FaceTipsCode = OHOS::HDI::FaceAuth::V2_0::FaceTipsCode; 39 using ExecutorInfo = OHOS::HDI::FaceAuth::V2_0::ExecutorInfo; 41 using GetPropertyType = OHOS::HDI::FaceAuth::V2_0::GetPropertyType; 42 using Property = OHOS::HDI::FaceAuth::V2_0::Property; 43 using SaCommandId = OHOS::HDI::FaceAuth::V2_0::SaCommandId; 45 using SaCommandParam = OHOS::HDI::FaceAuth::V2_0::SaCommandParam; [all …]
|
/ohos5.0/base/useriam/fingerprint_auth/services/inc/ |
H A D | fingerprint_auth_hdi.h | 30 using IExecutorCallback = OHOS::HDI::FingerprintAuth::V2_0::IExecutorCallback; 32 using IAllInOneExecutor = OHOS::HDI::FingerprintAuth::V2_0::IAllInOneExecutor; 34 using AuthType = OHOS::HDI::FingerprintAuth::V2_0::AuthType; 35 using ExecutorRole = OHOS::HDI::FingerprintAuth::V2_0::ExecutorRole; 37 using DriverCommandId = OHOS::HDI::FingerprintAuth::V2_0::DriverCommandId; 39 using ExecutorInfo = OHOS::HDI::FingerprintAuth::V2_0::ExecutorInfo; 41 using GetPropertyType = OHOS::HDI::FingerprintAuth::V2_0::GetPropertyType; 42 using Property = OHOS::HDI::FingerprintAuth::V2_0::Property; 43 using SaCommandId = OHOS::HDI::FingerprintAuth::V2_0::SaCommandId; 45 using SaCommandParam = OHOS::HDI::FingerprintAuth::V2_0::SaCommandParam; [all …]
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/battery_v2_0/cpp_target/battery/v2_0/ |
H A D | battery_interface_stub.cpp.txt | 30 namespace V2_0 { 33 sptr<OHOS::HDI::Battery::V2_0::IBatteryInterface> OHOS::HDI::Battery::V2_0::IBatteryInterface::Get(… 38 sptr<OHOS::HDI::Battery::V2_0::IBatteryInterface> OHOS::HDI::Battery::V2_0::IBatteryInterface::Get(… 53 OHOS::HDI::Battery::V2_0::BatteryInterfaceStub::BatteryInterfaceStub(const sptr<OHOS::HDI::Battery:… 234 sptr<OHOS::HDI::Battery::V2_0::IBatteryCallback> event; 401 OHOS::HDI::Battery::V2_0::BatteryHealthState healthState; 429 OHOS::HDI::Battery::V2_0::BatteryPluggedType pluggedType; 667 OHOS::HDI::Battery::V2_0::BatteryInfo info; 706 OHOS::HDI::Battery::V2_0::ChargingLimit value0; 735 OHOS::HDI::Battery::V2_0::ChargeType type; [all …]
|
H A D | battery_interface_proxy.cpp.txt | 31 namespace V2_0 { 34 sptr<OHOS::HDI::Battery::V2_0::IBatteryInterface> OHOS::HDI::Battery::V2_0::IBatteryInterface::Get(… 64 …sptr<OHOS::HDI::Battery::V2_0::BatteryInterfaceProxy> proxy = new OHOS::HDI::Battery::V2_0::Batter… 121 int32_t OHOS::HDI::Battery::V2_0::BatteryInterfaceProxy::Register(const sptr<OHOS::HDI::Battery::V2… 151 int32_t OHOS::HDI::Battery::V2_0::BatteryInterfaceProxy::GetHealthState(OHOS::HDI::Battery::V2_0::B… 156 int32_t OHOS::HDI::Battery::V2_0::BatteryInterfaceProxy::GetPluggedType(OHOS::HDI::Battery::V2_0::B… 196 int32_t OHOS::HDI::Battery::V2_0::BatteryInterfaceProxy::GetBatteryInfo(OHOS::HDI::Battery::V2_0::B… 206 int32_t OHOS::HDI::Battery::V2_0::BatteryInterfaceProxy::GetChargeType(OHOS::HDI::Battery::V2_0::Ch… 711 int32_t OHOS::HDI::Battery::V2_0::BatteryInterfaceProxy::GetBatteryInfo_(OHOS::HDI::Battery::V2_0::… 778 int32_t OHOS::HDI::Battery::V2_0::BatteryInterfaceProxy::GetChargeType_(OHOS::HDI::Battery::V2_0::C… [all …]
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/sensor_v2_0/cpp_target/sensor/v2_0/ |
H A D | sensor_interface_stub.cpp.txt | 30 namespace V2_0 { 52 sptr<OHOS::HDI::Sensor::V2_0::ISensorInterface> OHOS::HDI::Sensor::V2_0::ISensorInterface::Get(bool… 57 sptr<OHOS::HDI::Sensor::V2_0::ISensorInterface> OHOS::HDI::Sensor::V2_0::ISensorInterface::Get(cons… 72 OHOS::HDI::Sensor::V2_0::SensorInterfaceStub::SensorInterfaceStub(const sptr<OHOS::HDI::Sensor::V2_… 77 OHOS::HDI::Sensor::V2_0::SensorInterfaceStub::~SensorInterfaceStub() 188 std::vector<OHOS::HDI::Sensor::V2_0::HdfSensorInformation> info; 396 sptr<OHOS::HDI::Sensor::V2_0::ISensorCallback> callbackObj; 436 sptr<OHOS::HDI::Sensor::V2_0::ISensorCallback> callbackObj; 481 std::vector<OHOS::HDI::Sensor::V2_0::HdfSensorEvents> event; 568 std::vector<OHOS::HDI::Sensor::V2_0::SdcSensorInfo> sdcSensorInfo; [all …]
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/ |
H A D | ext_encoder.h | 33 namespace OHOS::HDI::Codec::Image::V2_0 { 112 std::vector<HDI::Codec::Image::V2_0::ImageItem>& inputImgs); 120 std::vector<HDI::Codec::Image::V2_0::ItemRef>& refs); 124 HDI::Codec::Image::V2_0::ContentLightLevel& light); 132 HDI::Codec::Image::V2_0::SharedBuffer& outBuffer); 134 HDI::Codec::Image::V2_0::ColourInfo& colorInfo); 135 bool AssembleOutputSharedBuffer(HDI::Codec::Image::V2_0::SharedBuffer& outBuffer, 137 void AssembleDualHdrRefItem(std::vector<HDI::Codec::Image::V2_0::ItemRef>& refs); 139 std::vector<HDI::Codec::Image::V2_0::MetaItem>& inputMetas, 140 std::vector<HDI::Codec::Image::V2_0::ItemRef>& refs); [all …]
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/device_registrar/ |
H A D | device_registrar_test.cpp | 48 virtual int32_t GetDeviceType(V2_0::DeviceType& deviceType) = 0; 50 virtual int32_t GetDeviceStatus(V2_0::DeviceStatus& status) = 0; 62 virtual int32_t PrepareModel(const V2_0::Model& model, const V2_0::ModelConfig& config, 63 sptr<V2_0::IPreparedModel>& preparedModel) = 0; 68 const V2_0::ModelConfig& config, sptr<V2_0::IPreparedModel>& preparedModel) = 0; 167 MOCK_METHOD1(GetDeviceType, int32_t(V2_0::DeviceType&)); 168 MOCK_METHOD1(GetDeviceStatus, int32_t(V2_0::DeviceStatus&)); 175 int32_t(const V2_0::Model&, const V2_0::ModelConfig&, OHOS::sptr<V2_0::IPreparedModel>&)); 177 …THOD3(PrepareModelFromModelCache, int32_t(const std::vector<V2_0::SharedBuffer>&, const V2_0::Mode… 178 OHOS::sptr<V2_0::IPreparedModel>&)); [all …]
|