Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_picker_base.h73 bool GetPickerTime(const std::string& strDate, PickerTime& outTime) const;
H A Ddom_picker_base.cpp115 bool DOMPickerBase::GetPickerTime(const std::string& strDate, PickerTime& outTime) const in GetPickerTime() function in OHOS::Ace::Framework::DOMPickerBase
657 if (GetPickerTime(value, time)) { in SetDateTimeSelected()