Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_clock/
H A Dtext_clock_layout_property.cpp24 inline const std::string DEFAULT_FORMAT_API_ELEVEN = "aa hh:mm:ss"; variable
94 json->PutExtAttr("format", propFormat_.value_or(DEFAULT_FORMAT_API_ELEVEN).c_str(), filter); in ToJsonValue()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_text_clock_ffi.cpp35 const std::string DEFAULT_FORMAT_API_ELEVEN = "aa hh:mm:ss"; variable
135 TextClockModel::GetInstance()->SetFormat(DEFAULT_FORMAT_API_ELEVEN); in FfiOHOSAceFrameworkTextClockFormat()