Home
last modified time | relevance | path

Searched refs:codeName (Results 1 – 25 of 26) sorted by relevance

12

/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/cpp/innerkits/
H A Dsignal_info.cpp93 std::stringstream codeName; in FormatSIGBUSCodeName() local
114 return codeName.str(); in FormatSIGBUSCodeName()
119 std::stringstream codeName; in FormatSIGILLCodeName() local
149 return codeName.str(); in FormatSIGILLCodeName()
154 std::stringstream codeName; in FormatSIGFPECodeName() local
184 return codeName.str(); in FormatSIGFPECodeName()
189 std::stringstream codeName; in FormatSIGSEGVCodeName() local
201 return codeName.str(); in FormatSIGSEGVCodeName()
206 std::stringstream codeName; in FormatSIGTRAPCodeName() local
224 return codeName.str(); in FormatSIGTRAPCodeName()
[all …]
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/include/
H A Dvideodec_sample.h56 int32_t RunVideoDec_Surface(std::string codeName = "");
57 int32_t RunVideoDec(std::string codeName = "");
95 int32_t CreateVideoDecoder(std::string codeName);
H A Dvideodec_api11_sample.h57 int32_t RunVideoDec_Surface(std::string codeName = "");
58 int32_t RunVideoDec(std::string codeName = "");
105 int32_t CreateVideoDecoder(std::string codeName);
H A Dvideodec_inner_sample.h95 int32_t RunVideoDecoder(const std::string &codeName);
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/hevcswdecoder/include/
H A Dvideodec_sample.h57 int32_t RunVideoDec_Surface(std::string codeName = "");
58 int32_t RunVideoDec(std::string codeName = "");
95 int32_t CreateVideoDecoder(std::string codeName);
H A Dvideodec_api11_sample.h57 int32_t RunVideoDec_Surface(std::string codeName = "");
58 int32_t RunVideoDec(std::string codeName = "");
107 int32_t CreateVideoDecoder(std::string codeName);
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/include/
H A Dvideodec_sample.h57 int32_t RunVideoDec_Surface(std::string codeName = "");
58 int32_t RunVideoDec(std::string codeName = "");
102 int32_t CreateVideoDecoder(std::string codeName);
H A Dvideodec_api11_sample.h57 int32_t RunVideoDec_Surface(std::string codeName = "");
58 int32_t RunVideoDec(std::string codeName = "");
109 int32_t CreateVideoDecoder(std::string codeName);
H A Dvideodec_inner_sample.h93 int32_t RunVideoDecoder(const std::string &codeName);
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/
H A Dvideodec_ndk_sample.cpp206 int32_t VDecNdkSample::RunVideoDec_Surface(string codeName) in RunVideoDec_Surface() argument
220 err = CreateVideoDecoder(codeName); in RunVideoDec_Surface()
251 int32_t VDecNdkSample::RunVideoDec(string codeName) in RunVideoDec() argument
254 int err = CreateVideoDecoder(codeName); in RunVideoDec()
372 int32_t VDecNdkSample::CreateVideoDecoder(string codeName) in CreateVideoDecoder() argument
374 if (!codeName.empty()) { in CreateVideoDecoder()
375 vdec_ = OH_VideoDecoder_CreateByName(codeName.c_str()); in CreateVideoDecoder()
H A Dvideodec_api11_sample.cpp255 int32_t VDecAPI11Sample::RunVideoDec_Surface(string codeName) in RunVideoDec_Surface() argument
264 err = CreateVideoDecoder(codeName); in RunVideoDec_Surface()
295 int32_t VDecAPI11Sample::RunVideoDec(string codeName) in RunVideoDec() argument
298 int err = CreateVideoDecoder(codeName); in RunVideoDec()
367 int32_t VDecAPI11Sample::CreateVideoDecoder(string codeName) in CreateVideoDecoder() argument
369 vdec_ = OH_VideoDecoder_CreateByName(codeName.c_str()); in CreateVideoDecoder()
H A Dstate_test.cpp56 string codeName = "OH.Media.Codec.Decoder.Video.AVC"; in SetUp() local
57 int32_t ret = vDecSample->CreateVideoDecoder(codeName); in SetUp()
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/swdecoderconfigure_fuzzer/
H A Dvideodec_sample.h56 int32_t RunVideoDec(std::string codeName = "");
84 int32_t CreateVideoDecoder(std::string codeName);
H A Dvideodec_sample.cpp170 int32_t VDecFuzzSample::RunVideoDec(string codeName) in RunVideoDec() argument
172 int err = CreateVideoDecoder(codeName); in RunVideoDec()
275 int32_t VDecFuzzSample::CreateVideoDecoder(string codeName) in CreateVideoDecoder() argument
292 vdec_ = OH_VideoDecoder_CreateByName(codeName.c_str()); in CreateVideoDecoder()
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/
H A Dvideodec_ndk_sample.cpp263 int32_t VDecNdkSample::RunVideoDec_Surface(string codeName) in RunVideoDec_Surface() argument
272 err = CreateVideoDecoder(codeName); in RunVideoDec_Surface()
303 int32_t VDecNdkSample::RunVideoDec(string codeName) in RunVideoDec() argument
306 int err = CreateVideoDecoder(codeName); in RunVideoDec()
375 int32_t VDecNdkSample::CreateVideoDecoder(string codeName) in CreateVideoDecoder() argument
377 vdec_ = OH_VideoDecoder_CreateByName(codeName.c_str()); in CreateVideoDecoder()
H A Dvideodec_api11_sample.cpp349 int32_t VDecAPI11Sample::RunVideoDec_Surface(string codeName) in RunVideoDec_Surface() argument
359 err = CreateVideoDecoder(codeName); in RunVideoDec_Surface()
394 int32_t VDecAPI11Sample::RunVideoDec(string codeName) in RunVideoDec() argument
397 int err = CreateVideoDecoder(codeName); in RunVideoDec()
466 int32_t VDecAPI11Sample::CreateVideoDecoder(string codeName) in CreateVideoDecoder() argument
468 vdec_ = OH_VideoDecoder_CreateByName(codeName.c_str()); in CreateVideoDecoder()
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/c/
H A Dc_service_stub_code_emitter.cpp621 std::string codeName = "code"; in EmitKernelStubOnRequestMethodImpl() local
625 sb.AppendFormat("int %s, struct HdfSBuf *data, struct HdfSBuf *reply)\n", codeName.c_str()); in EmitKernelStubOnRequestMethodImpl()
627 sb.Append(prefix + TAB).AppendFormat("switch (%s) {\n", codeName.c_str()); in EmitKernelStubOnRequestMethodImpl()
641 …ormat("HDF_LOGE(\"%%{public}s: not support cmd %%{public}d\", __func__, %s);\n", codeName.c_str()); in EmitKernelStubOnRequestMethodImpl()
669 std::string codeName = "code"; in EmitStubOnRequestMethodImpl() local
673 sb.AppendFormat("int %s, struct HdfSBuf *data, struct HdfSBuf *reply)\n", codeName.c_str()); in EmitStubOnRequestMethodImpl()
689 sb.Append(prefix + TAB).AppendFormat("switch (%s) {\n", codeName.c_str()); in EmitStubOnRequestMethodImpl()
703 …ormat("HDF_LOGE(\"%%{public}s: not support cmd %%{public}d\", __func__, %s);\n", codeName.c_str()); in EmitStubOnRequestMethodImpl()
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/codegen/
H A Dc_service_stub_code_emitter.cpp559 std::string codeName = "code"; in EmitKernelStubOnRequestMethodImpl() local
563 sb.AppendFormat("int %s, struct HdfSBuf *data, struct HdfSBuf *reply)\n", codeName.c_str()); in EmitKernelStubOnRequestMethodImpl()
565 sb.Append(prefix + TAB).AppendFormat("switch (%s) {\n", codeName.c_str()); in EmitKernelStubOnRequestMethodImpl()
579 …ormat("HDF_LOGE(\"%%{public}s: not support cmd %%{public}d\", __func__, %s);\n", codeName.c_str()); in EmitKernelStubOnRequestMethodImpl()
607 std::string codeName = "code"; in EmitStubOnRequestMethodImpl() local
611 sb.AppendFormat("int %s, struct HdfSBuf *data, struct HdfSBuf *reply)\n", codeName.c_str()); in EmitStubOnRequestMethodImpl()
627 sb.Append(prefix + TAB).AppendFormat("switch (%s) {\n", codeName.c_str()); in EmitStubOnRequestMethodImpl()
641 …ormat("HDF_LOGE(\"%%{public}s: not support cmd %%{public}d\", __func__, %s);\n", codeName.c_str()); in EmitStubOnRequestMethodImpl()
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/hevcswdecoder/src/
H A Dvideodec_ndk_sample.cpp334 int32_t VDecNdkSample::RunVideoDec_Surface(string codeName) in RunVideoDec_Surface() argument
343 err = CreateVideoDecoder(codeName); in RunVideoDec_Surface()
374 int32_t VDecNdkSample::RunVideoDec(string codeName) in RunVideoDec() argument
377 int err = CreateVideoDecoder(codeName); in RunVideoDec()
446 int32_t VDecNdkSample::CreateVideoDecoder(string codeName) in CreateVideoDecoder() argument
448 vdec_ = OH_VideoDecoder_CreateByName(codeName.c_str()); in CreateVideoDecoder()
H A Dvideodec_api11_sample.cpp366 int32_t VDecAPI11Sample::RunVideoDec_Surface(string codeName) in RunVideoDec_Surface() argument
375 err = CreateVideoDecoder(codeName); in RunVideoDec_Surface()
406 int32_t VDecAPI11Sample::RunVideoDec(string codeName) in RunVideoDec() argument
409 int err = CreateVideoDecoder(codeName); in RunVideoDec()
478 int32_t VDecAPI11Sample::CreateVideoDecoder(string codeName) in CreateVideoDecoder() argument
480 vdec_ = OH_VideoDecoder_CreateByName(codeName.c_str()); in CreateVideoDecoder()
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/hwdecoderapi11_fuzzer/
H A Dvideodec_api11_sample.h54 int32_t RunVideoDec(std::string codeName = "");
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/
H A Dstate_test.cpp62 const char *codeName = OH_AVCapability_GetName(cap); in SetUp() local
63 cout << "codecname: " << codeName << endl; in SetUp()
64 int32_t ret = vEncSample->CreateVideoEncoder(codeName); in SetUp()
/ohos5.0/base/web/webview/interfaces/kits/napi/web_net_error_code/
H A Dnapi_web_net_errorcode.cpp36 #define NAPI_NET_ERROR_CODE(codeName, code) \ argument
38 codeName, \
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/InnerAPI/
H A Dvideodec_ndk_inner_sample.cpp280 int32_t VDecNdkInnerSample::RunVideoDecoder(const std::string &codeName) in RunVideoDecoder() argument
283 int32_t ret = CreateByName(codeName); in RunVideoDecoder()
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/InnerAPI/
H A Dvideodec_ndk_inner_sample.cpp320 int32_t VDecNdkInnerSample::RunVideoDecoder(const std::string &codeName) in RunVideoDecoder() argument
323 int32_t ret = CreateByName(codeName); in RunVideoDecoder()

12