Home
last modified time | relevance | path

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

/ohos5.0/base/time/time_service/services/ipc/proxy/
H A Dtime_service_proxy.cpp162 int32_t TimeServiceProxy::SetTimeZone(const std::string &timeZoneId, APIVersion apiVersion) in SetTimeZone()
187 int32_t TimeServiceProxy::GetTimeZone(std::string &timeZoneId) in GetTimeZone()
/ohos5.0/base/time/time_service/services/ipc/stub/
H A Dtime_service_stub.cpp130 std::string timeZoneId = data.ReadString(); in OnSetTimeZone() local
151 std::string timeZoneId; in OnGetTimeZone() local
/ohos5.0/base/global/i18n/frameworks/zone/test/unittest/
H A Dzone_util_test.cpp320 std::string timeZoneId = util.GetDefaultZone(vec[i]); variable
/ohos5.0/base/time/time_service/services/
H A Dtime_system_ability.cpp689 int32_t TimeSystemAbility::SetTimeZone(const std::string &timeZoneId, APIVersion apiVersion) in SetTimeZone()
701 int32_t TimeSystemAbility::GetTimeZone(std::string &timeZoneId) in GetTimeZone()
/ohos5.0/base/time/time_service/interfaces/inner_api/src/
H A Dtime_service_client.cpp443 std::string timeZoneId; in GetTimeZone() local