/foundation/arkui/ace_engine/frameworks/core/components/text_clock/ |
H A D | text_clock_component.h | 30 const std::string DEFAULT_FORMAT = "hms"; member 53 std::string format_ = DEFAULT_FORMAT;
|
H A D | render_text_clock.h | 72 std::string format_ = DEFAULT_FORMAT;
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | text_timer_modifier.cpp | 24 const std::string DEFAULT_FORMAT = "HH:mm:ss.SS"; member 114 formatStr = DEFAULT_FORMAT; in SetFormat() 121 formatStr = DEFAULT_FORMAT; in SetFormat() 136 TextTimerModelNG::SetFormat(frameNode, DEFAULT_FORMAT); in ResetFormat()
|
/foundation/arkui/ace_engine/frameworks/core/components/declaration/texttimer/ |
H A D | texttimer_declaration.h | 27 inline const char DEFAULT_FORMAT[] = "HH:mm:ss.S"; member 32 std::string format_ = DEFAULT_FORMAT;
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/texttimer/ |
H A D | text_timer_pattern.cpp | 34 const std::string DEFAULT_FORMAT = "HH:mm:ss.SS"; member 248 timerText = Localization::GetInstance()->FormatDuration(elapsedTime, DEFAULT_FORMAT); in UpdateTextTimer() 261 CHECK_NULL_RETURN(textTimerLayoutProperty, DEFAULT_FORMAT); in GetFormat() 262 return textTimerLayoutProperty->GetFormat().value_or(DEFAULT_FORMAT); in GetFormat() 327 auto format = layoutProperty->GetFormat().value_or(DEFAULT_FORMAT); in GetMillisecondsDuration() 390 auto format = textTimerLayoutProperty->GetFormat().value_or(DEFAULT_FORMAT); in DumpInfo() 401 json->Put("format", textTimerLayoutProperty->GetFormat().value_or(DEFAULT_FORMAT).c_str()); in DumpInfo()
|
H A D | text_timer_layout_property.cpp | 22 inline const std::string DEFAULT_FORMAT = "HH:mm:ss.SS"; member 73 json->PutExtAttr("format", propFormat_.value_or(DEFAULT_FORMAT).c_str(), filter); in ToJsonValue()
|
/foundation/multimedia/image_framework/frameworks/kits/cj/src/ |
H A D | image_impl.cpp | 22 const int32_t DEFAULT_FORMAT = 12; member 93 *ret = DEFAULT_FORMAT; in GetFormat()
|
/foundation/multimedia/audio_framework/test/fuzztest/audioeffectchain_fuzzer/ |
H A D | audio_effect_chain_fuzzer.cpp | 42 const int32_t DEFAULT_FORMAT = 1; member 314 DeviceAttrAdapter validAdapter = {DEFAULT_RATE, DEFAULT_CHANNEL, DEFAULT_FORMAT, true, in AudioEnhanceChainFuzzTest() 315 DEFAULT_RATE, DEFAULT_CHANNEL, DEFAULT_FORMAT, true, DEFAULT_RATE, DEFAULT_CHANNEL, DEFAULT_FORMAT}; in AudioEnhanceChainFuzzTest()
|
/foundation/multimedia/audio_framework/frameworks/native/audioeffect/test/unittest/enhance_unit_test/src/ |
H A D | audio_enhance_chain_adapter_unit_test.cpp | 47 const int32_t DEFAULT_FORMAT = 1; member 74 validAdapter = {DEFAULT_RATE, DEFAULT_CHANNEL, DEFAULT_FORMAT, true, in SetUpTestCase() 75 DEFAULT_RATE, DEFAULT_CHANNEL, DEFAULT_FORMAT, true, DEFAULT_RATE, DEFAULT_CHANNEL, DEFAULT_FORMAT}; in SetUpTestCase()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_texttimer.cpp | 60 const std::string DEFAULT_FORMAT = "HH:mm:ss.SS"; member 141 TextTimerModel::GetInstance()->SetFormat(DEFAULT_FORMAT); in SetFormat() 150 format = DEFAULT_FORMAT; in SetFormat() 157 format = DEFAULT_FORMAT; in SetFormat()
|
/foundation/multimedia/audio_framework/frameworks/native/audioeffect/src/ |
H A D | audio_enhance_chain.cpp | 35 const uint32_t DEFAULT_FORMAT = 2; member 59 algoSupportedConfig_ = {DEFAULT_FRAMELENGTH, DEFAULT_SAMPLE_RATE, DEFAULT_FORMAT * BITLENGTH, in InitAudioEnhanceChain() 62 uint32_t byteLenPerFrame = DEFAULT_FRAMELENGTH * (DEFAULT_SAMPLE_RATE / MILLISECOND) * DEFAULT_FORMAT; in InitAudioEnhanceChain() 63 algoAttr_ = {DEFAULT_FORMAT, deviceAttr_.micChannels, byteLenPerFrame}; in InitAudioEnhanceChain()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_clock/ |
H A D | text_clock_pattern.cpp | 52 const std::string DEFAULT_FORMAT = "aa hh:mm:ss"; member 757 CHECK_NULL_RETURN(textClockLayoutProperty, DEFAULT_FORMAT); in GetFormat() 758 return textClockLayoutProperty->GetFormat().value_or(DEFAULT_FORMAT); in GetFormat()
|