/ohos5.0/foundation/multimodalinput/input/service/module_loader/test/ |
H A D | mmi_service_test.cpp | 257 int32_t returnCode = 65142804; variable 276 int32_t returnCode = 65142786; variable 396 int32_t returnCode = 65142804; variable 427 int32_t returnCode = 65142804; variable 459 int32_t returnCode = 65142804; variable 570 int32_t returnCode = 65142804; variable 603 int32_t returnCode = 65142804; variable 635 int32_t returnCode = 65142804; variable 668 int32_t returnCode = 65142804; variable 704 int32_t returnCode = 65142804; variable [all …]
|
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ |
H A D | nn_tensor.cpp | 88 OH_NN_ReturnCode returnCode = ValidateDimensions(dimensions); in Build() local 120 OH_NN_ReturnCode returnCode = ParseDimensions(nnTensor.dimensions, nnTensor.dimensionCount); in BuildFromOHNNTensor() local 150 …OH_NN_ReturnCode returnCode = ParseDimensions(nnTensorInfo.dimensions, nnTensorInfo.dimensionCount… in BuildFromOHNNTensorInfo() local 170 OH_NN_ReturnCode returnCode = tensorDescImpl->GetDataType(&dataType); in BuildFromTensorDesc() local 209 OH_NN_ReturnCode returnCode = quantParamImpl->CopyToCompat(m_quantParams); in SetQuantParam() local 268 OH_NN_ReturnCode returnCode = Validation::ValidateArray(dimensions, dimensionCount); in ParseDimensions() local 307 OH_NN_ReturnCode returnCode = ValidateQuantParams(tmpQuantParam); in ParseQuantParams() local 364 auto returnCode = ValidateDimensions(dimensions); in SetDimensions() local
|
H A D | hdi_returncode_utils.h | 27 inline std::string ConverterRetToString(OHOS::HDI::Nnrt::V2_0::NNRT_ReturnCode returnCode) in ConverterRetToString()
|
H A D | hdi_returncode_utils_v2_1.h | 27 inline std::string ConverterRetToString(OHOS::HDI::Nnrt::V2_1::NNRT_ReturnCode returnCode) in ConverterRetToString()
|
H A D | neural_network_runtime.cpp | 169 OH_NN_ReturnCode returnCode = innerModel->AddTensorDesc(tensorDesc); in OH_NNModel_AddTensorToModel() local 190 OH_NN_ReturnCode returnCode = innerModel->SetTensorQuantParam((uint32_t)(index), quantParam); in OH_NNModel_SetTensorQuantParams() local 211 OH_NN_ReturnCode returnCode = innerModel->SetTensorType((uint32_t)(index), tensorType); in OH_NNModel_SetTensorType() local 388 auto returnCode = ParseInputDimsFromExtensions( in ParseDynamicDimsFromExtensions() local 480 auto returnCode = ParseDynamicDimsFromExtensions(extensionMap, pLiteGraph, extensionConfig); in ParseExtensionConfigs() local 518 auto returnCode = ParseExtensionConfigs(extensionMap, pLiteGraph, extensionConfig); in OH_NNModel_BuildFromLiteGraph() local 593 OH_NN_ReturnCode returnCode = CheckCacheFile(cacheInfoPath, fileNumber, cacheVersion); in OH_NNModel_HasCache() local
|
/ohos5.0/foundation/multimodalinput/input/service/connect_manager/test/ |
H A D | multimodal_input_connect_stub_test.cpp | 860 int32_t returnCode = 65142800; variable 876 int32_t returnCode = 22; variable 892 int32_t returnCode = 201; variable 908 int32_t returnCode = 65142800; variable 924 int32_t returnCode = 65142800; variable 940 int32_t returnCode = 65142800; variable 1319 int32_t returnCode = 201; variable 1351 int32_t returnCode = 201; variable 1367 int32_t returnCode = 201; variable 1383 int32_t returnCode = 201; variable [all …]
|
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/service_app_spawn_client_test/ |
H A D | ams_service_app_spawn_client_module_test.cpp | 524 auto returnCode = appSpawnClient->StartProcess(params, newPid); variable 560 auto returnCode = appSpawnClient->StartProcessImpl(params, newPid); variable 591 auto returnCode = appSpawnClient->StartProcessImpl(params, newPid); variable 632 auto returnCode = appSpawnClient->StartProcess(params, newPid); variable 661 auto returnCode = appSpawnClient->StartProcess(params, newPid); variable 698 auto returnCode = appSpawnClient->StartProcess(params, newPid); variable
|
/ohos5.0/foundation/multimodalinput/input/service/connect_manager/include/ |
H A D | multimodal_input_connect_define.h | 29 int32_t returnCode; member
|
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/gatt/ |
H A D | gatt_characteristic_test.cpp | 243 int returnCode = 0; variable 258 int returnCode = 0; variable
|
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ops/ |
H A D | strided_slice_builder.cpp | 38 …OH_NN_ReturnCode returnCode = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPU… in SetInputOutput() local 151 OH_NN_ReturnCode returnCode = SetInputOutput(inputsIndex, outputsIndex, allTensors); in Build() local
|
H A D | space_to_batch_nd_builder.cpp | 89 OH_NN_ReturnCode returnCode = SetPadData(tensor); in SetPaddings() local 113 …OH_NN_ReturnCode returnCode = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPU… in Build() local
|
H A D | maxpool_builder.cpp | 31 OH_NN_ReturnCode returnCode = PoolingBuild(paramsIndex, inputsIndex, outputsIndex, allTensors); in Build() local
|
H A D | avgpool_builder.cpp | 32 OH_NN_ReturnCode returnCode = PoolingBuild(paramsIndex, inputsIndex, outputsIndex, allTensors); in Build() local
|
H A D | bias_add_builder.cpp | 40 …OH_NN_ReturnCode returnCode = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPU… in Build() local
|
H A D | fill_builder.cpp | 44 …OH_NN_ReturnCode returnCode = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPU… in Build() local
|
H A D | gather_builder.cpp | 43 …OH_NN_ReturnCode returnCode = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPU… in Build() local
|
H A D | gather_nd_builder.cpp | 43 …OH_NN_ReturnCode returnCode = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPU… in Build() local
|
H A D | greater_builder.cpp | 43 …OH_NN_ReturnCode returnCode = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUMS, OUTP… in Build() local
|
H A D | greater_equal_builder.cpp | 43 …OH_NN_ReturnCode returnCode = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUMS, OUTP… in Build() local
|
H A D | lessequal_builder.cpp | 43 …OH_NN_ReturnCode returnCode = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUMS, OUTP… in Build() local
|
H A D | reshape_builder.cpp | 44 …OH_NN_ReturnCode returnCode = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPU… in Build() local
|
H A D | rsqrt_builder.cpp | 44 …OH_NN_ReturnCode returnCode = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPU… in Build() local
|
H A D | shape_builder.cpp | 44 …OH_NN_ReturnCode returnCode = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPU… in Build() local
|
H A D | sqrt_builder.cpp | 48 …OH_NN_ReturnCode returnCode = CheckIOIndex(inputsIndex, outputsIndex, allTensors, INPUT_NUM, OUTPU… in Build() local
|
/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_dnsresolv_test/ |
H A D | dns_quality_diag_test.cpp | 84 int32_t returnCode = dnsQualityDiag.ParseReportAddr(size, addrinfo, report); variable 96 int32_t returnCode = dnsQualityDiag.ParseReportAddr(size, addrinfo, report); variable
|