Home
last modified time | relevance | path

Searched defs:type (Results 1426 - 1450 of 11849) sorted by relevance

1...<<51525354555657585960>>...474

/base/update/updater/services/package/pkg_package/
H A Dpkg_pkgfile.h27 PkgFileImpl(PkgManager::PkgManagerPtr manager, PkgStreamPtr stream, PkgType type) in PkgFileImpl() argument
/base/update/sys_installer/frameworks/installer_manager/src/
H A Dinstaller_manager_helper.cpp89 AccDecompressAndVerifyPkg(const std::string &srcPath, const std::string &dstPath, const uint32_t type) AccDecompressAndVerifyPkg() argument
/base/update/updater/services/ui/driver/
H A Dpointers_input_device.cpp27 void HandlePointersEvent(const input_event &ev, uint32_t type) in HandlePointersEvent() argument
87 int PointersInputDevice::HandlePointEvent(const input_event &ev, uint32_t type) in HandlePointEvent() argument
/base/web/webview/interfaces/kits/napi/webfunction/
H A Dnapi_webview_function.cpp57 std::string type = ""; in JsOnce() local
/base/web/webview/ohos_adapter/net_connect_adapter/src/
H A Dnet_connect_callback_impl.cpp70 NetConnectType type = NetConnectUtils::ConvertToConnectType(bearerTypes, radioTech); in NetCapabilitiesChange() local
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_media_avsession_adapter_wrapper.cpp30 bool ArkMediaAVSessionAdapterWrapper::CreateAVSession(NWeb::MediaAVSessionType type) in CreateAVSession() argument
H A Dark_net_connect_adapter_wrapper.cpp40 GetDefaultNetConnect( OHOS::NWeb::NetConnectType& type, OHOS::NWeb::NetConnectSubtype& netConnectSubtype) GetDefaultNetConnect() argument
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_media_avsession_adapter_impl.cpp30 bool ArkMediaAVSessionAdapterImpl::CreateAVSession(int32_t type) in CreateAVSession() argument
H A Dark_ohos_image_decoder_adapter_impl.cpp51 Decode(const uint8_t* data, uint32_t size, uint32_t type, bool useYuv) Decode() argument
H A Dark_net_connect_adapter_impl.cpp40 int32_t ArkNetConnectAdapterImpl::GetDefaultNetConnect(uint32_t& type, uint32_t& netConnectSubtype) in GetDefaultNetConnect() argument
/base/web/webview/test/fuzztest/ohos_adapter/media_adapter/mediaavsessionadapterimpl_fuzzer/
H A Dmediaavsessionadapterimpl_fuzzer.cpp64 auto type = MediaAVSessionType::MEDIA_TYPE_INVALID; in MediaAVSessionAdapterImplFuzzTest() local
/base/web/webview/test/unittest/net_connect_adapter_test/
H A Dnet_connect_adapter_test.cpp72 RadioTech type = iter.first; in HWTEST_F() local
104 RadioTech type = iter.first; in HWTEST_F() local
[all...]
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/base/
H A Ddata_operation_callback.cpp26 OnIntellVoiceDataOprEvent( OHOS::HDI::IntelligentVoice::Engine::V1_1::IntellVoiceDataOprType type, const sptr<Ashmem> &inBuffer, sptr<Ashmem> &outBuffer) OnIntellVoiceDataOprEvent() argument
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/sa/
H A Dintell_voice_engine_arbitration.cpp37 ArbitrationResult IntellVoiceEngineArbitration::ApplyArbitration(IntellVoiceEngineType type, in ApplyArbitration() argument
51 sptr<EngineBase> IntellVoiceEngineArbitration::GetEngine(IntellVoiceEngineType type, in GetEngine() argument
62 bool IntellVoiceEngineArbitration::JudgeRejection(IntellVoiceEngineType type, in JudgeRejection() argument
81 HandlePreemption(IntellVoiceEngineType type, const std::map<IntellVoiceEngineType, sptr<EngineBase>> &engines) HandlePreemption() argument
103 HandleReplace(IntellVoiceEngineType type, std::map<IntellVoiceEngineType, sptr<EngineBase>> &engines) HandleReplace() argument
[all...]
/foundation/ai/neural_network_runtime/test/unittest/ops/
H A Dflatten_test.cpp50 SaveParamsTensor(OH_NN_DataType dataType, const std::vector<int32_t> &dim, const OH_NN_QuantParam* quantParam, OH_NN_TensorType type) SaveParamsTensor() argument
[all...]
H A Donehot_builder_test.cpp50 SaveParamsTensor(OH_NN_DataType dataType, const std::vector<int32_t> &dim, const OH_NN_QuantParam* quantParam, OH_NN_TensorType type) SaveParamsTensor() argument
[all...]
H A Dleaky_relu_test.cpp49 SaveNegativeSlope(OH_NN_DataType dataType, const std::vector<int32_t> &dim, const OH_NN_QuantParam* quantParam, OH_NN_TensorType type) SaveNegativeSlope() argument
[all...]
H A Dlog_softmax_test.cpp49 SaveParamsTensor(OH_NN_DataType dataType, const std::vector<int32_t> &dim, const OH_NN_QuantParam* quantParam, OH_NN_TensorType type) SaveParamsTensor() argument
[all...]
H A Dspace_to_depth_test.cpp50 SaveBlockSize(OH_NN_DataType dataType, const std::vector<int32_t> &dim, const OH_NN_QuantParam* quantParam, OH_NN_TensorType type) SaveBlockSize() argument
[all...]
H A Dconcat_two_inputs_test.cpp49 SetAxis(OH_NN_DataType dataType, const std::vector<int32_t> &dim, const OH_NN_QuantParam* quantParam, OH_NN_TensorType type) SetAxis() argument
[all...]
H A Dconcat_three_inputs_test.cpp49 SetAxis(OH_NN_DataType dataType, const std::vector<int32_t> &dim, const OH_NN_QuantParam* quantParam, OH_NN_TensorType type) SetAxis() argument
[all...]
H A Deltwise_test.cpp48 SetEltwiseMode(OH_NN_DataType dataType, const std::vector<int32_t> &dim, const OH_NN_QuantParam* quantParam, OH_NN_TensorType type) SetEltwiseMode() argument
[all...]
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dtransform.cpp27 uint32_t GetTypeSize(OH_NN_DataType type) in GetTypeSize() argument
52 mindspore::lite::DataType NNToMS::TransformDataType(OH_NN_DataType type) in TransformDataType() argument
84 mindspore::lite::Format NNToMS::TransformFormat(OH_NN_Format type) in TransformFormat() argument
96 mindspore::lite::ActivationType NNToMS::TransfromFusionType(OH_NN_FuseType type) in TransfromFusionType() argument
110 mindspore::lite::QuantType NNToMS::TransformQuantType(OHOS::NeuralNetworkRuntime::Ops::OpsQuantType type) in TransformQuantType() argument
129 TransformDataType(mindspore::lite::DataType type) TransformDataType() argument
[all...]
/foundation/ability/form_fwk/services/include/
H A Dform_timer_option.h62 void FormTimerOption::SetType(const int &type) in SetType() argument
/foundation/CastEngine/castengine_wifi_display/services/protocol/frame/
H A Dframe_merger.cpp30 void FrameMerger::SetType(int32_t type) in SetType() argument

Completed in 15 milliseconds

1...<<51525354555657585960>>...474