Home
last modified time | relevance | path

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

12345678910>>...22

/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DObserver_unittest.cpp32 ObserverClass observer; in TEST() local
/base/customization/enterprise_device_management/common/external/src/
H A Dedm_app_manager_impl.cpp25 RegisterApplicationStateObserver( const sptr<AppExecFwk::IApplicationStateObserver>& observer) RegisterApplicationStateObserver() argument
38 UnregisterApplicationStateObserver( const sptr<AppExecFwk::IApplicationStateObserver>& observer) UnregisterApplicationStateObserver() argument
/base/msdp/device_status/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
/base/web/webview/test/fuzztest/ohos_adapter/pasteboard_adapter/onpasteboardchanged_fuzzer/
H A Donpasteboardchanged_fuzzer.cpp33 std::shared_ptr<PasteboardObserverAdapter> observer = std::make_shared<MockPasteboardObserver>(); in OnPasteboardChangedFuzzTest() local
/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
/base/inputmethod/imf/services/adapter/system_language_observer/src/
H A Dsystem_language_observer.cpp27 static SystemLanguageObserver observer; in GetInstance() local
/base/hiviewdfx/hiview/plugins/performance/reporter/event_poster/
H A DEventsPoster.cpp22 void EventsPoster::RegObserver(IEventObserver* observer) in RegObserver() argument
/base/inputmethod/imf/test/fuzztest/settingsdatautils_fuzzer/
H A Dsettingsdatautils_fuzzer.cpp42 sptr<SettingsDataObserver> observer = new SettingsDataObserver(key, func); in FuzzRegisterObserver() local
48 sptr<SettingsDataObserver> observer = new SettingsDataObserver(key, func); in FuzzUnregisterObserver() local
/base/msdp/device_status/intention/adapters/ddm_adapter/include/
H A Dddm_adapter_impl.h49 explicit Observer(std::shared_ptr<IBoardObserver> observer) in Observer() argument
/base/msdp/device_status/intention/adapters/ddm_adapter/src/
H A Dddm_adapter.cpp45 void DDMAdapter::AddBoardObserver(std::shared_ptr<IBoardObserver> observer) in AddBoardObserver() argument
51 void DDMAdapter::RemoveBoardObserver(std::shared_ptr<IBoardObserver> observer) in RemoveBoardObserver() argument
/base/security/access_token/services/test/mock/aafwk/
H A Dmock_app_mgr_service.cpp32 int32_t MockAppMgrService::RegisterApplicationStateObserver(const sptr<IApplicationStateObserver>& observer, in RegisterApplicationStateObserver() argument
43 int32_t MockAppMgrService::UnregisterApplicationStateObserver(const sptr<IApplicationStateObserver>& observer) in UnregisterApplicationStateObserver() argument
/base/security/security_component_manager/services/security_component_service/sa/test/mock/include/
H A Dmock_app_mgr_proxy.h44 int32_t UnregisterApplicationStateObserver(const sptr<AppExecFwk::IApplicationStateObserver>& observer) in UnregisterApplicationStateObserver() argument
38 RegisterApplicationStateObserver(const sptr<AppExecFwk::IApplicationStateObserver>& observer, const std::vector<std::string>& str) RegisterApplicationStateObserver() 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

Completed in 10 milliseconds

12345678910>>...22