Home
last modified time | relevance | path

Searched refs:GetPickerDateTime (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_picker_base.h74 bool GetPickerDateTime(const std::string& strDate, PickerDateTime& outDateTime) const;
H A Ddom_picker_base.cpp134 bool DOMPickerBase::GetPickerDateTime(const std::string& strDate, PickerDateTime& outDateTime) const in GetPickerDateTime() function in OHOS::Ace::Framework::DOMPickerBase
667 if (GetPickerDateTime(value, dateTime)) { in SetDateTimeSelected()