Home
last modified time | relevance | path

Searched refs:tm1 (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/netmanager_base/utils/common_utils/include/
H A Dnetmanager_base_common_utils.h93 std::tm *tm1 = std::localtime(&tt1); in IsSameNaturalDay() local
95 if (tm1 == nullptr || tm2 == nullptr) { in IsSameNaturalDay()
98 return tm1->tm_year == tm2->tm_year && tm1->tm_mon == tm2->tm_mon && tm1->tm_mday == tm2->tm_mday; in IsSameNaturalDay()
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/mpd_parser/
H A Ddash_mpd_parser.cpp49 struct tm tm1; in String2Time() local
50 memset_s(&tm1, sizeof(tm1), 0, sizeof(tm1)); in String2Time()
56 if (-1 == sscanf_s(szTime.c_str(), "%4d-%2d-%2dT%2d:%2d:%2d", &tm1.tm_year, &tm1.tm_mon, &tm1.tm_mday, &tm1.tm_hour, in String2Time()
57 &tm1.tm_min, &tm1 in String2Time()
[all...]
/foundation/filemanagement/app_file_service/tests/unittests/backup_sa/module_ipc/
H A Dservice_reverse_proxy_test.cpp1001 TestManager tm1("ServiceReverseProxyTest_GetFd_0301"); in HWTEST_F()
1002 std::string manifestFilePath = tm1.GetRootDirCurTest().append(FILE_NAME_MANIFEST); in HWTEST_F()
1733 TestManager tm1("ServiceReverseProxyTest_GetFd_0401"); in HWTEST_F()
1734 std::string manifestFilePath = tm1.GetRootDirCurTest().append(FILE_NAME_MANIFEST); in HWTEST_F()

Completed in 4 milliseconds