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:GetObservers
(Results
1 - 9
of
9
) sorted by relevance
/foundation/ability/ability_runtime/interfaces/inner_api/connectionobs_manager/src/
H
A
D
connection_observer_client_impl.cpp
88
auto observers =
GetObservers
();
in HandleExtensionConnected()
99
auto observers =
GetObservers
();
in HandleExtensionDisconnected()
111
auto observers =
GetObservers
();
in HandleDlpAbilityOpened()
122
auto observers =
GetObservers
();
in HandleDlpAbilityClosed()
266
auto observers =
GetObservers
();
in NotifyServiceDiedToObservers()
276
std::unordered_set<std::shared_ptr<ConnectionObserver>> ConnectionObserverClientImpl::
GetObservers
()
in GetObservers()
function in OHOS::AbilityRuntime::ConnectionObserverClientImpl
/foundation/ability/ability_runtime/services/abilitymgr/include/
H
A
D
connection_observer_controller.h
82
std::vector<sptr<AbilityRuntime::IConnectionObserver>>
GetObservers
();
88
auto observers =
GetObservers
();
in CallObservers()
/foundation/ability/ability_runtime/interfaces/inner_api/connectionobs_manager/include/
H
A
D
connection_observer_client_impl.h
65
std::unordered_set<std::shared_ptr<ConnectionObserver>>
GetObservers
();
/foundation/ability/ability_runtime/test/fuzztest/connectionobserverclientimpl_fuzzer/
H
A
D
connectionobserverclientimpl_fuzzer.cpp
87
connectionObserverClientImpl->
GetObservers
();
in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/unittest/connection_observer_controller_test/
H
A
D
connection_observer_controller_test.cpp
145
* Function:
GetObservers
147
* FunctionPoints: ConnectionObserverController
GetObservers
149
* CaseDescription: Verify
GetObservers
155
auto res = connectionObserverController->
GetObservers
();
in HWTEST_F()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H
A
D
connection_observer_controller.cpp
97
std::vector<sptr<AbilityRuntime::IConnectionObserver>> ConnectionObserverController::
GetObservers
()
in GetObservers()
function in OHOS::AAFwk::ConnectionObserverController
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/include/communicator/
H
A
D
device_manager_adapter.h
100
std::vector<const AppDeviceChangeListener *>
GetObservers
();
/foundation/ability/ability_runtime/test/fuzztest/connectionstatemanager_fuzzer/
H
A
D
connectionstatemanager_fuzzer.cpp
138
connectionObserverController->
GetObservers
();
in DoSomethingInterestingWithMyAPI()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/
H
A
D
device_manager_adapter.cpp
261
auto observers =
GetObservers
();
in Online()
304
std::vector<const AppDeviceChangeListener *> DeviceManagerAdapter::
GetObservers
()
Completed in 4 milliseconds