Home
last modified time | relevance | path

Searched refs:testFloatType (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributedWant/
H A Ddistributed_want_test.cpp3025 using testFloatType = std::tuple<std::string, std::string, float, float, float>; typedef
3026 class DistributedWantFloatParamTest : public testing::TestWithParam<testFloatType> {
3076 …testing::Values(testFloatType("", "aa", -1.1, 100.1, 100.1), testFloatType("", "", -9.1, -41.1, -9…
3077testFloatType("1*中_aR", "aa", 50.1, 5.1, 5.1), testFloatType("1*中_aR", "1*中_aR", -5000.1, 5000.1, …
/ohos5.0/foundation/ability/ability_base/test/unittest/want/
H A Dwant_test.cpp3346 using testFloatType = std::tuple<std::string, std::string, float, float, float>; typedef
3347 class WantFloatParamTest : public testing::TestWithParam<testFloatType> {
3396 …testing::Values(testFloatType("", "aa", -1.1, 100.1, 100.1), testFloatType("", "", -9.1, -41.1, -9…
3397testFloatType("1*中_aR", "aa", 50.1, 5.1, 5.1), testFloatType("1*中_aR", "1*中_aR", -5000.1, 5000.1, …