Home
last modified time | relevance | path

Searched refs:DOUBLE_VALUE (Results 1 - 6 of 6) sorted by relevance

/foundation/multimedia/media_foundation/tests/unittest/format/
H A Davformat_unit_test.cpp37 constexpr double DOUBLE_VALUE = 666.625; member
102 EXPECT_TRUE(format_->PutDoubleValue(DOUBLE_TESTKEY, DOUBLE_VALUE)); in HWTEST_F()
104 EXPECT_TRUE(fabs(DOUBLE_VALUE - getDoubleValue) < EPSINON_DOUBLE); in HWTEST_F()
153 EXPECT_TRUE(format_->PutDoubleValue(DOUBLE_TESTKEY, DOUBLE_VALUE)); in HWTEST_F()
165 dumpStream << DOUBLE_TESTKEY << " = " << DOUBLE_VALUE; in HWTEST_F() local
200 EXPECT_TRUE(format->PutDoubleValue(DOUBLE_TESTKEY, DOUBLE_VALUE)); in HWTEST_F()
208 dumpStream << DOUBLE_TESTKEY << " = " << DOUBLE_VALUE; in HWTEST_F()
259 meta->SetData(DOUBLE_TESTKEY, DOUBLE_VALUE); in HWTEST_F()
268 dumpStream << DOUBLE_TESTKEY << " = " << DOUBLE_VALUE; in HWTEST_F()
493 EXPECT_EQ(iter->second.val.doubleVal, DOUBLE_VALUE); in CheckFormatMap()
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_relational_result_set_test.cpp40 const double DOUBLE_VALUE = 1.123456; // 1.123456 for test member
56 g_doubleValue = DOUBLE_VALUE; in InitGlobalValue()
177 EXPECT_EQ(desDoub, DOUBLE_VALUE); in HWTEST_F()
394 EXPECT_EQ(std::get<double>(data["column 2"]), DOUBLE_VALUE); in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_layout_algorithm.cpp26 const float DOUBLE_VALUE = 2.0f; member
86 gradientheightValue = frameSize.Height() * gradientheight.Value() / DOUBLE_VALUE; in GetGradientPercent()
90 if ((frameSize.Height() / DOUBLE_VALUE) < gradientheightValue) { in GetGradientPercent()
/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Dpro_renderer_stream_impl.cpp34 constexpr uint32_t DOUBLE_VALUE = 2; member
329 currentRate *= DOUBLE_VALUE; in SetRate()
332 currentRate /= DOUBLE_VALUE; in SetRate()
H A Dpa_renderer_stream_impl.cpp40 const uint32_t DOUBLE_VALUE = 2; member
571 currentRate *= DOUBLE_VALUE; in SetRate()
574 currentRate /= DOUBLE_VALUE; in SetRate()
/foundation/multimedia/player_framework/frameworks/native/player/test/unittest/src/
H A Dplayer_unit_test.cpp2612 const double DOUBLE_VALUE = 2.5; in HWTEST_F() local
2619 (void)format.PutDoubleValue(PlayerKeys::AUDIO_EFFECT_MODE, DOUBLE_VALUE); in HWTEST_F()

Completed in 12 milliseconds