/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/utility/include/ |
H A D | time_util.h | 25 std::string GetTimeZone();
|
/base/web/webview/ohos_adapter/date_time_format_adapter/src/ |
H A D | date_time_format_adapter_impl.cpp | 49 std::string ret = OHOS::MiscServices::TimeServiceClient::GetInstance()->GetTimeZone(); in OnReceiveEvent() 92 std::string ret = OHOS::MiscServices::TimeServiceClient::GetInstance()->GetTimeZone(); in GetTimezone()
|
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/ |
H A D | hisysevent_record_convertor.cpp | 44 return OHOS::HiviewDFX::StringUtil::CopyCString(recordStruct.tz, recordObj.GetTimeZone(), in ConvertTimeZone() 101 HILOG_ERROR(LOG_CORE, "Failed to convert tz=%{public}s", recordObj.GetTimeZone().c_str()); in ConvertRecord()
|
/base/time/time_service/test/fuzztest/timemanager_fuzzer/timesettimezone_fuzzer/ |
H A D | timesettimezone_fuzzer.cpp | 41 TimeServiceClient::GetInstance()->GetTimeZone(); in FuzzTimeGetTimezone() 43 TimeServiceClient::GetInstance()->GetTimeZone(timezoneId); in FuzzTimeGetTimezone()
|
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/utility/ |
H A D | time_util.cpp | 51 std::string GetTimeZone()
in GetTimeZone() function
|
/base/hiviewdfx/hiview/plugins/freeze_detector/ |
H A D | resolver.h | 42 std::string GetTimeZone() const;
|
H A D | resolver.cpp | 136 std::string FreezeResolver::GetTimeZone() const in GetTimeZone() function in OHOS::HiviewDFX::FreezeResolver
|
/base/hiviewdfx/hiview/base/utility/include/ |
H A D | time_util.h | 56 std::string GetTimeZone();
|
/base/global/i18n/frameworks/intl/test/fuzztest/datetimeformat_fuzzer/ |
H A D | datetimeformat_fuzzer.cpp | 40 dateTimeFormat.GetTimeZone(); in DoSomethingInterestingWithMyAPI()
|
/base/global/i18n/frameworks/intl/test/fuzztest/calendar_fuzzer/ |
H A D | calendar_fuzzer.cpp | 42 calendar.GetTimeZone(); in DoSomethingInterestingWithMyAPI()
|
/base/time/time_service/interfaces/inner_api/include/ |
H A D | time_service_client.h | 107 TIME_API std::string GetTimeZone(); 117 TIME_API int32_t GetTimeZone(std::string &timezoneId);
|
H A D | time_service_interface.h | 49 * GetTimeZone 54 virtual int32_t GetTimeZone(std::string &timezoneId) = 0;
|
/base/global/i18n/frameworks/intl/include/ |
H A D | i18n_calendar.h | 54 std::string GetTimeZone(void);
|
H A D | date_time_format.h | 46 std::string GetTimeZone() const;
|
H A D | i18n_timezone.h | 94 icu::TimeZone* GetTimeZone();
|
/base/time/time_service/services/ipc/proxy/inner_api_include/ |
H A D | time_service_proxy.h | 33 int32_t GetTimeZone(std::string &timeZoneId) override;
|
/base/hiviewdfx/hisysevent/test/fuzztest/common/hisyseventmanager_fuzzer/ |
H A D | hisyseventmanager_fuzzer.cpp | 46 (void)record.GetTimeZone(); in HiSysEventRecordTest()
|
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/include/ |
H A D | hisysevent_record.h | 47 std::string GetTimeZone() const;
|
/base/global/i18n/interfaces/js/kits/include/ |
H A D | i18n_calendar_addon.h | 40 static napi_value GetTimeZone(napi_env env, napi_callback_info info);
|
/base/time/time_service/interfaces/inner_api/src/ |
H A D | time_service_client.cpp | 432 std::string TimeServiceClient::GetTimeZone() in GetTimeZone() function in OHOS::MiscServices::TimeServiceClient 442 if (proxy->GetTimeZone(timeZoneId) != ERR_OK) { in GetTimeZone() 449 int32_t TimeServiceClient::GetTimeZone(std::string &timezoneId) in GetTimeZone() function in OHOS::MiscServices::TimeServiceClient 458 if (proxy->GetTimeZone(timezoneId) != ERR_OK) { in GetTimeZone()
|
/base/hiviewdfx/hiview/base/utility/ |
H A D | time_util.cpp | 77 std::string GetTimeZone() in GetTimeZone() function
|
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/ |
H A D | app_event_dao.cpp | 86 bucket.PutString(Events::FIELD_TZ, event->GetTimeZone());
in Insert()
|
/base/time/time_service/services/ |
H A D | time_system_ability.h | 56 int32_t GetTimeZone(std::string &timeZoneId) override;
|
/base/hiviewdfx/hiview/plugins/freeze_detector/test/unittest/common/ |
H A D | freeze_detector_test.cpp | 58 sysEvent->SetEventValue("tz_", TimeUtil::GetTimeZone()); in makeEvent() 188 sysEvent->SetEventValue("tz_", TimeUtil::GetTimeZone()); in HWTEST_F()
|
/base/global/i18n/interfaces/js/kits/src/ |
H A D | i18n_calendar_addon.cpp | 92 DECLARE_NAPI_FUNCTION("getTimeZone", GetTimeZone), in InitI18nCalendar() 288 napi_value I18nCalendarAddon::GetTimeZone(napi_env env, napi_callback_info info) in GetTimeZone() function in OHOS::Global::I18n::I18nCalendarAddon 298 HILOG_ERROR_I18N("GetTimeZone: Get calendar object failed"); in GetTimeZone() 301 std::string temp = obj->calendar_->GetTimeZone(); in GetTimeZone()
|