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:totalTime_
(Results
1 - 13
of
13
) sorted by relevance
/foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/src/
H
A
D
bundle_active_event_stats.cpp
27
totalTime_
= 0;
in BundleActiveEventStats()
39
totalTime_
= orig.
totalTime_
;
in BundleActiveEventStats()
67
return
totalTime_
;
in GetTotalTime()
86
totalTime_
+= right.
totalTime_
;
in add()
96
parcel.WriteInt64(
totalTime_
) &&
in Marshalling()
112
result->
totalTime_
= parcel.ReadInt64();
in UnMarshalling()
/foundation/arkui/ace_engine/frameworks/core/image/apng/
H
A
D
apng_image_animation.cpp
60
totalTime_
+= normalized;
in OnNormalizedTimestampChanged()
81
if (
totalTime_
- lastFrameTime_ < duration) {
in OnNormalizedTimestampChanged()
87
lastFrameTime_ =
totalTime_
;
in OnNormalizedTimestampChanged()
H
A
D
apng_image_animation.h
80
double
totalTime_
= 0;
member in OHOS::Ace::APngImageAnimation
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_state_mgmt_profiler.h
43
ProfileBlock(std::string blockName) : name_(blockName), startTime_(0ULL),
totalTime_
(0ULL),
in ProfileBlock()
68
return
totalTime_
;
in TotalTime()
89
totalTime_
= totalTime;
in SetTotalTime()
100
uint64_t
totalTime_
;
member in OHOS::Ace::Framework::JSStateMgmtProfiler::ProfileBlock
H
A
D
js_state_mgmt_profiler.cpp
128
<< (static_cast<double>(
totalTime_
- childrenTime - ownLookupTime_) / nanoSecsInMilliSec) << "ms";
in Report()
130
ss << (static_cast<double>(
totalTime_
- ownLookupTime_) / nanoSecsInMilliSec) << "ms";
in Report()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H
A
D
rdb_sql_statistic.cpp
107
execInfo_->
totalTime_
+= interval.count();
in ~SqlStatistic()
111
execInfo_->
totalTime_
+= interval.count();
in ~SqlStatistic()
/foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/include/
H
A
D
bundle_active_event_stats.h
32
int64_t
totalTime_
;
member in OHOS::DeviceUsageStats::BundleActiveEventStats
68
* return: member
totalTime_
.
/foundation/resourceschedule/device_usage_statistics/services/packageusage/src/
H
A
D
bundle_active_event_tracker.cpp
53
newEvent.
totalTime_
= duration_;
in AddToEventStats()
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H
A
D
rdb_types.h
312
int64_t
totalTime_
;
member
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H
A
D
render_system.h
283
uint64_t
totalTime_
{ 0u };
H
A
D
render_system.cpp
1348
totalTime_
= totalTime;
in Update()
2300
renderDataScene.totalTime = static_cast<float>(static_cast<double>(
totalTime_
) / uToSDiv);
/foundation/resourceschedule/device_usage_statistics/test/unittest/
H
A
D
device_usage_statistics_test.cpp
417
bundleActiveEventStats->
totalTime_
= g_largeNum;
in HWTEST_F()
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
H
A
D
napi_rdb_js_utils.cpp
202
DECLARE_JS_PROPERTY(env, "totalTime", value.
totalTime_
),
in Convert2JSValue()
Completed in 10 milliseconds