/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/audiodecoderconfigure_fuzzer/ |
H A D | audiodecoderConfigure_fuzzer.cpp | 33 int32_t intData = *reinterpret_cast<const int32_t *>(data); in AudioAACConfigureFuzzTest() local 86 int32_t intData = *reinterpret_cast<const int32_t *>(data); in AudioFlacConfigureFuzzTest() local 138 int32_t intData = *reinterpret_cast<const int32_t *>(data); in AudioMP3ConfigureFuzzTest() local 168 int32_t intData = *reinterpret_cast<const int32_t *>(data); in AudioVorbisConfigureFuzzTest() local 198 int32_t intData = *reinterpret_cast<const int32_t *>(data); in AudioLBVCConfigureFuzzTest() local 250 int32_t intData = *reinterpret_cast<const int32_t *>(data); in AudioAMRNBConfigureFuzzTest() local 302 int32_t intData = *reinterpret_cast<const int32_t *>(data); in AudioAMRWBConfigureFuzzTest() local 354 int32_t intData = *reinterpret_cast<const int32_t *>(data); in AudioAPEConfigureFuzzTest() local 406 int32_t intData = *reinterpret_cast<const int32_t *>(data); in AudioOPUSConfigureFuzzTest() local 458 int32_t intData = *reinterpret_cast<const int32_t *>(data); in AudioG711ConfigureFuzzTest() local [all …]
|
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/audiodecodersetparameter_fuzzer/ |
H A D | audiodecoderSetParameter_fuzzer.cpp | 33 int32_t intData = *reinterpret_cast<const int32_t *>(data); in AudioAACSetParameterFuzzTest() local 85 int32_t intData = *reinterpret_cast<const int32_t *>(data); in AudioFlacSetParameterFuzzTest() local 137 int32_t intData = *reinterpret_cast<const int32_t *>(data); in AudioMP3SetParameterFuzzTest() local 167 int32_t intData = *reinterpret_cast<const int32_t *>(data); in AudioVorbisSetParameterFuzzTest() local 197 int32_t intData = *reinterpret_cast<const int32_t *>(data); in AudioLBVCSetParameterFuzzTest() local 249 int32_t intData = *reinterpret_cast<const int32_t *>(data); in AudioAMRNBSetParameterFuzzTest() local 301 int32_t intData = *reinterpret_cast<const int32_t *>(data); in AudioAMRWBSetParameterFuzzTest() local 353 int32_t intData = *reinterpret_cast<const int32_t *>(data); in AudioAPESetParameterFuzzTest() local 405 int32_t intData = *reinterpret_cast<const int32_t *>(data); in AudioOPUSSetParameterFuzzTest() local 457 int32_t intData = *reinterpret_cast<const int32_t *>(data); in AudioG711SetParameterFuzzTest() local [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/utils/ |
H A D | data_test.cpp | 61 auto intData = new int(); variable 62 EXPECT_TRUE(data->BuildFromMalloc(intData, sizeof(intData))); 75 auto intData = std::make_unique<int>(); variable 76 EXPECT_TRUE(data->BuildWithCopy(intData.get(), sizeof(*intData.get()))); 89 auto intData = std::make_unique<int>(); variable 90 EXPECT_TRUE(data->BuildWithoutCopy(intData.get(), sizeof(*intData.get()))); 103 auto intData = std::make_unique<int>(); variable 130 auto intData = std::make_unique<int>(); variable 131 data->BuildWithCopy(intData.get(), sizeof(*intData.get())); 145 auto intData = std::make_unique<int>(10); variable [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/ |
H A D | skia_data_test.cpp | 63 auto intData = new int(); variable 64 EXPECT_TRUE(skiaData.BuildFromMalloc(intData, sizeof(intData))); 76 auto intData = std::make_unique<int>(); variable 77 EXPECT_TRUE(skiaData.BuildWithCopy(intData.get(), sizeof(*intData.get()))); 89 auto intData = std::make_unique<int>(); variable 90 EXPECT_TRUE(skiaData.BuildWithoutCopy(intData.get(), sizeof(*intData.get()))); 102 auto intData = std::make_unique<int>(); variable 103 EXPECT_TRUE(skiaData.BuildUninitialized(sizeof(*intData.get())));
|
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/ |
H A D | ansmanagerstub_fuzzer.cpp | 82 datas.WriteInt32(intData); in DoSomethingInterestingWithMyAPI() 84 datas.WriteInt32(intData); in DoSomethingInterestingWithMyAPI() 87 datas.WriteInt32(intData); in DoSomethingInterestingWithMyAPI() 89 datas.WriteInt32(intData); in DoSomethingInterestingWithMyAPI() 91 datas.WriteInt32(intData); in DoSomethingInterestingWithMyAPI() 93 datas.WriteInt32(intData); in DoSomethingInterestingWithMyAPI() 96 datas.WriteInt32(intData); in DoSomethingInterestingWithMyAPI() 97 datas.WriteInt32(intData); in DoSomethingInterestingWithMyAPI() 111 datas.WriteInt32(intData); in DoSomethingInterestingWithMyAPI() 115 datas.WriteInt32(intData); in DoSomethingInterestingWithMyAPI() [all …]
|
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/swdecodersetparameter_fuzzer/ |
H A D | swdecodersetparameter_fuzzer.cpp | 46 int32_t intData = *reinterpret_cast<const int32_t *>(data); in DoSomethingInterestingWithMyAPI() local 49 OH_AVFormat_SetIntValue(format, OH_MD_KEY_BITRATE, intData); in DoSomethingInterestingWithMyAPI() 50 OH_AVFormat_SetIntValue(format, OH_MD_KEY_MAX_INPUT_SIZE, intData); in DoSomethingInterestingWithMyAPI() 51 OH_AVFormat_SetIntValue(format, OH_MD_KEY_WIDTH, intData); in DoSomethingInterestingWithMyAPI() 52 OH_AVFormat_SetIntValue(format, OH_MD_KEY_HEIGHT, intData); in DoSomethingInterestingWithMyAPI() 53 OH_AVFormat_SetIntValue(format, OH_MD_KEY_PIXEL_FORMAT, intData); in DoSomethingInterestingWithMyAPI() 54 OH_AVFormat_SetIntValue(format, OH_MD_KEY_VIDEO_ENCODE_BITRATE_MODE, intData); in DoSomethingInterestingWithMyAPI() 55 OH_AVFormat_SetIntValue(format, OH_MD_KEY_PROFILE, intData); in DoSomethingInterestingWithMyAPI() 56 OH_AVFormat_SetIntValue(format, OH_MD_KEY_I_FRAME_INTERVAL, intData); in DoSomethingInterestingWithMyAPI() 57 OH_AVFormat_SetIntValue(format, OH_MD_KEY_ROTATION, intData); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/encodersetparameter_fuzzer/ |
H A D | encodersetparameter_fuzzer.cpp | 50 int32_t intData = *reinterpret_cast<const int32_t *>(data); in DoSomethingInterestingWithMyAPI() local 53 OH_AVFormat_SetIntValue(format, OH_MD_KEY_BITRATE, intData); in DoSomethingInterestingWithMyAPI() 54 OH_AVFormat_SetIntValue(format, OH_MD_KEY_MAX_INPUT_SIZE, intData); in DoSomethingInterestingWithMyAPI() 55 OH_AVFormat_SetIntValue(format, OH_MD_KEY_WIDTH, intData); in DoSomethingInterestingWithMyAPI() 56 OH_AVFormat_SetIntValue(format, OH_MD_KEY_HEIGHT, intData); in DoSomethingInterestingWithMyAPI() 57 OH_AVFormat_SetIntValue(format, OH_MD_KEY_PIXEL_FORMAT, intData); in DoSomethingInterestingWithMyAPI() 58 OH_AVFormat_SetIntValue(format, OH_MD_KEY_VIDEO_ENCODE_BITRATE_MODE, intData); in DoSomethingInterestingWithMyAPI() 59 OH_AVFormat_SetIntValue(format, OH_MD_KEY_PROFILE, intData); in DoSomethingInterestingWithMyAPI() 60 OH_AVFormat_SetIntValue(format, OH_MD_KEY_I_FRAME_INTERVAL, intData); in DoSomethingInterestingWithMyAPI() 61 OH_AVFormat_SetIntValue(format, OH_MD_KEY_ROTATION, intData); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/notificationhelper_fuzzer/ |
H A D | notificationhelper_fuzzer.cpp | 38 int32_t intData = fuzzData.GenerateRandomInt32(); in DoSomethingInterestingWithMyAPI() local 40 notificationHelper.SetNotificationsEnabledForAllBundles(intData, enabled); in DoSomethingInterestingWithMyAPI() 46 notificationHelper.SetNotificationSlotFlagsAsBundle(bundleOption, intData); in DoSomethingInterestingWithMyAPI() 47 notificationHelper.CancelAsBundle(bundleOption, intData); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/hiviewdfx/hisysevent/test/fuzztest/common/hisyseventmanager_fuzzer/ |
H A D | hisyseventmanager_fuzzer.cpp | 77 void HiSysEventQueryTest(const std::string& strData, int64_t intData) in HiSysEventQueryTest() argument 80 QueryArg arg(0, intData, intData); in HiSysEventQueryTest() 97 int64_t intData = static_cast<int64_t>(*data); in HiSysEventQueryFuzzTest() local 98 HiSysEventQueryTest(strData, intData); in HiSysEventQueryFuzzTest()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_profiler/unittest/ |
H A D | rs_profiler_archive_test.cpp | 202 archive.Serialize(intData); in Serialize() 208 return intData == other.intData && stringData == other.stringData; in operator ==() 211 int intData = 0; member
|
/ohos5.0/foundation/resourceschedule/qos_manager/test/fuzztest/concurrent_fuzzer/ |
H A D | concurrent_fuzzer.cpp | 506 int32_t intData; in FuzzConcurrentTaskServiceStubQueryDeadlineInner() local 510 intData = GetData<int32_t>(); in FuzzConcurrentTaskServiceStubQueryDeadlineInner() 514 data4.WriteInt32(intData); in FuzzConcurrentTaskServiceStubQueryDeadlineInner() 517 intData = GetData<int32_t>(); in FuzzConcurrentTaskServiceStubQueryDeadlineInner() 518 data4.WriteInt32(intData); in FuzzConcurrentTaskServiceStubQueryDeadlineInner()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/ |
H A D | mtp_packet_tools.cpp | 1046 int intData = static_cast<int>(u8); in DumpChar() local 1048 if (isprint(intData)) { in DumpChar() 1049 if (sprintf_s(txtTmp, sizeof(txtTmp), "%d", intData) == -1) { in DumpChar()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_utils.cpp | 2321 int64_t intData = 0; in BindDataValueByType() local 2322 (void)data.value().GetInt64(intData); in BindDataValueByType() 2323 errCode = SQLiteUtils::MapSQLiteErrno(sqlite3_bind_int64(statement, cid, intData)); in BindDataValueByType()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
H A D | distributeddb_relational_ver_p2p_sync_test.cpp | 206 int64_t intData = 0; in BindValue() local 207 (void)item.GetInt64(intData); in BindValue() 208 EXPECT_EQ(sqlite3_bind_int64(stmt, col, intData), SQLITE_OK); in BindValue()
|