Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:lastReportTime_
(Results
1 - 14
of
14
) sorted by relevance
/foundation/multimedia/ringtone_library/services/ringtone_dfx/src/
H
A
D
dfx_worker.cpp
65
lastReportTime_
= prefs->GetLong(LAST_REPORT_TIME, 0);
in InitCycleThread()
66
if (RingtoneFileUtils::UTCTimeSeconds() -
lastReportTime_
> longTimeSec_) {
in InitCycleThread()
68
lastReportTime_
= DfxManager::GetInstance()->HandleReportXml();
in InitCycleThread()
69
prefs->PutLong(LAST_REPORT_TIME,
lastReportTime_
);
in InitCycleThread()
/foundation/multimedia/media_library/frameworks/services/media_multistages_capture/src/dfx/
H
A
D
multistages_capture_dfx_trigger_ratio.cpp
31
: thirdPartCount_(0), autoCount_(0),
lastReportTime_
(0), isReporting_(false) {}
in MultiStagesCaptureDfxTriggerRatio()
62
if ((currentTime -
lastReportTime_
) < REPORT_TIME_INTERVAL) {
in ShouldReport()
82
lastReportTime_
= MediaFileUtils::UTCTimeMilliSeconds();
in Report()
H
A
D
multistages_capture_dfx_request_policy.cpp
82
if ((currentTime -
lastReportTime_
) < REPORT_TIME_INTERVAL) {
in ShouldReport()
109
lastReportTime_
= MediaFileUtils::UTCTimeMilliSeconds();
in Report()
/foundation/graphic/graphic_2d/rosen/modules/ressched/src/
H
A
D
ressched_event_listener.cpp
56
lastReportTime_
== 0 || currTime -
lastReportTime_
>= SAMPLE_TIME) {
in ReportFrameToRSS()
63
lastReportTime_
= static_cast<uint64_t>(
in ReportFrameToRSS()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H
A
D
rs_node_stats.cpp
76
if (
lastReportTime_
!= TIMESTAMP_INITIAL && lastReportTimeSteady_ != TIMESTAMP_INITIAL &&
in ReportRSNodeLimitExceeded()
77
(curSysTime -
lastReportTime_
<= REPORT_INTERVAL_LIMIT ||
in ReportRSNodeLimitExceeded()
102
lastReportTime_
= curSysTime;
in ReportRSNodeLimitExceeded()
H
A
D
rs_jank_stats.cpp
72
lastReportTime_
= rtStartTime_;
in SetStartTime()
316
if (
lastReportTime_
== TIMESTAMP_INITIAL || lastReportTimeSteady_ == TIMESTAMP_INITIAL) {
in ReportJankStats()
324
lastReportTime_
= reportTime;
in ReportJankStats()
337
OHOS::HiviewDFX::HiSysEvent::EventType::STATISTIC, "STARTTIME", static_cast<uint64_t>(
lastReportTime_
),
in ReportJankStats()
340
lastReportTime_
= reportTime;
in ReportJankStats()
/foundation/multimedia/ringtone_library/services/ringtone_dfx/include/
H
A
D
dfx_worker.h
36
int64_t
lastReportTime_
= 0;
member in OHOS::Media::DfxWorker
/foundation/graphic/graphic_2d/rosen/modules/ressched/include/
H
A
D
ressched_event_listener.h
40
uint64_t
lastReportTime_
= 0;
member in OHOS::Rosen::ResschedEventListener
/foundation/multimedia/media_library/frameworks/services/media_multistages_capture/include/dfx/
H
A
D
multistages_capture_dfx_request_policy.h
50
int64_t
lastReportTime_
{0};
H
A
D
multistages_capture_dfx_trigger_ratio.h
49
int64_t
lastReportTime_
;
member in OHOS::Media::MultiStagesCaptureDfxTriggerRatio
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/ohos/
H
A
D
rs_node_stats.h
73
int64_t
lastReportTime_
= TIMESTAMP_INITIAL;
member in OHOS::Rosen::RSNodeStatsUpdateMode::RSNodeStats
H
A
D
rs_jank_stats.h
199
int64_t
lastReportTime_
= TIMESTAMP_INITIAL;
member in OHOS::Rosen::RSJankStats
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_multistages_capture_test/src/
H
A
D
medialibrary_multistages_photo_capture_test.cpp
468
requestPolicyInstance.
lastReportTime_
-= (24 * 60 * 60 * 1000L + 1);
in HWTEST_F()
533
instance.
lastReportTime_
-= (24 * 60 * 60 * 1000L + 1);
in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H
A
D
rs_jank_stats_test.cpp
326
rsJankStats->
lastReportTime_
= 1;
in HWTEST_F()
Completed in 7 milliseconds