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:SYSTEM_LOCK
(Results
1 - 6
of
6
) sorted by relevance
/foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/include/
H
A
D
bundle_active_event.h
50
static const int32_t
SYSTEM_LOCK
= 20;
member in OHOS::DeviceUsageStats::BundleActiveEvent
/foundation/resourceschedule/device_usage_statistics/services/common/src/
H
A
D
bundle_active_core.cpp
201
tmpHandlerObject.event_.eventId_ = BundleActiveEvent::
SYSTEM_LOCK
;
in HandleLockEvent()
625
case BundleActiveEvent::
SYSTEM_LOCK
:
in ObtainSystemEventName()
H
A
D
bundle_active_usage_database.cpp
1842
case BundleActiveEvent::
SYSTEM_LOCK
:
in GetSystemEventName()
/foundation/resourceschedule/device_usage_statistics/services/packageusage/src/
H
A
D
bundle_active_user_service.cpp
555
database_.QueryDeviceEventStats(BundleActiveEvent::
SYSTEM_LOCK
, beginTime, endTime, systemEventStats, userId);
in QueryDeviceEventStats()
582
&& ((currentStats->events_.events_[i].eventId_== BundleActiveEvent::
SYSTEM_LOCK
)
in GetCachedSystemEvents()
/foundation/resourceschedule/device_usage_statistics/test/unittest/
H
A
D
device_usage_statistics_service_test.cpp
284
event.eventId_ = BundleActiveEvent::
SYSTEM_LOCK
;
in HWTEST_F()
329
int32_t userId = BundleActiveEvent::
SYSTEM_LOCK
;
in HWTEST_F()
330
EXPECT_EQ(database->GetSystemEventName(userId), "
SYSTEM_LOCK
");
in HWTEST_F()
H
A
D
package_usage_test.cpp
111
eventId = BundleActiveEvent::
SYSTEM_LOCK
;
in HWTEST_F()
Completed in 13 milliseconds