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:AccountSubscriber
(Results
1 - 5
of
5
) sorted by relevance
/base/security/device_auth/services/frameworks/inc/account_subscriber/
H
A
D
account_subscriber.h
29
class
AccountSubscriber
: public EventFwk::CommonEventSubscriber {
class
31
AccountSubscriber
() = default;
32
explicit
AccountSubscriber
(const EventFwk::CommonEventSubscribeInfo &subscriberInfo,
34
virtual ~
AccountSubscriber
() = default;
/base/security/device_auth/services/frameworks/src/account_subscriber/
H
A
D
account_subscriber.cpp
24
AccountSubscriber
::
AccountSubscriber
(const EventFwk::CommonEventSubscribeInfo &subscriberInfo,
in AccountSubscriber()
function in OHOS::DevAuth::AccountSubscriber
29
void
AccountSubscriber
::OnReceiveEvent(const EventFwk::CommonEventData &eventData)
in OnReceiveEvent()
34
LOGI("[
AccountSubscriber
]: OnReceiveEvent action: %s, userId: %d.", action.c_str(), userId);
in OnReceiveEvent()
41
LOGE("[
AccountSubscriber
]: OnReceiveEvent invalid action!");
in OnReceiveEvent()
/base/theme/screenlock_mgr/services/include/
H
A
D
screenlock_system_ability.h
176
class
AccountSubscriber
: public AccountSA::OsAccountSubscriber {
class in OHOS::ScreenLock::ScreenLockSystemAbility
178
explicit
AccountSubscriber
(const AccountSA::OsAccountSubscribeInfo &subscribeInfo);
179
~
AccountSubscriber
() override = default;
218
std::shared_ptr<
AccountSubscriber
> accountSubscriber_;
/base/security/device_auth/services/frameworks/src/os_account_adapter/
H
A
D
os_account_adapter.cpp
40
static std::shared_ptr<OHOS::DevAuth::
AccountSubscriber
> g_accountSubscriber = nullptr;
86
g_accountSubscriber = std::make_shared<OHOS::DevAuth::
AccountSubscriber
>(subscribeInfo, g_accountEventNotifier);
in SubscribeCommonEvent()
/base/theme/screenlock_mgr/services/src/
H
A
D
screenlock_system_ability.cpp
105
ScreenLockSystemAbility::
AccountSubscriber
::
AccountSubscriber
(const OsAccountSubscribeInfo &subscribeInfo)
in AccountSubscriber()
function in OHOS::ScreenLock::ScreenLockSystemAbility::AccountSubscriber
109
void ScreenLockSystemAbility::
AccountSubscriber
::OnAccountsChanged(const int &id)
in OnAccountsChanged()
211
accountSubscriber_ = std::make_shared<
AccountSubscriber
>(subscribeInfo);
in InitUserId()
Completed in 4 milliseconds