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_MINUTE
(Results
1 - 10
of
10
) sorted by relevance
/foundation/resourceschedule/device_usage_statistics/services/packagegroup/include/
H
A
D
bundle_active_group_common.h
31
const int64_t
ONE_MINUTE
= 60 * 1000LL;
member
32
const int64_t TWO_MINUTE = 2 *
ONE_MINUTE
;
33
const int64_t THREE_MINUTE = 3 *
ONE_MINUTE
;
34
const int64_t FOUR_MINUTE = 4 *
ONE_MINUTE
;
35
const int64_t TEN_MINUTE = 10 *
ONE_MINUTE
;
36
const int64_t SIXTEEN_MINUTE = 16 *
ONE_MINUTE
;
37
const int64_t ONE_HOUR = 60 *
ONE_MINUTE
;
46
const int64_t DEFAULT_LONT_TIME_TASK_START_EVENT_TIMEOUT = 30 *
ONE_MINUTE
;
/foundation/multimedia/ringtone_library/services/ringtone_dfx/src/
H
A
D
dfx_worker.cpp
42
ONE_MINUTE
*
ONE_MINUTE
;
in DfxWorker()
/foundation/multimedia/ringtone_library/services/ringtone_dfx/include/
H
A
D
dfx_const.h
23
constexpr int32_t
ONE_MINUTE
= 60;
member
/foundation/multimedia/media_library/frameworks/services/media_dfx/include/
H
A
D
dfx_const.h
35
constexpr int32_t
ONE_MINUTE
= 60;
member
/foundation/multimedia/media_library/frameworks/services/media_dfx/src/
H
A
D
dfx_reporter.cpp
353
int32_t minute = remain_seconds /
ONE_MINUTE
;
in SecondsToTime()
354
remain_seconds = remain_seconds - minute *
ONE_MINUTE
;
in SecondsToTime()
/foundation/resourceschedule/device_usage_statistics/services/packagegroup/src/
H
A
D
bundle_active_group_controller.cpp
40
timeoutForNotifySeen_ = debug ?
ONE_MINUTE
: TWELVE_HOUR;
in BundleActiveGroupController()
41
timeoutForSystemInteraction_ = debug ?
ONE_MINUTE
: TEN_MINUTE;
in BundleActiveGroupController()
H
A
D
bundle_active_group_handler.cpp
45
checkIdleInterval_ =
ONE_MINUTE
;
in BundleActiveGroupHandler()
/foundation/multimedia/audio_framework/services/audio_service/server/src/
H
A
D
renderer_in_server.cpp
49
static constexpr int32_t
ONE_MINUTE
= 60;
member
388
if ((currentTime - startMuteTime_ >=
ONE_MINUTE
) && silentState_ == 1) { // 1 means unsilent
in WriteMuteDataSysEvent()
/foundation/multimedia/audio_framework/services/audio_service/client/src/
H
A
D
renderer_in_client.cpp
88
static constexpr int32_t
ONE_MINUTE
= 60;
member
1760
if ((currentTime - startMuteTime_ >=
ONE_MINUTE
) && !isUpEvent_) {
in WriteMuteDataSysEvent()
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/
H
A
D
audio_policy_service.cpp
223
const int32_t
ONE_MINUTE
= 60;
member
6168
if (activeSafeTimeBt_ + activeSafeTime_ >=
ONE_MINUTE
* audioPolicyManager_.GetSafeVolumeTimeout()) {
in CheckMixActiveMusicTime()
6193
if (activeSafeTimeBt_ >=
ONE_MINUTE
* audioPolicyManager_.GetSafeVolumeTimeout()) {
in CheckBlueToothActiveMusicTime()
6206
} else if (currentTime - startSafeTimeBt_ >=
ONE_MINUTE
) {
in CheckBlueToothActiveMusicTime()
6222
if (activeSafeTime_ >=
ONE_MINUTE
* audioPolicyManager_.GetSafeVolumeTimeout()) {
in CheckWiredActiveMusicTime()
6235
} else if (currentTime - startSafeTime_ >=
ONE_MINUTE
) {
in CheckWiredActiveMusicTime()
6298
sleep(
ONE_MINUTE
);
in CheckActiveMusicTime()
Completed in 25 milliseconds