Home
last modified time | relevance | path

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

/ohos5.0/base/time/time_service/interfaces/inner_api/include/
H A Dtime_service_interface.h30 API_VERSION_7 = 0, enumerator
39 virtual int32_t SetTime(int64_t time, APIVersion apiVersion = APIVersion::API_VERSION_7) = 0;
46 … SetTimeZone(const std::string &timezoneId, APIVersion apiVersion = APIVersion::API_VERSION_7) = 0;
/ohos5.0/base/time/time_service/services/ipc/proxy/inner_api_include/
H A Dtime_service_proxy.h31 int32_t SetTime(int64_t time, APIVersion apiVersion = APIVersion::API_VERSION_7) override;
32 …imeZone(const std::string &timeZoneId, APIVersion apiVersion = APIVersion::API_VERSION_7) override;
/ohos5.0/base/time/time_service/services/
H A Dtime_system_ability.h53 int32_t SetTime(int64_t time, APIVersion apiVersion = APIVersion::API_VERSION_7) override;
55 …imeZone(const std::string &timeZoneId, APIVersion apiVersion = APIVersion::API_VERSION_7) override;