Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/services/services/recorder/server/
H A Dmedia_library_adapter.cpp137 struct tm *GetLocaltime(const time_t* clock, struct tm *result) in GetLocaltime() function
153 struct tm* timeResult = GetLocaltime(&clock, &currentTime); in CreateDisplayName()