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:ABILITY_STOP
(Results
1 - 5
of
5
) sorted by relevance
/foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/src/
H
A
D
bundle_active_package_stats.cpp
95
eventId != BundleActiveEvent::
ABILITY_STOP
) {
in UpdateAbility()
130
case BundleActiveEvent::
ABILITY_STOP
:
in UpdateAbility()
179
case BundleActiveEvent::
ABILITY_STOP
:
in Update()
H
A
D
bundle_active_event.cpp
203
eventId ==
ABILITY_STOP
||
in IsBundleEvent()
214
if (eventId == ABILITY_BACKGROUND || eventId == ABILITY_FOREGROUND || eventId ==
ABILITY_STOP
) {
in IsAppStateEvent()
/foundation/resourceschedule/device_usage_statistics/services/common/src/
H
A
D
bundle_active_app_state_obsever.cpp
68
tmpHandlerObject.event_.eventId_ = BundleActiveEvent::
ABILITY_STOP
;
in OnAbilityStateChanged()
/foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/include/
H
A
D
bundle_active_event.h
31
static const int32_t
ABILITY_STOP
= 4; // onStop() called, ability is destroyed.
member in OHOS::DeviceUsageStats::BundleActiveEvent
/foundation/resourceschedule/device_usage_statistics/test/unittest/
H
A
D
package_usage_test.cpp
93
eventId = BundleActiveEvent::
ABILITY_STOP
;
in HWTEST_F()
160
eventId = BundleActiveEvent::
ABILITY_STOP
;
in HWTEST_F()
851
tmpObject.event_.eventId_ = tmpObject.event_.
ABILITY_STOP
;
in HWTEST_F()
1133
packageStats->abilities_[abilityId] = BundleActiveEvent::
ABILITY_STOP
;
in HWTEST_F()
Completed in 4 milliseconds