Home
last modified time | relevance | path

Searched refs:doubleData (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/swdecodersetparameter_fuzzer/
H A Dswdecodersetparameter_fuzzer.cpp48 double doubleData = *reinterpret_cast<const double *>(data); in DoSomethingInterestingWithMyAPI() local
59 OH_AVFormat_SetDoubleValue(format, OH_MD_KEY_FRAME_RATE, doubleData); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/encodersetparameter_fuzzer/
H A Dencodersetparameter_fuzzer.cpp52 double doubleData = *reinterpret_cast<const double *>(data); in DoSomethingInterestingWithMyAPI() local
63 OH_AVFormat_SetDoubleValue(format, OH_MD_KEY_FRAME_RATE, doubleData); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_utils.cpp2328 double doubleData = 0; in BindDataValueByType() local
2329 (void)data.value().GetDouble(doubleData); in BindDataValueByType()
2330 errCode = SQLiteUtils::MapSQLiteErrno(sqlite3_bind_double(statement, cid, doubleData)); in BindDataValueByType()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_relational_ver_p2p_sync_test.cpp213 double doubleData = 0; in BindValue() local
214 (void)item.GetDouble(doubleData); in BindValue()
215 EXPECT_EQ(sqlite3_bind_double(stmt, col, doubleData), SQLITE_OK); in BindValue()