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:OnUserRemoved
(Results
1 - 8
of
8
) sorted by relevance
/foundation/resourceschedule/device_usage_statistics/services/packagegroup/include/
H
A
D
bundle_active_group_controller.h
69
void
OnUserRemoved
(const int32_t userId);
/foundation/resourceschedule/device_usage_statistics/services/packageusage/src/
H
A
D
bundle_active_report_handler.cpp
164
bundleActiveCore_->
OnUserRemoved
(tmpHandlerobj.userId_);
in ProcessRmoveUserEvent()
H
A
D
bundle_active_user_service.cpp
48
void BundleActiveUserService::
OnUserRemoved
()
in OnUserRemoved()
function in OHOS::DeviceUsageStats::BundleActiveUserService
/foundation/resourceschedule/device_usage_statistics/services/common/include/
H
A
D
bundle_active_core.h
205
void
OnUserRemoved
(const int32_t userId);
/foundation/resourceschedule/device_usage_statistics/services/packageusage/include/
H
A
D
bundle_active_user_service.h
65
void
OnUserRemoved
();
/foundation/resourceschedule/device_usage_statistics/services/common/src/
H
A
D
bundle_active_core.cpp
536
void BundleActiveCore::
OnUserRemoved
(const int32_t userId)
in OnUserRemoved()
function in OHOS::DeviceUsageStats::BundleActiveCore
538
BUNDLE_ACTIVE_LOGD("
OnUserRemoved
called");
in OnUserRemoved()
544
userStatServices_[userId]->
OnUserRemoved
();
in OnUserRemoved()
547
bundleGroupController_->
OnUserRemoved
(userId);
in OnUserRemoved()
/foundation/resourceschedule/device_usage_statistics/test/unittest/
H
A
D
device_usage_statistics_service_test.cpp
228
* @tc.desc:
OnUserRemoved
244
coreObject->
OnUserRemoved
(userId);
in HWTEST_F()
757
coreObject->
OnUserRemoved
(userId);
in HWTEST_F()
1035
coreObject->
OnUserRemoved
(100);
in HWTEST_F()
/foundation/resourceschedule/device_usage_statistics/services/packagegroup/src/
H
A
D
bundle_active_group_controller.cpp
67
void BundleActiveGroupController::
OnUserRemoved
(const int32_t userId)
in OnUserRemoved()
function in OHOS::DeviceUsageStats::BundleActiveGroupController
Completed in 9 milliseconds