Home
last modified time | relevance | path

Searched refs:BASE_YEAR (Results 1 - 8 of 8) sorted by relevance

/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/media_library_manager_test/include/
H A Dphoto_proxy_test.h30 const int32_t BASE_YEAR = 1900; member
50 title_ = "IMG_" + to_string(localTime->tm_year + BASE_YEAR) + streamObj.str(); in PhotoProxyTest()
57 photoId_ = to_string(localTime->tm_year + BASE_YEAR) + streamObj2.str(); in PhotoProxyTest()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_helper_test/include/
H A Dphoto_proxy_test.h30 const int32_t BASE_YEAR = 1900; member
51 displayName_ = "IMG_" + std::to_string(localTime->tm_year + BASE_YEAR) + streamObj.str() + ".jpg"; in PhotoProxyTest()
59 photoId_ = std::to_string(localTime->tm_year + BASE_YEAR) + streamObj2.str(); in PhotoProxyTest()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/fuzztest/medialibrarymediaphotoassetproxy_fuzzer/
H A Dmedialibrarymediaphotoassetproxy_fuzzer.h38 const int32_t BASE_YEAR = 1900; member
58 title_ = "IMG_" + to_string(localTime->tm_year + BASE_YEAR) + streamObj.str(); in PhotoProxyFuzzTest()
65 photoId_ = to_string(localTime->tm_year + BASE_YEAR) + streamObj2.str(); in PhotoProxyFuzzTest()
/foundation/arkui/ace_engine/frameworks/core/components/text_clock/
H A Drender_text_clock.cpp20 constexpr int32_t BASE_YEAR = 1900; member
118 dateTime.year = static_cast<uint32_t>(local->tm_year + BASE_YEAR); in GetDateTime()
/foundation/communication/dsoftbus/adapter/common/kernel/posix/
H A Dsoftbus_adapter_timer.c182 const int32_t BASE_YEAR = 1900; local
185 formatedDateTime.tm_year + BASE_YEAR, formatedDateTime.tm_mon + BASE_MONTH, formatedDateTime.tm_mday,
/foundation/arkui/ace_engine/frameworks/base/log/
H A Dace_performance_check.cpp26 constexpr int32_t BASE_YEAR = 1900; member
120 dateTime.year = static_cast<uint32_t>(local->tm_year + BASE_YEAR); in GetCurrentTime()
/foundation/arkui/ace_engine/frameworks/core/components/refresh/
H A Drender_refresh.cpp25 constexpr int32_t BASE_YEAR = 1900; member
558 dateTime.year = static_cast<uint32_t>(local->tm_year + BASE_YEAR); in GetFormatDateTime()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_clock/
H A Dtext_clock_pattern.cpp33 constexpr int32_t BASE_YEAR = 1900; member
327 dateTime.year =static_cast<uint32_t>(timeZoneTime->tm_year + BASE_YEAR); in GetCurrentFormatDateTime()

Completed in 5 milliseconds