| /base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
| D | notification_local_live_view_content_test.cpp | 83 liveViewContent->SetTime(time); 196 liveViewContent->SetTime(time); 229 liveViewContent->SetTime(time); 260 liveViewContent->SetTime(time);
|
| /base/customization/enterprise_device_management/services/edm_plugin/src/ |
| D | set_datetime_plugin.cpp | 38 MiscServices::TimeServiceClient::GetInstance()->SetTime(data); in OnSetPolicy()
|
| /base/time/time_service/interfaces/inner_api/include/ |
| D | time_service_client.h | 42 TIME_API bool SetTime(int64_t milliseconds); 53 TIME_API bool SetTime(int64_t milliseconds, int32_t &code);
|
| D | time_service_interface.h | 38 virtual int32_t SetTime(int64_t time, APIVersion apiVersion = APIVersion::API_VERSION_7) = 0;
|
| /base/global/i18n/frameworks/intl/test/fuzztest/calendar_fuzzer/ |
| D | calendar_fuzzer.cpp | 34 calendar.SetTime(number); in DoSomethingInterestingWithMyAPI()
|
| /base/time/time_service/interfaces/inner_api/src/ |
| D | time_service_client.cpp | 89 bool TimeServiceClient::SetTime(int64_t time) in SetTime() function in OHOS::MiscServices::TimeServiceClient 98 return proxy->SetTime(time) == ERR_OK; in SetTime() 101 bool TimeServiceClient::SetTime(int64_t milliseconds, int32_t &code) in SetTime() function in OHOS::MiscServices::TimeServiceClient 112 code = proxy->SetTime(milliseconds); in SetTime() 125 return proxy->SetTime(time, ITimeService::API_VERSION_9); in SetTimeV9()
|
| /base/notification/distributed_notification_service/interfaces/inner_api/ |
| D | notification_local_live_view_content.h | 103 void SetTime(NotificationTime time);
|
| /base/time/time_service/framework/js/napi/system_date_time/include/ |
| D | napi_system_date_time.h | 35 static napi_value SetTime(napi_env env, napi_callback_info info);
|
| /base/global/i18n/frameworks/intl/include/ |
| D | i18n_calendar.h | 51 void SetTime(double value);
|
| /base/time/time_service/services/ipc/proxy/inner_api_include/ |
| D | time_service_proxy.h | 30 int32_t SetTime(int64_t time, APIVersion apiVersion = APIVersion::API_VERSION_7) override;
|
| /base/global/i18n/interfaces/js/kits/include/ |
| D | i18n_calendar_addon.h | 38 static napi_value SetTime(napi_env env, napi_callback_info info);
|
| /base/time/time_service/test/unittest/service_test/src/ |
| D | time_service_test.cpp | 349 bool result = TimeServiceClient::GetInstance()->SetTime(time); 361 bool result = TimeServiceClient::GetInstance()->SetTime(-1); 372 bool result = TimeServiceClient::GetInstance()->SetTime(LLONG_MAX); 391 bool result = TimeServiceClient::GetInstance()->SetTime(time, code);
|
| /base/time/time_service/services/ |
| D | time_system_ability.h | 46 int32_t SetTime(int64_t time, APIVersion apiVersion = APIVersion::API_VERSION_7) override;
|
| /base/notification/common_event_service/services/include/ |
| D | common_event_control_manager.h | 143 void SetTime(size_t recIdx, std::shared_ptr<OrderedEventRecord> &sp, bool timeoutMessage);
|
| /base/notification/distributed_notification_service/frameworks/ans/src/ |
| D | notification_local_live_view_content.cpp | 77 void NotificationLocalLiveViewContent::SetTime(NotificationTime time) in SetTime() function in OHOS::Notification::NotificationLocalLiveViewContent
|
| /base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/ |
| D | hiappevent_base.h | 199 void SetTime(uint64_t time);
|
| /base/global/i18n/frameworks/intl/src/ |
| D | i18n_calendar.cpp | 161 void I18nCalendar::SetTime(double value) in SetTime() function in OHOS::Global::I18n::I18nCalendar
|
| /base/notification/distributed_notification_service/frameworks/js/napi/src/ |
| D | common_convert_liveview.cpp | 95 if (!SetTime(env, localLiveViewContent->GetTime(), time)) { in SetNotificationLocalLiveViewContent() 155 napi_value Common::SetTime(const napi_env &env, const NotificationTime &time, napi_value &result) in SetTime() function in OHOS::NotificationNapi::Common 627 content->SetTime(time); in GetNotificationLocalLiveViewTime()
|
| /base/global/i18n/interfaces/js/kits/src/ |
| D | i18n_calendar_addon.cpp | 93 DECLARE_NAPI_FUNCTION("setTime", SetTime), in InitI18nCalendar() 218 napi_value I18nCalendarAddon::SetTime(napi_env env, napi_callback_info info) in SetTime() function in OHOS::Global::I18n::I18nCalendarAddon 801 calendar_->SetTime(milliseconds); in SetMilliseconds()
|
| /base/time/time_service/framework/js/napi/system_date_time/src/ |
| D | napi_system_date_time.cpp | 49 DECLARE_NAPI_STATIC_FUNCTION("setTime", SetTime), in SystemDateTimeInit() 72 napi_value NapiSystemDateTime::SetTime(napi_env env, napi_callback_info info) in SetTime() function in OHOS::MiscServices::Time::NapiSystemDateTime
|
| /base/time/time_service/services/time/src/ |
| D | ntp_update_time.cpp | 238 TimeSystemAbility::GetInstance()->SetTime(currentTime); in SetSystemTime()
|
| /base/time/time_service/services/ipc/proxy/ |
| D | time_service_proxy.cpp | 30 int32_t TimeServiceProxy::SetTime(int64_t time, APIVersion apiVersion) in SetTime() function in OHOS::MiscServices::TimeServiceProxy
|
| /base/telephony/core_service/services/network_search/src/ |
| D | nitz_update.cpp | 332 …bool result = OHOS::MiscServices::TimeServiceClient::GetInstance()->SetTime(networkTime * MILLI_TO… in SaveTime()
|
| /base/time/time_service/services/ipc/stub/ |
| D | time_service_stub.cpp | 94 int32_t ret = SetTime(time); in OnSetTime()
|
| /base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/ |
| D | app_event_store.cpp | 88 event->SetTime(GetLongFromResultSet(resultSet, Events::FIELD_TIME)); in GetEventFromResultSet()
|