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:ONE_HOUR
(Results
1 - 4
of
4
) sorted by relevance
/foundation/resourceschedule/device_usage_statistics/services/packagegroup/include/
H
A
D
bundle_active_group_common.h
37
const int64_t
ONE_HOUR
= 60 * ONE_MINUTE;
member
38
const int64_t TWO_HOUR = 2 *
ONE_HOUR
;
39
const int64_t THREE_HOUR = 3 *
ONE_HOUR
;
40
const int64_t TWELVE_HOUR = 12 *
ONE_HOUR
;
41
const int64_t TWENTY_FOUR_HOUR = 24 *
ONE_HOUR
;
42
const int64_t FOURTY_EIGHT_HOUR = 48 *
ONE_HOUR
;
43
const int64_t DEFAULT_EVENT_TIMEOUT =
ONE_HOUR
;
44
const int64_t DEFAULT_NOTIFY_EVENT_TIMEOUT = 12 *
ONE_HOUR
;
45
const int64_t DEFAULT_SYSTEevent__TIMEOUT = 2 *
ONE_HOUR
;
/foundation/multimedia/media_library/frameworks/services/media_dfx/src/
H
A
D
dfx_reporter.cpp
351
int32_t hour = seconds /
ONE_HOUR
;
in SecondsToTime()
352
remain_seconds = seconds -
ONE_HOUR
* hour;
in SecondsToTime()
374
time_t startTime = start +
ONE_HOUR
* 8;
in ReportCloudSyncThumbGenerationStatus()
/foundation/multimedia/media_library/frameworks/services/media_dfx/include/
H
A
D
dfx_const.h
36
constexpr int32_t
ONE_HOUR
= 60 * 60;
member
/foundation/resourceschedule/device_usage_statistics/services/packagegroup/src/
H
A
D
bundle_active_group_controller.cpp
39
timeoutForDirectlyUse_ = debug ? THREE_MINUTE :
ONE_HOUR
;
in BundleActiveGroupController()
42
screenTimeLevel_ = {0, 0, debug ? TWO_MINUTE :
ONE_HOUR
, debug ? FOUR_MINUTE : TWO_HOUR};
in BundleActiveGroupController()
Completed in 3 milliseconds