| /foundation/arkui/ace_engine/interfaces/napi/kits/inspector/ |
| H A D | js_inspector.cpp | 25 ComponentObserver* observer = nullptr; in GetObserver() local [all...] |
| /foundation/barrierfree/accessibility/frameworks/acfwk/test/unittest/ |
| H A D | accessibility_config_impl_test.cpp | 1735 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 D | bluetooth_a2dp_sink_proxy.cpp | 55 void BluetoothA2dpSinkProxy::RegisterObserver(const sptr<IBluetoothA2dpSinkObserver> &observer) in RegisterObserver() argument 68 void BluetoothA2dpSinkProxy::DeregisterObserver(const sptr<IBluetoothA2dpSinkObserver> &observer) in DeregisterObserver() argument
|
| H A D | bluetooth_opp_proxy.cpp | 107 void BluetoothOppProxy::RegisterObserver(const sptr<IBluetoothOppObserver> &observer) in RegisterObserver() argument 123 void BluetoothOppProxy::DeregisterObserver(const sptr<IBluetoothOppObserver> &observer) in DeregisterObserver() argument
|
| H A D | bluetooth_pbap_pse_proxy.cpp | 197 void BluetoothPbapPseProxy::RegisterObserver(const sptr<IBluetoothPbapPseObserver> &observer)
in RegisterObserver() argument 209 void BluetoothPbapPseProxy::DeregisterObserver(const sptr<IBluetoothPbapPseObserver> &observer)
in DeregisterObserver() argument
|
| H A D | bluetooth_map_mse_proxy.cpp | 161 void BluetoothMapMseProxy::RegisterObserver(const sptr<IBluetoothMapMseObserver> &observer)
in RegisterObserver() argument 173 void BluetoothMapMseProxy::DeregisterObserver(const sptr<IBluetoothMapMseObserver> &observer)
in DeregisterObserver() argument
|
| H A D | bluetooth_pan_proxy.cpp | 97 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 D | bluetooth_pan_stub.cpp | 147 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 D | bluetooth_socket_stub.cpp | 139 sptr<IBluetoothServerSocketObserver> observer = in DeregisterServerObserverInner() local
|
| /foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
| H A D | remote_observer_list.h | 88 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 D | file_access_service_proxy_test.cpp | 224 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 D | app_manager_adapter.cpp | 83 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 D | hi_state_machine.cpp | 103 int32_t HiStateMachine::RegisterObserver(HiStateMachineObserver &observer) in RegisterObserver() argument
|
| /foundation/multimodalinput/input/test/fuzztest/inputdevicemanager_fuzzer/ |
| H A D | inputdevicemanager_fuzzer.cpp | 39 std::shared_ptr<IDeviceObserver> observer; in InputDeviceManagerFuzzTest() local
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/relational/ |
| H A D | relational_store_delegate.h | 36 StoreObserver *observer = nullptr; member
|
| /foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/adaptor/ |
| H A D | client_adaptor.cpp | 161 RegisterClientDeathObserver( const std::string &appId, sptr<IRemoteObject> observer) RegisterClientDeathObserver() argument
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
| H A D | distributeddb_interfaces_relational_observer_test.cpp | 199 RelationalStoreObserverUnitTest *observer in HWTEST_F() local [all...] |
| /foundation/distributeddatamgr/data_share/frameworks/js/napi/dataShare/src/ |
| H A D | napi_datashare_inner_observer.cpp | 38 auto observer = innerWorker->observer_.lock();
in OnComplete() local [all...] |
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/account/test/ |
| H A D | account_delegate_test.cpp | 84 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 D | account_delegate_impl.cpp | 78 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 D | communication_provider_impl.cpp | 61 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 D | communication_provider_impl.cpp | 41 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 D | event_center.cpp | 27 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 D | kvdb_watcher.cpp | 36 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 D | data_share_subscriber_managers_test.cpp | 205 sptr<IDataProxyPublishedDataObserver> observer;
in HWTEST_F() local
|