Home
last modified time | relevance | path

Searched refs:DEFAULT_FORMAT_API_TEN (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_clock/
H A Dtext_clock_layout_property.cpp25 inline const std::string DEFAULT_FORMAT_API_TEN = "hms"; variable
96 json->PutExtAttr("format", propFormat_.value_or(DEFAULT_FORMAT_API_TEN).c_str(), filter); in ToJsonValue()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_text_clock_ffi.cpp36 const std::string DEFAULT_FORMAT_API_TEN = "hms"; variable
142 TextClockModel::GetInstance()->SetFormat(DEFAULT_FORMAT_API_TEN); in FfiOHOSAceFrameworkTextClockFormat()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_text_clock.cpp66 const std::string DEFAULT_FORMAT_API_TEN = "hms"; variable
249 TextClockModel::GetInstance()->SetFormat(DEFAULT_FORMAT_API_TEN); in SetFormat()
259 TextClockModel::GetInstance()->SetFormat(DEFAULT_FORMAT_API_TEN); in SetFormat()