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:OnAccountsChanged
(Results
1 - 7
of
7
) sorted by relevance
/foundation/multimedia/player_framework/services/services/observer/
H
A
D
account_listener.h
29
void
OnAccountsChanged
(const int &id) override {};
/foundation/resourceschedule/memmgr/services/memmgrservice/include/event/
H
A
D
account_observer.h
29
virtual void
OnAccountsChanged
(const int &id) override;
/foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/observer/include/
H
A
D
account_observer.h
28
virtual void
OnAccountsChanged
(const int &id) override;
/foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/observer/src/
H
A
D
account_observer.cpp
31
void AccountObserver::
OnAccountsChanged
(const int &id)
in OnAccountsChanged()
function in OHOS::ResourceSchedule::AccountObserver
/foundation/resourceschedule/memmgr/services/memmgrservice/src/event/
H
A
D
account_observer.cpp
34
void AccountObserver::
OnAccountsChanged
(const int &id)
in OnAccountsChanged()
function in OHOS::Memory::AccountObserver
/foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/test/unittest/
H
A
D
observer_event_test.cpp
648
accountObserver->
OnAccountsChanged
(200);
in HWTEST_F()
650
accountObserver->
OnAccountsChanged
(201);
in HWTEST_F()
652
accountObserver->
OnAccountsChanged
(-1);
in HWTEST_F()
/foundation/multimedia/audio_framework/services/audio_policy/server/include/
H
A
D
audio_policy_server.h
648
void
OnAccountsChanged
(const int &id) override
650
AUDIO_INFO_LOG("
OnAccountsChanged
received, id: %{public}d", id);
Completed in 4 milliseconds