Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_picker_base.cpp136 std::vector<std::string> strValues; in GetPickerDateTime() local
137 StringUtils::StringSplitter(strDate, PICKER_DATE_SPLITTER, strValues); in GetPickerDateTime()
140 if (strValues.size() == 4) { // MM-dd-hh-mm in GetPickerDateTime()
141 outDate.SetMonth(StringUtils::StringToInt(strValues[0])); in GetPickerDateTime()
142 outDate.SetDay(StringUtils::StringToInt(strValues[1])); in GetPickerDateTime()
143 outTime.SetHour(StringUtils::StringToInt(strValues[2])); in GetPickerDateTime()
144 outTime.SetMinute(StringUtils::StringToInt(strValues[3])); in GetPickerDateTime()
145 } else if (strValues.size() == 5) { // yyyy-MM-dd-hh-mm in GetPickerDateTime()
146 outDate.SetYear(StringUtils::StringToInt(strValues[0])); in GetPickerDateTime()
147 outDate.SetMonth(StringUtils::StringToInt(strValues[ in GetPickerDateTime()
[all...]
/foundation/multimedia/image_effect/test/unittest/
H A DTestJsonHelper.cpp270 std::vector<EffectJsonPtr> strValues = stringRoot->GetArray(); in HWTEST_F() local
271 ASSERT_EQ(strValues.size(), 2); in HWTEST_F()
272 ASSERT_STREQ(strValues[0]->GetString().c_str(), TEST_STR); in HWTEST_F()
273 ASSERT_STREQ(strValues[1]->GetString().c_str(), TEST_STR); in HWTEST_F()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/continue/
H A Ddsched_continue_event.cpp91 std::string *strValues[] = {&srcDeviceId_, &srcBundleName_, &dstDeviceId_, &dstBundleName_, &continueType_}; in Unmarshal() local
100 *strValues[i] = item->valuestring; in Unmarshal()
472 std::string *strValues[] = { in UnmarshalCallerInfo() local
483 *strValues[i] = item->valuestring; in UnmarshalCallerInfo()

Completed in 3 milliseconds