Searched refs:doubleData (Results 1 – 4 of 4) sorted by relevance
48 double doubleData = *reinterpret_cast<const double *>(data); in DoSomethingInterestingWithMyAPI() local59 OH_AVFormat_SetDoubleValue(format, OH_MD_KEY_FRAME_RATE, doubleData); in DoSomethingInterestingWithMyAPI()
52 double doubleData = *reinterpret_cast<const double *>(data); in DoSomethingInterestingWithMyAPI() local63 OH_AVFormat_SetDoubleValue(format, OH_MD_KEY_FRAME_RATE, doubleData); in DoSomethingInterestingWithMyAPI()
2328 double doubleData = 0; in BindDataValueByType() local2329 (void)data.value().GetDouble(doubleData); in BindDataValueByType()2330 errCode = SQLiteUtils::MapSQLiteErrno(sqlite3_bind_double(statement, cid, doubleData)); in BindDataValueByType()
213 double doubleData = 0; in BindValue() local214 (void)item.GetDouble(doubleData); in BindValue()215 EXPECT_EQ(sqlite3_bind_double(stmt, col, doubleData), SQLITE_OK); in BindValue()