Home
last modified time | relevance | path

Searched defs:observer (Results 1 - 25 of 458) sorted by relevance

12345678910>>...19

/foundation/multimodalinput/input/intention/adapters/common_event_adapter/src/
H A Dcommon_event_adapter.cpp26 int32_t CommonEventAdapter::AddObserver(std::shared_ptr<ICommonEventObserver> observer) in AddObserver() argument
36 int32_t CommonEventAdapter::RemoveObserver(std::shared_ptr<ICommonEventObserver> observer) in RemoveObserver() argument
/foundation/distributeddatamgr/data_share/frameworks/js/napi/dataShare/include/
H A Dnapi_datashare_observer.h27 explicit NAPIDataShareObserver(const std::shared_ptr<NAPIInnerObserver> observer) : observer_(observer){}; in NAPIDataShareObserver() argument
/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dability_lifecycle.cpp27 void LifeCycle::AddObserver(const std::shared_ptr<ILifecycleObserver> &observer) in AddObserver() argument
120 void LifeCycle::RemoveObserver(const std::shared_ptr<ILifecycleObserver> &observer) in RemoveObserver() argument
/foundation/arkui/ace_engine/frameworks/core/common/recorder/
H A Devent_controller.h30 std::shared_ptr<UIEventObserver> observer; member
/foundation/arkui/ace_engine/interfaces/inner_api/ace/
H A Dui_event.cpp21 void UIEvent::RegisterUIEventObserver(const std::string& config, const std::shared_ptr<UIEventObserver>& observer) in RegisterUIEventObserver() argument
26 void UIEvent::UnregisterUIEventObserver(const std::shared_ptr<UIEventObserver>& observer) in UnregisterUIEventObserver() argument
/foundation/communication/bluetooth_service/services/bluetooth/service/src/base/
H A Dbase_observer_list.h50 bool BaseObserverList<T>::Register(T &observer) in Register() argument
64 bool BaseObserverList<T>::Deregister(T &observer) in Deregister() argument
78 void BaseObserverList<T>::ForEach(const std::function<void(T &)> &observer) in ForEach() argument
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/aaccodecctrl_l2/include/
H A Da2dp_decoder_aac.h26 A2dpAacDecoder(A2dpDecoderObserver *observer) : A2dpDecoder(observer) in A2dpAacDecoder() argument
/foundation/communication/bluetooth/frameworks/inner/include/
H A Dbluetooth_observer_list.h55 bool BluetoothObserverList<T>::Register(std::shared_ptr<T> &observer) in Register() argument
68 bool BluetoothObserverList<T>::Deregister(std::shared_ptr<T> &observer) in Deregister() argument
82 void BluetoothObserverList<T>::ForEach(const std::function<void(std::shared_ptr<T>)> &observer) in ForEach() argument
[all...]
/foundation/multimedia/audio_framework/services/audio_policy/server/include/service/config/
H A Daudio_policy_parser_factory.h31 Parser& CreateParser(IPortObserver& observer) in CreateParser() argument
/foundation/multimodalinput/input/test/fuzztest/setanrobserver_fuzzer/
H A Dsetanrobserver_fuzzer.cpp39 std::shared_ptr<IAnrObserverTest> observer = std::make_shared<IAnrObserverTest>(); in SetAnrObserverFuzzTest() local
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Drdb_local_db_observer.h28 explicit RdbStoreLocalDbObserver(const std::shared_ptr<RdbStoreObserver> &observer) : observer_(observer) {}; in RdbStoreLocalDbObserver() argument
/foundation/communication/bluetooth_service/services/bluetooth/service/src/transport/
H A Dtransport_factory.cpp23 CreateRfcommTransport( const RawAddress *addr, uint8_t scn, uint16_t mtu, DataTransportObserver &observer, utility::Dispatcher &dispatcher) CreateRfcommTransport() argument
/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_transport.cpp23 ObexServerTransport::ObexServerTransport(ObexTransportObserver &observer) : observer_(observer) in ObexServerTransport() argument
/foundation/ability/ability_lite/frameworks/abilitymgr_lite/src/slite/
H A Dability_manager_client.cpp27 void AbilityManagerClient::AddAbilityRecordObserver(AbilityRecordObserver *observer) in AddAbilityRecordObserver() argument
32 void AbilityManagerClient::RemoveAbilityRecordObserver(AbilityRecordObserver *observer) in RemoveAbilityRecordObserver() argument
/foundation/ability/ability_runtime/tools/test/moduletest/ability_delegator/
H A Dtest_observer_module_test.cpp66 TestObserver observer; in HWTEST_F() local
78 TestObserver observer; in HWTEST_F() local
/foundation/ability/form_fwk/services/src/
H A Dform_event_handler.cpp57 void FormEventHandler::RegisterEventTimeoutObserver(const std::shared_ptr<FormEventTimeoutObserver> &observer) in RegisterEventTimeoutObserver() argument
69 void FormEventHandler::UnregisterEventTimeoutObserver(const std::shared_ptr<FormEventTimeoutObserver> &observer) in UnregisterEventTimeoutObserver() argument
[all...]
/foundation/ability/ability_runtime/interfaces/inner_api/connectionobs_manager/src/
H A Dconnection_observer_client.cpp35 int32_t ConnectionObserverClient::RegisterObserver(const std::shared_ptr<ConnectionObserver> &observer) in RegisterObserver() argument
45 int32_t ConnectionObserverClient::UnregisterObserver(const std::shared_ptr<ConnectionObserver> &observer) in UnregisterObserver() argument
/foundation/ability/ability_runtime/test/fuzztest/registerapplicationstateobserver_fuzzer/
H A Dregisterapplicationstateobserver_fuzzer.cpp42 sptr<IApplicationStateObserver> observer; in DoSomethingInterestingWithMyAPI() local
/foundation/ability/ability_runtime/test/fuzztest/registerconfigurationobserver_fuzzer/
H A Dregisterconfigurationobserver_fuzzer.cpp43 sptr<IConfigurationObserver> observer = nullptr; in DoSomethingInterestingWithMyAPI() local
/foundation/ability/ability_runtime/test/fuzztest/unregisterapplicationstateobserver_fuzzer/
H A Dunregisterapplicationstateobserver_fuzzer.cpp38 sptr<IApplicationStateObserver> observer; in DoSomethingInterestingWithMyAPI() local
/foundation/ability/ability_lite/services/abilitymgr_lite/src/slite/
H A Dability_record_observer_manager.cpp26 void AbilityRecordObserverManager::AddObserver(AbilityRecordObserver *observer) in AddObserver() argument
36 void AbilityRecordObserverManager::RemoveObserver(AbilityRecordObserver *observer) in RemoveObserver() argument
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dapplication_data_manager.cpp33 void ApplicationDataManager::AddErrorObserver(const std::shared_ptr<IErrorObserver> &observer) in AddErrorObserver() argument
/foundation/ability/ability_runtime/test/unittest/render_state_observer_manager_test/
H A Drender_state_observer_manager_test.cpp85 sptr<IRenderStateObserver> observer = new MockRenderStateObserver(); in HWTEST_F() local
98 sptr<IRenderStateObserver> observer = new MockRenderStateObserver(); in HWTEST_F() local
111 sptr<IRenderStateObserver> observer = new MockRenderStateObserver(); in HWTEST_F() local
124 sptr<IRenderStateObserver> observer = new MockRenderStateObserver(); in HWTEST_F() local
151 sptr<IRenderStateObserver> observer = new MockRenderStateObserver(); HWTEST_F() local
164 sptr<IRenderStateObserver> observer = new MockRenderStateObserver(); HWTEST_F() local
178 sptr<IRenderStateObserver> observer = new MockRenderStateObserver(); HWTEST_F() local
238 sptr<IRenderStateObserver> observer = new MockRenderStateObserver(); HWTEST_F() local
[all...]
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Dability_lifecycle_test.cpp96 std::shared_ptr<MockLifecycleObserver> observer = std::make_shared<MockLifecycleObserver>(); in HWTEST_F() local
113 std::shared_ptr<MockLifecycleObserver> observer = std::make_shared<MockLifecycleObserver>(); in HWTEST_F() local
131 std::shared_ptr<MockLifecycleObserver> observer = std::make_shared<MockLifecycleObserver>(); in HWTEST_F() local
150 std::shared_ptr<MockLifecycleObserver> observer = std::make_shared<MockLifecycleObserver>(); HWTEST_F() local
168 std::shared_ptr<MockLifecycleObserver> observer = std::make_shared<MockLifecycleObserver>(); HWTEST_F() local
186 std::shared_ptr<MockLifecycleObserver> observer = std::make_shared<MockLifecycleObserver>(); HWTEST_F() local
204 std::shared_ptr<MockLifecycleObserver> observer = std::make_shared<MockLifecycleObserver>(); HWTEST_F() local
222 std::shared_ptr<MockLifecycleObserver> observer = std::make_shared<MockLifecycleObserver>(); HWTEST_F() local
240 std::shared_ptr<MockLifecycleObserver> observer = std::make_shared<MockLifecycleObserver>(); HWTEST_F() local
258 std::shared_ptr<MockLifecycleObserver> observer = std::make_shared<MockLifecycleObserver>(); HWTEST_F() local
276 std::shared_ptr<MockLifecycleObserver> observer = std::make_shared<MockLifecycleObserver>(); HWTEST_F() local
293 std::shared_ptr<MockLifecycleObserver> observer = std::make_shared<MockLifecycleObserver>(); HWTEST_F() local
310 std::shared_ptr<MockLifecycleObserver> observer = std::make_shared<MockLifecycleObserver>(); HWTEST_F() local
327 std::shared_ptr<MockLifecycleObserver> observer = std::make_shared<MockLifecycleObserver>(); HWTEST_F() local
344 std::shared_ptr<MockLifecycleObserver> observer = std::make_shared<MockLifecycleObserver>(); HWTEST_F() local
361 std::shared_ptr<MockLifecycleObserver> observer = std::make_shared<MockLifecycleObserver>(); HWTEST_F() local
378 std::shared_ptr<MockLifecycleObserver> observer = std::make_shared<MockLifecycleObserver>(); HWTEST_F() local
[all...]
/foundation/ability/ability_runtime/frameworks/cj/ffi/app/errormanager/
H A Dcj_error_manager_ffi.cpp34 RetDataI32 FfiOHOSErrorManagerOn(char* onType, CErrorObserver observer) in FfiOHOSErrorManagerOn() argument

Completed in 8 milliseconds

12345678910>>...19