Home
last modified time | relevance | path

Searched refs:secondValue (Results 1 - 5 of 5) sorted by relevance

/foundation/multimedia/media_foundation/services/media_monitor/test/unittest/event_bean_test/src/
H A Devent_bean_unit_test.cpp158 int32_t secondValue = 1; in HWTEST() local
161 bean->UpdateIntMap(key, secondValue); in HWTEST()
162 EXPECT_EQ(bean->GetIntValue(key), secondValue); in HWTEST()
170 int32_t secondValue = 1; in HWTEST() local
173 bean->UpdateIntMap(key, secondValue); in HWTEST()
182 std::string secondValue = "com.sample.unittest2"; in HWTEST() local
185 bean->UpdateStringMap(key, secondValue); in HWTEST()
186 EXPECT_EQ(bean->GetStringValue(key), secondValue); in HWTEST()
194 std::string secondValue = "com.sample.unittest2"; in HWTEST() local
197 bean->UpdateStringMap(key, secondValue); in HWTEST()
206 uint64_t secondValue = 1000000000; HWTEST() local
218 uint64_t secondValue = 1000000000; HWTEST() local
230 float secondValue = 0.24; HWTEST() local
242 float secondValue = 0.24; HWTEST() local
[all...]
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/vertexprimitive/
H A Dgeometry_range_adapter.h40 inline void SwapElements(T& firstValue, T& secondValue) in SwapElements() argument
43 firstValue = secondValue; in SwapElements()
44 secondValue = temp; in SwapElements()
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributedWant/
H A Ddistributed_want_test.cpp1746 std::vector<zchar> secondValue({U'字', U'符'}); in HWTEST_F()
1751 want_->SetParam(emptyStr, secondValue); in HWTEST_F()
1769 std::vector<zchar> secondValue({U'字', U'符'}); in HWTEST_F()
1774 want_->SetParam(firstKey, secondValue); in HWTEST_F()
1775 EXPECT_EQ(secondValue, want_->GetCharArrayParam(firstKey)); in HWTEST_F()
1856 zchar secondValue = U'文'; in HWTEST_F() local
1863 want_->SetParam(emptyStr, secondValue); in HWTEST_F()
1879 zchar secondValue = U'文'; in HWTEST_F() local
1885 want_->SetParam(firstKey, secondValue); in HWTEST_F()
1886 EXPECT_EQ(secondValue, want in HWTEST_F()
2419 short secondValue = 2; HWTEST_F() local
2442 short secondValue = 0; HWTEST_F() local
2863 int secondValue = 2; HWTEST_F() local
2886 int secondValue = 0; HWTEST_F() local
[all...]
/foundation/ability/ability_base/test/unittest/want/
H A Dwant_test.cpp2126 std::vector<zchar> secondValue({U'字', U'符'}); in HWTEST_F()
2131 want_->SetParam(emptyStr, secondValue); in HWTEST_F()
2147 std::vector<zchar> secondValue({U'字', U'符'}); in HWTEST_F()
2152 want_->SetParam(firstKey, secondValue); in HWTEST_F()
2153 EXPECT_EQ(secondValue, want_->GetCharArrayParam(firstKey)); in HWTEST_F()
2231 zchar secondValue = U'文'; in HWTEST_F() local
2238 want_->SetParam(emptyStr, secondValue); in HWTEST_F()
2253 zchar secondValue = U'文'; in HWTEST_F() local
2259 want_->SetParam(firstKey, secondValue); in HWTEST_F()
2260 EXPECT_EQ(secondValue, want in HWTEST_F()
2774 short secondValue = 2; HWTEST_F() local
2796 short secondValue = 0; HWTEST_F() local
3203 int secondValue = 2; HWTEST_F() local
3225 int secondValue = 0; HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_datepicker.cpp1440 auto secondValue = paramObject->GetProperty(TIMEPICKER_OPTIONS_SECOND); in DateTimeOptions() local
1441 if (secondValue->IsString()) { in DateTimeOptions()
1443 std::string second = secondValue->ToString(); in DateTimeOptions()

Completed in 16 milliseconds