Home
last modified time | relevance | path

Searched refs:millSecondWidth (Results 1 - 4 of 4) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/common/
H A Drs_common_tools.cpp38 int millSecondWidth = 3; // millsecond width in GetLocalTime() local
39 ss << std::put_time(tm, "%Y-%m-%d %H_%M_%S.") << std::setfill('0') << std::setw(millSecondWidth) << ms.count(); in GetLocalTime()
/foundation/multimedia/player_framework/frameworks/native/avmetadatahelper/
H A Davmetadatahelper_impl.h72 int millSecondWidth = 3; in GetLocalTime() local
74 << std::setw(millSecondWidth) << ms.count(); in GetLocalTime()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dimage_utils_test.cpp498 int millSecondWidth = 3; in HWTEST_F() local
499 ss << std::put_time(&tm, "%Y-%m-%d %H_%M_%S.") << std::setfill('0') << std::setw(millSecondWidth) << ms.count(); in HWTEST_F()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/
H A Dimage_utils.cpp576 int millSecondWidth = 3; in GetLocalTime() local
577 ss << std::put_time(&tm, "%Y-%m-%d %H_%M_%S.") << std::setfill('0') << std::setw(millSecondWidth) << ms.count(); in GetLocalTime()

Completed in 4 milliseconds