Home
last modified time | relevance | path

Searched defs:observer (Results 126 - 150 of 546) sorted by relevance

12345678910>>...22

/foundation/arkui/ace_engine/interfaces/napi/kits/inspector/
H A Djs_inspector.cpp25 ComponentObserver* observer = nullptr; in GetObserver() local
[all...]
/foundation/barrierfree/accessibility/frameworks/acfwk/test/unittest/
H A Daccessibility_config_impl_test.cpp1735 std::shared_ptr<MockAccessibilityConfigObserverImpl> observer = in HWTEST_F() local
1739 instance.SubscribeConfigObserver(static_cast<CONFIG_ID>(index), observer, false); in HWTEST_F() local
1746 instance.UnsubscribeConfigObserver(static_cast<CONFIG_ID>(index), observer); in HWTEST_F() local
1761 std::shared_ptr<MockAccessibilityConfigObserverImpl> observer = in HWTEST_F() local
1765 instance.SubscribeConfigObserver(static_cast<CONFIG_ID>(index), observer); in HWTEST_F() local
1800 std::shared_ptr<AccessibilityConfigObserver> observer = nullptr; in HWTEST_F() local
1816 std::shared_ptr<AccessibilityConfigObserver> observer = nullptr; in HWTEST_F() local
1832 std::shared_ptr<AccessibilityConfigObserver> observer in HWTEST_F() local
1848 std::shared_ptr<AccessibilityEnableAbilityListsObserver> observer = HWTEST_F() local
1865 std::shared_ptr<AccessibilityEnableAbilityListsObserver> observer = nullptr; HWTEST_F() local
1882 std::shared_ptr<AccessibilityEnableAbilityListsObserver> observer = nullptr; HWTEST_F() local
[all...]
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_a2dp_sink_proxy.cpp55 void BluetoothA2dpSinkProxy::RegisterObserver(const sptr<IBluetoothA2dpSinkObserver> &observer) in RegisterObserver() argument
68 void BluetoothA2dpSinkProxy::DeregisterObserver(const sptr<IBluetoothA2dpSinkObserver> &observer) in DeregisterObserver() argument
H A Dbluetooth_opp_proxy.cpp107 void BluetoothOppProxy::RegisterObserver(const sptr<IBluetoothOppObserver> &observer) in RegisterObserver() argument
123 void BluetoothOppProxy::DeregisterObserver(const sptr<IBluetoothOppObserver> &observer) in DeregisterObserver() argument
H A Dbluetooth_pbap_pse_proxy.cpp197 void BluetoothPbapPseProxy::RegisterObserver(const sptr<IBluetoothPbapPseObserver> &observer) in RegisterObserver() argument
209 void BluetoothPbapPseProxy::DeregisterObserver(const sptr<IBluetoothPbapPseObserver> &observer) in DeregisterObserver() argument
H A Dbluetooth_map_mse_proxy.cpp161 void BluetoothMapMseProxy::RegisterObserver(const sptr<IBluetoothMapMseObserver> &observer) in RegisterObserver() argument
173 void BluetoothMapMseProxy::DeregisterObserver(const sptr<IBluetoothMapMseObserver> &observer) in DeregisterObserver() argument
H A Dbluetooth_pan_proxy.cpp97 int32_t BluetoothPanProxy::RegisterObserver(const sptr<IBluetoothPanObserver> observer) in RegisterObserver() argument
114 int32_t BluetoothPanProxy::DeregisterObserver(const sptr<IBluetoothPanObserver> observer) in DeregisterObserver() argument
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_pan_stub.cpp147 const sptr<IBluetoothPanObserver> observer = OHOS::iface_cast<IBluetoothPanObserver>(remote); in RegisterObserverInner() local
156 const sptr<IBluetoothPanObserver> observer = OHOS::iface_cast<IBluetoothPanObserver>(remote); in DeregisterObserverInner() local
H A Dbluetooth_socket_stub.cpp139 sptr<IBluetoothServerSocketObserver> observer = in DeregisterServerObserverInner() local
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dremote_observer_list.h88 bool RemoteObserverList<T, Args...>::Register(const sptr<T> &observer, DrCallbackFunc func, Args... args) in Register() argument
127 Deregister(const sptr<T> &observer) Deregister() argument
142 ForEach(const std::function<void(sptr<T>)> &observer) ForEach() argument
153 ObserverDeathRecipient( const sptr<T> &observer, RemoteObserverList<T, Args...> *owner) ObserverDeathRecipient() argument
[all...]
/foundation/filemanagement/user_file_service/test/unittest/
H A Dfile_access_service_proxy_test.cpp224 sptr<IFileAccessObserverMock> observer = sptr<IFileAccessObserverMock>(new IFileAccessObserverMock()); in HWTEST_F() local
319 sptr<IFileAccessObserverMock> observer = nullptr; HWTEST_F() local
[all...]
/foundation/multimedia/av_session/services/session/adapter/
H A Dapp_manager_adapter.cpp83 void AppManagerAdapter::SetAppStateChangeObserver(const std::function<void(int32_t, int32_t, bool)>& observer) in SetAppStateChangeObserver() argument
/foundation/multimedia/media_lite/services/player_lite/impl/player_control/player/fsm/src/
H A Dhi_state_machine.cpp103 int32_t HiStateMachine::RegisterObserver(HiStateMachineObserver &observer) in RegisterObserver() argument
/foundation/multimodalinput/input/test/fuzztest/inputdevicemanager_fuzzer/
H A Dinputdevicemanager_fuzzer.cpp39 std::shared_ptr<IDeviceObserver> observer; in InputDeviceManagerFuzzTest() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/relational/
H A Drelational_store_delegate.h36 StoreObserver *observer = nullptr; member
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/adaptor/
H A Dclient_adaptor.cpp161 RegisterClientDeathObserver( const std::string &appId, sptr<IRemoteObject> observer) RegisterClientDeathObserver() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_relational_observer_test.cpp199 RelationalStoreObserverUnitTest *observer in HWTEST_F() local
[all...]
/foundation/distributeddatamgr/data_share/frameworks/js/napi/dataShare/src/
H A Dnapi_datashare_inner_observer.cpp38 auto observer = innerWorker->observer_.lock(); in OnComplete() local
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/account/test/
H A Daccount_delegate_test.cpp84 auto observer = std::make_shared<AccountObserver>(); in HWTEST_F() local
101 auto observer = std::make_shared<AccountObserver>(); in HWTEST_F() local
119 auto observer = std::make_shared<AccountObserver>(); HWTEST_F() local
143 auto observer = std::make_shared<AccountObserver>(); HWTEST_F() local
163 auto observer = std::make_shared<AccountObserver>(); HWTEST_F() local
243 auto observer = std::make_shared<AccountObserver>(); HWTEST_F() local
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/account/src/
H A Daccount_delegate_impl.cpp78 Status AccountDelegateImpl::Subscribe(std::shared_ptr<Observer> observer) in Subscribe() argument
97 Status AccountDelegateImpl::Unsubscribe(std::shared_ptr<Observer> observer) in Unsubscribe() argument
[all...]
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/communicator/
H A Dcommunication_provider_impl.cpp61 Status CommunicationProviderImpl::StartWatchDataChange(const AppDataChangeListener *observer, const PipeInfo &pipeInfo) in StartWatchDataChange() argument
66 Status CommunicationProviderImpl::StopWatchDataChange(const AppDataChangeListener *observer, const PipeInfo &pipeInfo) in StopWatchDataChange() argument
39 StartWatchDeviceChange( const AppDeviceStatusChangeListener *observer, const PipeInfo &pipeInfo) StartWatchDeviceChange() argument
45 StopWatchDeviceChange( const AppDeviceStatusChangeListener *observer, const PipeInfo &pipeInfo) StopWatchDeviceChange() argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/
H A Dcommunication_provider_impl.cpp41 Status CommunicationProviderImpl::StartWatchDataChange(const AppDataChangeListener *observer, const PipeInfo &pipeInfo) in StartWatchDataChange() argument
46 Status CommunicationProviderImpl::StopWatchDataChange(const AppDataChangeListener *observer, const PipeInfo &pipeInfo) in StopWatchDataChange() argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/eventcenter/
H A Devent_center.cpp27 bool EventCenter::Subscribe(int32_t evtId, const std::function<void(const Event &)> &observer) in Subscribe() argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_watcher.cpp36 auto observer = GetObserver(); in OnChange() local
57 auto observer = GetObserver(); in OnChange() local
76 void KVDBWatcher::SetObserver(sptr<IKvStoreObserver> observer) in SetObserver() argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Ddata_share_subscriber_managers_test.cpp205 sptr<IDataProxyPublishedDataObserver> observer; in HWTEST_F() local

Completed in 13 milliseconds

12345678910>>...22