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:OnUserSwitched
(Results
1 - 8
of
8
) sorted by relevance
/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H
A
D
common_event_listener.h
36
void
OnUserSwitched
();
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H
A
D
common_event_listener.cpp
73
OnUserSwitched
();
in OnReceiveEvent()
115
void CommonEventListener::
OnUserSwitched
()
in OnUserSwitched()
function in OHOS::DistributedSchedule::CommonEventListener
119
HILOGI("
OnUserSwitched
called, accountId = %{public}d, type = %{public}d", accountId, type);
in OnUserSwitched()
/foundation/resourceschedule/device_usage_statistics/services/packagegroup/include/
H
A
D
bundle_active_group_controller.h
85
void
OnUserSwitched
(const int32_t userId, const int32_t currentUsedUser);
/foundation/resourceschedule/device_usage_statistics/services/packageusage/src/
H
A
D
bundle_active_report_handler.cpp
170
bundleActiveCore_->
OnUserSwitched
(tmpHandlerobj.userId_);
in ProcessUserSwitchEvent()
/foundation/resourceschedule/device_usage_statistics/services/common/include/
H
A
D
bundle_active_core.h
208
void
OnUserSwitched
(const int32_t userId);
/foundation/resourceschedule/device_usage_statistics/test/unittest/
H
A
D
device_usage_statistics_service_test.cpp
245
coreObject->
OnUserSwitched
(userId);
in HWTEST_F()
776
coreObject->bundleGroupController_->
OnUserSwitched
(userId, userId);
in HWTEST_F()
1040
coreObject->
OnUserSwitched
(userId);
in HWTEST_F()
/foundation/resourceschedule/device_usage_statistics/services/packagegroup/src/
H
A
D
bundle_active_group_controller.cpp
76
void BundleActiveGroupController::
OnUserSwitched
(const int32_t userId, const int32_t currentUsedUser)
in OnUserSwitched()
function in OHOS::DeviceUsageStats::BundleActiveGroupController
/foundation/resourceschedule/device_usage_statistics/services/common/src/
H
A
D
bundle_active_core.cpp
550
void BundleActiveCore::
OnUserSwitched
(const int32_t userId)
in OnUserSwitched()
function in OHOS::DeviceUsageStats::BundleActiveCore
572
bundleGroupController_->
OnUserSwitched
(activatedOsAccountIds[i], currentUsedUser_);
in OnUserSwitched()
Completed in 8 milliseconds