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:PERIOD_DAILY
(Results
1 - 5
of
5
) sorted by relevance
/foundation/resourceschedule/device_usage_statistics/services/packageusage/src/
H
A
D
bundle_active_calendar.cpp
37
int64_t dayStartTime = BundleActiveUtil::GetIntervalTypeStartTime(time_, BundleActiveUtil::
PERIOD_DAILY
);
in TruncateToDay()
125
case BundleActivePeriodStats::
PERIOD_DAILY
:
in TruncateTo()
H
A
D
bundle_active_user_service.cpp
33
std::shared_ptr<BundleActivePeriodStats> currentDailyStats = currentStats_[BundleActivePeriodStats::
PERIOD_DAILY
];
in Init()
182
std::shared_ptr<BundleActivePeriodStats> currentDailyStats = currentStats_[BundleActivePeriodStats::
PERIOD_DAILY
];
in ReportEvent()
231
currentStats_[BundleActivePeriodStats::
PERIOD_DAILY
]->AddEvent(event);
in ReportForShutdown()
256
if (!currentStats_[i]->events_.events_.empty() && i == BundleActivePeriodStats::
PERIOD_DAILY
) {
in RestoreStats()
262
currentStats_[BundleActivePeriodStats::
PERIOD_DAILY
]->beginTime_);
in RestoreStats()
264
currentStats_[BundleActivePeriodStats::
PERIOD_DAILY
]->events_.Clear();
in RestoreStats()
322
dailyExpiryDate_.SetMilliseconds(currentStats_[BundleActivePeriodStats::
PERIOD_DAILY
]->beginTime_);
in UpdateExpiryDate()
426
int64_t beginTime = currentStats_[BundleActivePeriodStats::
PERIOD_DAILY
]->beginTime_;
in RenewStatsInMemory()
443
intervalType = BundleActivePeriodStats::
PERIOD_DAILY
;
in QueryBundleStatsInfos()
490
auto currentStats = currentStats_[BundleActivePeriodStats::
PERIOD_DAILY
];
in QueryBundleEvents()
[all...]
/foundation/resourceschedule/device_usage_statistics/utils/include/
H
A
D
bundle_active_util.h
26
static constexpr int32_t
PERIOD_DAILY
= 0;
member in OHOS::DeviceUsageStats::BundleActiveUtil
/foundation/resourceschedule/device_usage_statistics/utils/src/
H
A
D
bundle_active_util.cpp
63
case
PERIOD_DAILY
:
in GetIntervalTypeStartTime()
/foundation/resourceschedule/device_usage_statistics/services/packageusage/include/
H
A
D
bundle_active_period_stats.h
32
static const int32_t
PERIOD_DAILY
= 0;
member in OHOS::DeviceUsageStats::BundleActivePeriodStats
Completed in 3 milliseconds