Home
last modified time | relevance | path

Searched defs:secondValue (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/multimedia/media_foundation/services/media_monitor/test/unittest/event_bean_test/src/
H A Devent_bean_unit_test.cpp158 int32_t secondValue = 1; variable
170 int32_t secondValue = 1; variable
182 std::string secondValue = "com.sample.unittest2"; variable
194 std::string secondValue = "com.sample.unittest2"; variable
206 uint64_t secondValue = 1000000000; variable
218 uint64_t secondValue = 1000000000; variable
230 float secondValue = 0.24; variable
242 float secondValue = 0.24; variable
/ohos5.0/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()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributedWant/
H A Ddistributed_want_test.cpp1760 std::vector<zchar> secondValue({U'字', U'符'}); variable
1870 zchar secondValue = U'文'; variable
1893 zchar secondValue = U'文'; variable
2327 std::vector<short> secondValue({1, 8, -9}); variable
2433 short secondValue = 2; variable
2456 short secondValue = 0; variable
2877 int secondValue = 2; variable
2900 int secondValue = 0; variable
2991 std::vector<int> secondValue({1, 8, -9}); variable
3328 std::vector<byte> secondValue({'1', 'd'}); variable
[all …]
/ohos5.0/foundation/ability/ability_base/test/unittest/want/
H A Dwant_test.cpp2126 std::vector<zchar> secondValue({U'字', U'符'}); variable
2231 zchar secondValue = U'文'; variable
2253 zchar secondValue = U'文'; variable
2671 std::vector<short> secondValue({1, 8, -9}); variable
2774 short secondValue = 2; variable
2796 short secondValue = 0; variable
3203 int secondValue = 2; variable
3225 int secondValue = 0; variable
3313 std::vector<int> secondValue({1, 8, -9}); variable
3638 std::vector<byte> secondValue({'1', 'd'}); variable
[all …]
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H A Dglobal_utils.c183 uint32_t secondValue = GetValueFromLocale(resConfig[1]); // secondValue may be script or region in FindOffsetByLangWithScriptOrRegion() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_datepicker.cpp1434 auto secondValue = paramObject->GetProperty(TIMEPICKER_OPTIONS_SECOND); in DateTimeOptions() local