Home
last modified time | relevance | path

Searched refs:floatKey (Results 1 - 3 of 3) sorted by relevance

/foundation/multimedia/media_foundation/tests/unittest/format/
H A Davformat_unit_test.cpp78 const std::string_view floatKey = "FloatKey"; in HWTEST_F() local
97 EXPECT_TRUE(format_->PutFloatValue(floatKey, floatValue)); in HWTEST_F()
98 EXPECT_TRUE(format_->GetFloatValue(floatKey, getFloatValue)); in HWTEST_F()
100 EXPECT_FALSE(format_->GetDoubleValue(floatKey, getDoubleValue)); in HWTEST_F()
147 const std::string_view floatKey = "FloatKey"; in HWTEST_F() local
152 EXPECT_TRUE(format_->PutFloatValue(floatKey, floatValue)); in HWTEST_F()
160 dumpStream << floatKey << " = " << floatValue; in HWTEST_F()
473 const std::string floatKey = "FloatKey"; in CheckFormatMap() local
485 iter = formatMap.find(floatKey); in CheckFormatMap()
531 const std::string floatKey in HWTEST_F() local
562 const std::string floatKey = "FloatKey"; HWTEST_F() local
587 const std::string floatKey = "FloatKey"; CheckValueType() local
619 const std::string floatKey = "FloatKey"; HWTEST_F() local
649 const std::string floatKey = "FloatKey"; HWTEST_F() local
[all...]
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributedWant/
H A Ddistributed_want_test.cpp1190 std::string floatKey = "floatKey"; in AddFloatParams() local
1195 key = floatKey + std::to_string(i); in AddFloatParams()
/foundation/ability/ability_base/test/unittest/want/
H A Dwant_test.cpp912 std::string floatKey = "floatKey"; in AddFloatParams() local
917 key = floatKey + std::to_string(i); in AddFloatParams()

Completed in 14 milliseconds