/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/test/ |
H A D | store_factory_test.cpp | 59 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 D | net_http_cache_strategy.cpp | 113 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 D | net_http_cache_entity.cpp | 204 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 D | http_cache_strategy.cpp | 115 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 D | http_cache_response.cpp | 80 time_t HttpCacheResponse::GetDate() const in GetDate() function in OHOS::NetStack::Http::HttpCacheResponse
|
/foundation/arkui/ace_engine/frameworks/core/components/picker/ |
H A D | picker_datetime_component.h | 33 selectedDate_ = value.GetDate(); in SetSelectedDateTime()
|
H A D | picker_data.h | 143 const PickerDate& GetDate() const in GetDate() function in OHOS::Ace::final
|
/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/include/ |
H A D | http_cache_response.h | 35 [[nodiscard]] time_t GetDate() const;
|
/foundation/communication/netstack/frameworks/cj/http/include/ |
H A D | net_http_cache_entity.h | 84 [[nodiscard]] time_t GetDate() const;
|
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/include/ |
H A D | rtsp_response.h | 52 std::string GetDate() const { return date_; } in GetDate() function in OHOS::Sharing::RtspResponse
|
/foundation/arkui/ace_engine/frameworks/core/components/calendar/ |
H A D | calendar_component.h | 349 const CalendarDay& GetDate() const in GetDate() function in OHOS::Ace::CalendarComponent
|
H A D | calendar_element.cpp | 222 auto date = calendar->GetDate(); in UpdateAttr()
|
/foundation/CastEngine/castengine_wifi_display/tests/unittest/protocol/rtsp/ |
H A D | rtsp_unit_test.cpp | 426 auto date = response->GetDate(); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_picker_base.cpp | 138 PickerDate outDate = outDateTime.GetDate(); in GetPickerDateTime()
|