Home
last modified time | relevance | path

Searched refs:GetDate (Results 1 - 14 of 14) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/test/
H A Dstore_factory_test.cpp59 std::chrono::system_clock::time_point GetDate(const std::string &name, const std::string &path);
95 std::chrono::system_clock::time_point StoreFactoryTest::GetDate(const std::string &name, const std::string &path) in GetDate() function in __anon7984::StoreFactoryTest
226 auto oldKeyTime = GetDate(storeId, options.baseDir); in HWTEST_F()
233 auto newKeyTime = GetDate(storeId, options.baseDir); in HWTEST_F()
252 auto oldKeyTime = GetDate(storeId, options.baseDir);
258 auto newKeyTime = GetDate(storeId, options.baseDir);
275 auto oldKeyTime = GetDate(storeId, options.baseDir);
288 auto newKeyTime = GetDate(storeId, options.baseDir);
305 auto oldKeyTime = GetDate(storeId, options.baseDir);
330 auto newKeyTime = GetDate(storeI
[all...]
/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_cache_strategy.cpp113 int64_t dateTime = std::max<int64_t>(0, cacheResponse_.GetDate()); in CacheResponseAgeMillis()
150 if (cacheResponse_.GetDate() != INVALID_TIME) { in ComputeFreshnessLifetimeSecondsInternal()
151 responseTime = cacheResponse_.GetDate(); in ComputeFreshnessLifetimeSecondsInternal()
160 if (cacheResponse_.GetDate() != INVALID_TIME) { in ComputeFreshnessLifetimeSecondsInternal()
161 requestTime = cacheResponse_.GetDate(); in ComputeFreshnessLifetimeSecondsInternal()
H A Dnet_http_cache_entity.cpp204 time_t HttpCacheResponse::GetDate() const in GetDate() function in OHOS::NetStack::Http::HttpCacheResponse
/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/src/
H A Dhttp_cache_strategy.cpp115 int64_t dateTime = std::max<int64_t>(0, cacheResponse_.GetDate()); in CacheResponseAgeMillis()
152 if (cacheResponse_.GetDate() != INVALID_TIME) { in ComputeFreshnessLifetimeSecondsInternal()
153 responseTime = cacheResponse_.GetDate(); in ComputeFreshnessLifetimeSecondsInternal()
162 if (cacheResponse_.GetDate() != INVALID_TIME) { in ComputeFreshnessLifetimeSecondsInternal()
163 requestTime = cacheResponse_.GetDate(); in ComputeFreshnessLifetimeSecondsInternal()
H A Dhttp_cache_response.cpp80 time_t HttpCacheResponse::GetDate() const in GetDate() function in OHOS::NetStack::Http::HttpCacheResponse
/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_datetime_component.h33 selectedDate_ = value.GetDate(); in SetSelectedDateTime()
H A Dpicker_data.h143 const PickerDate& GetDate() const in GetDate() function in OHOS::Ace::final
/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/include/
H A Dhttp_cache_response.h35 [[nodiscard]] time_t GetDate() const;
/foundation/communication/netstack/frameworks/cj/http/include/
H A Dnet_http_cache_entity.h84 [[nodiscard]] time_t GetDate() const;
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/include/
H A Drtsp_response.h52 std::string GetDate() const { return date_; } in GetDate() function in OHOS::Sharing::RtspResponse
/foundation/arkui/ace_engine/frameworks/core/components/calendar/
H A Dcalendar_component.h349 const CalendarDay& GetDate() const in GetDate() function in OHOS::Ace::CalendarComponent
H A Dcalendar_element.cpp222 auto date = calendar->GetDate(); in UpdateAttr()
/foundation/CastEngine/castengine_wifi_display/tests/unittest/protocol/rtsp/
H A Drtsp_unit_test.cpp426 auto date = response->GetDate(); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_picker_base.cpp138 PickerDate outDate = outDateTime.GetDate(); in GetPickerDateTime()

Completed in 12 milliseconds