Home
last modified time | relevance | path

Searched refs:strDate (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_picker_base.h72 bool GetPickerDate(const std::string& strDate, PickerDate& outDate) const;
73 bool GetPickerTime(const std::string& strDate, PickerTime& outTime) const;
74 bool GetPickerDateTime(const std::string& strDate, PickerDateTime& outDateTime) const;
H A Ddom_picker_base.cpp96 bool DOMPickerBase::GetPickerDate(const std::string& strDate, PickerDate& outDate) const in GetPickerDate() argument
99 std::stringstream streamDate(strDate); in GetPickerDate()
115 bool DOMPickerBase::GetPickerTime(const std::string& strDate, PickerTime& outTime) const in GetPickerTime() argument
118 std::stringstream streamDate(strDate); in GetPickerTime()
134 bool DOMPickerBase::GetPickerDateTime(const std::string& strDate, PickerDateTime& outDateTime) const in GetPickerDateTime() argument
137 StringUtils::StringSplitter(strDate, PICKER_DATE_SPLITTER, strValues); in GetPickerDateTime()
/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Dholiday_manager.cpp52 char strDate[10]; in HolidayManager() local
53 size_t resCode = strftime(strDate, sizeof(strDate), "%Y%m%d", &tmObj); in HolidayManager()
58 std::string startDate(strDate); in HolidayManager()
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/plugincomponent/
H A Djs_plugin_callback.cpp118 std::string strDate; in SendRequestEventResult() member
130 AceKVObjectToString(cbInfo_.env, jsData, data->strDate); in SendRequestEventResult()
149 data->want, data->strTemplate, data->strDate, data->strExtraData); in SendRequestEventResult()