Searched refs:secondDefaultValue (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributedWant/ |
H A D | distributed_want_test.cpp | 1873 zchar secondDefaultValue = U'集'; variable 1880 EXPECT_EQ(thirdValue, want_->GetCharParam(emptyStr, secondDefaultValue)); 1895 zchar secondDefaultValue = U'符'; variable 1902 EXPECT_EQ(secondDefaultValue, want_->GetCharParam(secondKey, secondDefaultValue)); 2436 short secondDefaultValue = 5; variable 2459 short secondDefaultValue = -10; variable 2466 EXPECT_EQ(secondDefaultValue, want_->GetShortParam(secondKey, secondDefaultValue)); 2880 int secondDefaultValue = 5; variable 2887 EXPECT_EQ(thirdValue, want_->GetIntParam(emptyStr, secondDefaultValue)); 2903 int secondDefaultValue = -10; variable [all …]
|
/ohos5.0/foundation/ability/ability_base/test/unittest/want/ |
H A D | want_test.cpp | 2234 zchar secondDefaultValue = U'集'; variable 2241 EXPECT_EQ(thirdValue, want_->GetCharParam(emptyStr, secondDefaultValue)); 2255 zchar secondDefaultValue = U'符'; variable 2262 EXPECT_EQ(secondDefaultValue, want_->GetCharParam(secondKey, secondDefaultValue)); 2777 short secondDefaultValue = 5; variable 2799 short secondDefaultValue = -10; variable 2806 EXPECT_EQ(secondDefaultValue, want_->GetShortParam(secondKey, secondDefaultValue)); 3206 int secondDefaultValue = 5; variable 3213 EXPECT_EQ(thirdValue, want_->GetIntParam(emptyStr, secondDefaultValue)); 3228 int secondDefaultValue = -10; variable [all …]
|