Home
last modified time | relevance | path

Searched refs:GetObservers (Results 1 - 9 of 9) sorted by relevance

/foundation/ability/ability_runtime/interfaces/inner_api/connectionobs_manager/src/
H A Dconnection_observer_client_impl.cpp88 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 Dconnection_observer_controller.h82 std::vector<sptr<AbilityRuntime::IConnectionObserver>> GetObservers();
88 auto observers = GetObservers(); in CallObservers()
/foundation/ability/ability_runtime/interfaces/inner_api/connectionobs_manager/include/
H A Dconnection_observer_client_impl.h65 std::unordered_set<std::shared_ptr<ConnectionObserver>> GetObservers();
/foundation/ability/ability_runtime/test/fuzztest/connectionobserverclientimpl_fuzzer/
H A Dconnectionobserverclientimpl_fuzzer.cpp87 connectionObserverClientImpl->GetObservers(); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/unittest/connection_observer_controller_test/
H A Dconnection_observer_controller_test.cpp145 * 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 Dconnection_observer_controller.cpp97 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 Ddevice_manager_adapter.h100 std::vector<const AppDeviceChangeListener *> GetObservers();
/foundation/ability/ability_runtime/test/fuzztest/connectionstatemanager_fuzzer/
H A Dconnectionstatemanager_fuzzer.cpp138 connectionObserverController->GetObservers(); in DoSomethingInterestingWithMyAPI()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/
H A Ddevice_manager_adapter.cpp261 auto observers = GetObservers(); in Online()
304 std::vector<const AppDeviceChangeListener *> DeviceManagerAdapter::GetObservers()

Completed in 5 milliseconds