/foundation/communication/netmanager_base/services/netstatsmanager/src/ |
H A D | net_stats_service.cpp | 316 if (info.iface_ == iface && info.date_ >= start && info.date_ <= end) { in GetIfaceStatsDetail() 321 statsInfo.date_ = end; in GetIfaceStatsDetail() 350 if (info.iface_ == iface && info.uid_ == uid && info.date_ >= start && info.date_ <= end) { in GetUidStatsDetail() 356 statsInfo.date_ = end; in GetUidStatsDetail() 460 if (ident != info.ident_ || start > info.date_ || end < info.date_) { in GetTrafficStatsByNetwork() 514 if (uid != info.uid_ || ident != info.ident_ || start > info.date_ || end < info.date_) { in GetTrafficStatsByUidNetwork() [all...] |
H A D | net_stats_cached.cpp | 113 stats.date_ = info.endTime_; in SetAppStats() 145 tmp.date_ = CommonUtils::GetCurrentSecond(); in GetKernelStats() 165 tmp.date_ = CommonUtils::GetCurrentSecond(); in GetKernelStats()
|
H A D | net_stats_database_helper.cpp | 123 statement_.BindInt64(++idx, info.date_); in InsertData() 367 statement_.GetColumnLong(++i, info.date_); in Step()
|
/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/src/ |
H A D | http_cache_response.cpp | 75 date_ = value; in ParseCacheResponseHeader() 82 if (date_.empty()) { in GetDate() 86 return HttpTime::StrTimeToTimestamp(date_); in GetDate() 114 return date_; in GetDateStr()
|
/foundation/communication/netmanager_base/interfaces/innerkits/netstatsclient/include/ |
H A D | net_stats_info.h | 29 uint64_t date_ = 0; member 38 return std::to_string(uid_) + "," + ident_ + "," + iface_ + "," + std::to_string(date_) + "," + in UidData() 45 return "'" + iface_ + "'," + std::to_string(date_) + "," + std::to_string(rxBytes_) + "," + in IfaceData()
|
/foundation/arkui/ace_engine/frameworks/core/components/picker/ |
H A D | picker_data.h | 137 PickerDateTime(const PickerDate& date, const PickerTime& time) : date_(date), time_(time) {} in PickerDateTime() 145 return date_; in GetDate() 149 date_ = value; in SetDate() 164 PickerDate date_; member in OHOS::Ace::final
|
H A D | picker_data.cpp | 173 return date_.ToString(jsonFormat); in ToString() 176 return std::string("{\"year\":") + std::to_string(date_.GetYear()) + in ToString() 177 ",\"month\":" + std::to_string(date_.GetMonth()) + in ToString() 178 ",\"day\":" + std::to_string(date_.GetDay()) + in ToString()
|
/foundation/communication/netstack/frameworks/cj/http/src/ |
H A D | net_http_cache_entity.cpp | 199 date_ = value; in ParseCacheResponseHeader() 206 if (date_.empty()) { in GetDate() 210 return StrTimeToTimestamp(date_); in GetDate() 238 return date_; in GetDateStr()
|
/foundation/communication/netmanager_base/frameworks/native/netstatsclient/src/ |
H A D | net_stats_info.cpp | 35 if (!parcel.WriteUint64(date_)) { in Marshalling() 64 if (!parcel.WriteUint64(stats.date_)) { in Marshalling() 171 if (!parcel.ReadUint64(stats.date_)) { in Unmarshalling()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/loading_progress/ |
H A D | loading_progress_modifier.cpp | 71 date_(AceType::MakeRefPtr<AnimatablePropertyFloat>(0.0f)), in LoadingProgressModifier() 84 AttachProperty(date_); in LoadingProgressModifier() 100 float date = date_->Get(); in onDraw() 420 if (date_) { in StartRecycle() 422 date_->Set(0.0f); in StartRecycle() 433 AnimationUtils::Animate(option, [weakDate = AceType::WeakClaim(AceType::RawPtr(date_))]() { in StartRecycle() 457 [weakDate = AceType::WeakClaim(AceType::RawPtr(date_)), in StartTransToRecycleAnimation() 488 CHECK_NULL_VOID(date_); in ChangeRefreshFollowData() 489 date_->Set(FOLLOW_START + FOLLOW_SPAN * ratio); in ChangeRefreshFollowData() 509 date_ in CloseAnimation() [all...] |
H A D | loading_progress_modifier.h | 110 RefPtr<AnimatablePropertyFloat> date_; member in OHOS::Ace::NG::LoadingProgressModifier
|
/foundation/communication/netmanager_base/services/netstatsmanager/include/ |
H A D | net_stats_cached.h | 88 info.date_ = CommonUtils::GetCurrentSecond(); in PushUidStats() 101 info.date_ = CommonUtils::GetCurrentSecond(); in PushUidSimStats() 114 info.date_ = CommonUtils::GetCurrentSecond(); in PushIfaceStats()
|
/foundation/arkui/ace_engine/frameworks/core/components/calendar/ |
H A D | calendar_component.h | 278 date_ = date; in SetCalendarDate() 351 return date_; in GetDate() 463 CalendarDay date_; member in OHOS::Ace::CalendarComponent
|
/foundation/communication/netmanager_base/test/netstatsmanager/unittest/net_stats_manager_test/ |
H A D | net_stats_client_test.cpp | 238 info.date_ = MOCK_DATE; in HWTEST_F() 250 EXPECT_EQ(info.date_, UINT32_MAX); in HWTEST_F() 261 info.date_ = MOCK_DATE; in HWTEST_F() 276 info.date_ = MOCK_DATE; in HWTEST_F()
|
H A D | net_stats_mock_data.cpp | 81 info.date_ = GetMockDate(); in HWTEST_F()
|
H A D | net_stats_data_handler_test.cpp | 63 info.date_ = GetUint64(); in CreateMockStatsInfo() 79 info.date_ = GetUint64(); in CreateMockStatsData()
|
H A D | net_stats_database_helper_test.cpp | 91 info.date_ = 15254500; in HWTEST_F() 116 std::to_string(info.date_).c_str()); in HWTEST_F()
|
H A D | net_stats_service_test.cpp | 291 info.date_ = 115200; in HWTEST_F() 310 info.date_ = 115200; in HWTEST_F()
|
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/include/ |
H A D | rtsp_response.h | 52 std::string GetDate() const { return date_; } in GetDate() 80 std::string date_; member in OHOS::Sharing::RtspResponse
|
/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/include/ |
H A D | http_cache_response.h | 84 std::string date_; member in OHOS::NetStack::Http::HttpCacheResponse
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/loading_progress/ |
H A D | loading_progress_test_ng.cpp | 489 loadingProgressModifier.date_->Set(80.0f); in HWTEST_F() 503 loadingProgressModifier.date_->Set(0.0f); in HWTEST_F() 517 loadingProgressModifier.date_->Set(50.0f); in HWTEST_F() 544 loadingProgressModifier.date_->Set(20.0f); in HWTEST_F() 572 loadingProgressModifier.date_->Set(20.0f); in HWTEST_F() 585 EXPECT_EQ(loadingProgressModifier.date_->Get(), 100.0f); in HWTEST_F() 673 loadingProgressModifier->date_->Set(20.0f); in HWTEST_F() 680 * @tc.step: step2. reset date_, cometOpacity_, cometSizeScale_. in HWTEST_F() 681 * @tc.expected: date_, cometOpacity_, cometSizeScale_ all are nullptr. in HWTEST_F() 683 loadingProgressModifier->date_ in HWTEST_F() [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/data_panel/ |
H A D | data_panel_modifier.cpp | 41 date_ = AceType::MakeRefPtr<AnimatablePropertyFloat>(0.0); in DataPanelModifier() 52 AttachProperty(date_); in DataPanelModifier() 102 date_->Set(ANIMATION_START); in UpdateDate() 110 AnimationUtils::Animate(option, [&]() { date_->Set(ANIMATION_END); }); in UpdateDate() 112 date_->Set(ANIMATION_END); in UpdateDate() 143 arcData.totalDrawAngle = (arcData.totalAllValue * date_->Get()) / arcData.maxValue * WHOLE_CIRCLE; in PaintCircle() 160 arcData.progressValue = arcData.totalValue * date_->Get(); in PaintCircle() 194 arcData.progressValue = arcData.totalValue * date_->Get(); in PaintCircle()
|
H A D | data_panel_modifier.h | 199 RefPtr<AnimatablePropertyFloat> date_; member in OHOS::Ace::NG::DataPanelModifier
|
/foundation/communication/netstack/frameworks/cj/http/include/ |
H A D | net_http_cache_entity.h | 133 std::string date_; member in OHOS::NetStack::Http::HttpCacheResponse
|
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/src/ |
H A D | rtsp_response.cpp | 89 date_ = tokens_.at(RTSP_TOKEN_DATE); in Parse()
|