Home
last modified time | relevance | path

Searched defs:timeZoneId (Results 1 – 4 of 4) sorted by relevance

/base/time/time_service/services/ipc/stub/
Dtime_service_stub.cpp102 std::string timeZoneId = data.ReadString(); in OnSetTimeZone() local
122 std::string timeZoneId; in OnGetTimeZone() local
/base/time/time_service/services/ipc/proxy/
Dtime_service_proxy.cpp149 int32_t TimeServiceProxy::SetTimeZone(const std::string &timeZoneId, APIVersion apiVersion) in SetTimeZone()
174 int32_t TimeServiceProxy::GetTimeZone(std::string &timeZoneId) in GetTimeZone()
/base/time/time_service/services/
Dtime_system_ability.cpp578 int32_t TimeSystemAbility::SetTimeZone(const std::string &timeZoneId, APIVersion apiVersion) in SetTimeZone()
590 int32_t TimeSystemAbility::GetTimeZone(std::string &timeZoneId) in GetTimeZone()
/base/time/time_service/interfaces/inner_api/src/
Dtime_service_client.cpp287 std::string timeZoneId; in GetTimeZone() local