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:eventProxy
(Results
1 - 2
of
2
) sorted by relevance
/base/account/os_account/services/accountmgr/src/osaccount/
H
A
D
os_account_subscribe_manager.cpp
131
bool OsAccountSubscribeManager::OnAccountsChanged(const sptr<IOsAccountEvent> &
eventProxy
, const int id)
in OnAccountsChanged()
argument
133
if (
eventProxy
== nullptr) {
in OnAccountsChanged()
137
eventProxy
->OnAccountsChanged(id);
in OnAccountsChanged()
141
bool OsAccountSubscribeManager::OnAccountsSwitch(const sptr<IOsAccountEvent> &
eventProxy
, const int newId,
in OnAccountsSwitch()
argument
144
if (
eventProxy
== nullptr) {
in OnAccountsSwitch()
148
eventProxy
->OnAccountsSwitch(newId, oldId);
in OnAccountsSwitch()
169
sptr<IOsAccountEvent>
eventProxy
= iface_cast<IOsAccountEvent>((*it)->eventListener_);
in Publish()
local
170
if (
eventProxy
== nullptr) {
in Publish()
171
ACCOUNT_LOGE("Get
eventProxy
failed");
in Publish()
174
auto task = [this,
eventProxy
, i
in Publish()
204
sptr<IOsAccountEvent>
eventProxy
= iface_cast<IOsAccountEvent>((*it)->eventListener_);
Publish()
local
[all...]
/base/account/os_account/services/accountmgr/include/osaccount/
H
A
D
os_account_subscribe_manager.h
39
bool OnAccountsChanged(const sptr<IOsAccountEvent> &
eventProxy
, const int id);
40
bool OnAccountsSwitch(const sptr<IOsAccountEvent> &
eventProxy
, const int newId, const int oldId);
Completed in 1 milliseconds