/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | sqlite_sql_builder.cpp | 138 std::string &builder, const std::string &name, const std::string &clause, const std::string &table) in AppendClause() 143 builder.append(name); in AppendClause() 137 AppendClause( std::string &builder, const std::string &name, const std::string &clause, const std::string &table) AppendClause() argument
|
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/ |
H A D | softbus_handler_asset.cpp | 95 .name = const_cast<char*>(ASSET_LOCAL_SESSION_NAME.c_str()), in CreateAssetLocalSessionServer() 159 .name = const_cast<char*>((ASSET_LOCAL_SESSION_NAME.c_str())), in AssetBind()
|
/foundation/graphic/graphic_2d/graphic_test/graphic_test/rs_func_feature/component_capture/ |
H A D | demo.cpp | 59 filename += testInfo->name() + std::string(".png");
65 testInfo->test_case_name(), testInfo->name());
123 * @tc.name: GRAPHIC_TEST_UI_CAPTURE_01
157 * @tc.name: GRAPHIC_TEST_UI_CAPTURE_02
180 * @tc.name: GRAPHIC_TEST_UI_CAPTURE_03
203 * @tc.name: GRAPHIC_TEST_UI_CAPTURE_04
242 * @tc.name: GRAPHIC_TEST_UI_CAPTURE_05
271 * @tc.name: GRAPHIC_TEST_UI_CAPTURE_06
300 * @tc.name: GRAPHIC_TEST_UI_CAPTURE_07
329 * @tc.name [all...] |
/test/ostest/wukong/report/src/ |
H A D | report.cpp | 76 std::string targetFile(event->name); in ListenCrashDir() 78 DEBUG_LOG_STR("%s --- IN_CLOSE_WRITE\n", event->name); in ListenCrashDir() 302 modules << "name, base" << std::endl; in SegmentedWriteCSV() 304 modules << "name, base, detail, info" << std::endl; in SegmentedWriteCSV() 319 modules << "name, all"; in SegmentedWriteCSV() 328 // loop app show name-type statistics content in SegmentedWriteCSV() 335 modules << "name, all" << std::endl; in SegmentedWriteCSV() 344 modules << "name, exception" << std::endl; in SegmentedWriteCSV() 398 // loop app show name-type statistics content in SegmentedWriteJson()
|
/test/xts/acts/distributeddatamgr/relationalStoretest/relationalStoreJstest/hap/entry/src/ohosTest/js/test/ |
H A D | RelationalStoreDistributedJsunit.test.js | 27 "name TEXT NOT NULL," +"age INTEGER)"
30 "name TEXT NOT NULL," +"price REAL," +
36 "name": STORE_NAME,
43 "name TEXT NOT NULL," +
57 "name TEXT NOT NULL," +
72 "name TEXT NOT NULL," +
117 * @tc.name testRdbStoreDistributed0002
139 * @tc.name testRdbStoreDistributed0003
141 * @tc.desc set distributed table using one table name
161 * @tc.name testRdbStoreDistributed000 [all...] |
/test/xts/acts/graphic/graphicvulkannapitest/ |
H A D | VulkanTest.cpp | 45 OHNativeWindow* CreateNativeWindow(std::string name); 183 OHNativeWindow* VulkanLoaderUnitTest::CreateNativeWindow(std::string name) in CreateNativeWindow() argument 260 * @tc.name: Load base Vulkan functions 295 * @tc.name: load instance based function pointer 358 * @tc.name: test vkEnumeratePhysicalDevices 390 * @tc.name: test vkCreateDevice 433 * @tc.name: test vkCreateDevice 486 * @tc.name: test vkCreateDevice
|
/test/xts/acts/multimedia/av_codec/vcodec/swdecoder/src/ |
H A D | videodec_ndk_sample.cpp | 64 TestConsumerListener(sptr<Surface> cs, std::string_view name) : cs(cs) in TestConsumerListener() argument 67 outFile_->open(name.data(), std::ios::out | std::ios::binary); in TestConsumerListener()
|
/test/xts/acts/multimedia/avsource/entry/src/main/cpp/ |
H A D | audioEncoderAvBuffer.cpp | 66 const char *name = OH_AVCapability_GetName(capability); in AudioEncoderCreateByName() local 67 checkParam = OH_AudioCodec_CreateByName(name); in AudioEncoderCreateByName()
|
H A D | audioencoderxdlndk.cpp | 63 const char *name = OH_AVCapability_GetName(capability);
in AudioEncoderCreateByName() local 64 checkParam = OH_AudioEncoder_CreateByName(name);
in AudioEncoderCreateByName()
|
/test/xts/acts/multimedia/media/media_js_standard/screenCapture_ndk_test/entry/src/main/cpp/ |
H A D | nativeAVScreenCapturendk.cpp | 211 const char *name = OH_AVCapability_GetName(capability); in NormalAVScreenCaptureSurfaceTest() local 212 g_videoEnc = OH_VideoEncoder_CreateByName(name); in NormalAVScreenCaptureSurfaceTest()
|
/test/xts/hats/kernel/syscalls/net/sockopt/ |
H A D | SockoptApiTest.cpp | 45 std::string name; member 146 std::string name; member 199 * @tc.name : SetAndGetsockoptSupportOptSuccess_0001 238 * @tc.name : SetAndGetsockoptSndAndRcvTestSuccess_0002 285 * @tc.name : SetAndGetsockoptTCP_TIMESTAMPTestSuccess_0003 317 * @tc.name : SetAndGetsockoptIPV6_2292PKTOPTIONSTestSuccess_0004 348 * @tc.name : SetAndGetsockoptSO_LINGERTestSuccess_0005 384 * @tc.name : SetAndGetsockoptSO_TIMEOTestSuccess_0006 420 * @tc.name : SetsockoptSO_FILTERTestSuccess_0007 478 * @tc.name [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | crystalhd.c | 330 avctx->codec->name); in init() 356 av_log(avctx, AV_LOG_ERROR, "CrystalHD: Unknown codec name\n"); in init() 778 .p.name = #x "_crystalhd", \
|
H A D | lcldec.c | 648 .p.name = "mszh", 663 .p.name = "zlib",
|
H A D | flashsv.c | 505 .p.name = "flashsv", 573 .p.name = "flashsv2",
|
H A D | g729dec.c | 756 .p.name = "g729", 769 .p.name = "acelp.kelvin",
|
H A D | mjpegenc.c | 646 .p.name = "mjpeg", 675 .p.name = "amv",
|
H A D | v4l2_buffers.c | 445 av_log(logger(avbuf), AV_LOG_ERROR, "%s: driver decode error\n", avbuf->context->name); in ff_v4l2_buffer_buf_to_avframe() 468 av_log(logger(avbuf), AV_LOG_ERROR, "%s driver encode error\n", avbuf->context->name); in ff_v4l2_buffer_buf_to_avpkt()
|
H A D | vaapi_vc1.c | 507 .name = "wmv3_vaapi", 524 .name = "vc1_vaapi",
|
H A D | siren.c | 845 .p.name = "siren", 861 .p.name = "msnsiren",
|
/third_party/ffmpeg/libavfilter/ |
H A D | asrc_sinc.c | 408 .name = "default", 436 .name = "sinc",
|
H A D | vsrc_gradients.c | 417 .name = "default", 424 .name = "gradients",
|
H A D | vsrc_life.c | 435 .name = "default", 443 .name = "life",
|
H A D | vsrc_mandelbrot.c | 405 .name = "default", 413 .name = "mandelbrot",
|
/third_party/ffmpeg/libavformat/ |
H A D | wavenc.c | 510 .name = "wav", 609 .name = "w64",
|
/third_party/ffmpeg/libavformat/tests/ |
H A D | movenc.c | 138 static void init_out(const char *name) in init_out() argument 141 cur_name = name; in init_out()
|