Home
last modified time | relevance | path

Searched defs:observer (Results 151 - 175 of 480) sorted by relevance

12345678910>>...20

/foundation/ability/ability_runtime/frameworks/native/ability/native/ui_extension_ability/
H A Dui_extension_context.cpp298 ErrCode UIExtensionContext::AddFreeInstallObserver(const sptr<IFreeInstallObserver> &observer) in AddFreeInstallObserver() argument
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_hfp_hf_proxy.cpp396 void BluetoothHfpHfProxy::RegisterObserver(const sptr<IBluetoothHfpHfObserver> &observer) in RegisterObserver() argument
408 void BluetoothHfpHfProxy::DeregisterObserver(const sptr<IBluetoothHfpHfObserver> &observer) in DeregisterObserver() argument
H A Dbluetooth_hid_host_proxy.cpp115 RegisterObserver( const sptr<IBluetoothHidHostObserver> observer) RegisterObserver() argument
133 DeregisterObserver( const sptr<IBluetoothHidHostObserver> observer) DeregisterObserver() argument
/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/
H A Da2dp_data_service.h87 void RegisterObserver(A2dpServiceObserver *observer) in RegisterObserver() argument
89 void DeregisterObserver(A2dpServiceObserver *observer) in DeregisterObserver() argument
H A Dtelephone_client_service.h69 void RegisterObserver(TelephoneClientServiceObserver* observer) in RegisterObserver() argument
71 void DeregisterObserver(TelephoneClientServiceObserver* observer) in DeregisterObserver() argument
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_hid_host_stub.cpp177 const sptr<IBluetoothHidHostObserver> observer = OHOS::iface_cast<IBluetoothHidHostObserver>(remote); in RegisterObserverInner() local
186 const sptr<IBluetoothHidHostObserver> observer = OHOS::iface_cast<IBluetoothHidHostObserver>(remote); in DeregisterObserverInner() local
H A Dbluetooth_a2dp_sink_stub.cpp109 const sptr<IBluetoothA2dpSinkObserver> observer = OHOS::iface_cast<IBluetoothA2dpSinkObserver>(remote); in RegisterObserverInner() local
118 const sptr<IBluetoothA2dpSinkObserver> observer = OHOS::iface_cast<IBluetoothA2dpSinkObserver>(remote); in DeregisterObserverInner() local
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_codec_thread.cpp214 void A2dpCodecThread::SinkDecode(const A2dpCodecConfig &config, A2dpDecoderObserver &observer) in SinkDecode() argument
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_a2dp_snk.cpp64 void Register(std::shared_ptr<A2dpSinkObserver> &observer) in Register() argument
70 void Deregister(std::shared_ptr<A2dpSinkObserver> &observer) in Deregister() argument
124 void A2dpSink::RegisterObserver(std::shared_ptr<A2dpSinkObserver> observer) in RegisterObserver() argument
131 void A2dpSink::DeregisterObserver(std::shared_ptr<A2dpSinkObserver> observer) in DeregisterObserver() argument
[all...]
H A Dbluetooth_map_mse.cpp90 void MapMse::impl::RegisterObserver(std::shared_ptr<MapMseObserver> &observer) in RegisterObserver() argument
98 void MapMse::impl::DeregisterObserver(std::shared_ptr<MapMseObserver> &observer) in DeregisterObserver() argument
127 RegisterObserver(std::shared_ptr<MapMseObserver> observer) RegisterObserver() argument
133 DeregisterObserver(std::shared_ptr<MapMseObserver> observer) DeregisterObserver() argument
[all...]
H A Dbluetooth_pan.cpp229 void Pan::RegisterObserver(std::shared_ptr<PanObserver> observer) in RegisterObserver() argument
236 void Pan::DeregisterObserver(std::shared_ptr<PanObserver> observer) in DeregisterObserver() argument
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_a2dp_sink_server.cpp132 void BluetoothA2dpSinkServer::RegisterObserver(const sptr<IBluetoothA2dpSinkObserver> &observer) in RegisterObserver() argument
143 void BluetoothA2dpSinkServer::DeregisterObserver(const sptr<IBluetoothA2dpSinkObserver> &observer) in DeregisterObserver() argument
[all...]
H A Dbluetooth_pan_server.cpp131 ErrCode BluetoothPanServer::RegisterObserver(const sptr<IBluetoothPanObserver> observer) in RegisterObserver() argument
150 ErrCode BluetoothPanServer::DeregisterObserver(const sptr<IBluetoothPanObserver> observer) in DeregisterObserver() argument
[all...]
/foundation/multimodalinput/input/intention/adapters/test/unittest/src/
H A Ddsoftbus_adapter_test.cpp181 std::shared_ptr<IDSoftbusObserver> observer = std::make_shared<DSoftbusObserver>(); in HWTEST_F() local
198 std::shared_ptr<IDSoftbusObserver> observer = std::make_shared<DSoftbusObserver>(); in HWTEST_F() local
/foundation/resourceschedule/device_usage_statistics/services/common/src/
H A Dbundle_active_stub.cpp253 auto observer = iface_cast<IAppGroupCallback>(data.ReadRemoteObject()); in HandleRegisterAppGroupCallBack() local
265 auto observer = iface_cast<IAppGroupCallback>(data.ReadRemoteObject()); in HandleUnRegisterAppGroupCallBack() local
/foundation/communication/netmanager_ext/frameworks/js/napi/mdns/src/
H A Dmdns_exec.cpp63 MDnsResolveObserver *observer = static_cast<MDnsResolveObserver *>(callback.GetRefPtr()); in ExecResolveLocalService() local
96 sptr<MDnsDiscoveryObserver> observer in ExecStartSearchingMDNS() local
116 sptr<MDnsDiscoveryObserver> observer = wObserver.promote(); ExecStopSearchingMDNS() local
[all...]
/foundation/communication/netmanager_base/utils/data_share/src/
H A Dnet_datashare_utils.cpp194 sptr<AAFwk::IDataAbilityObserver> observer = new (std::nothrow) NetDataAbilityObserver(onChange); in RegisterObserver() local
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/
H A Dwifi_datashare_utils.cpp128 ErrCode WifiDataShareHelperUtils::RegisterObserver(const Uri &uri, const sptr<AAFwk::IDataAbilityObserver> &observer) in RegisterObserver() argument
138 ErrCode WifiDataShareHelperUtils::UnRegisterObserver(const Uri &uri, const sptr<AAFwk::IDataAbilityObserver> &observer) in UnRegisterObserver() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/delegate_fuzzer/
H A Ddelegate_fuzzer.cpp86 KvStoreObserverTest *observer = new (std::nothrow) KvStoreObserverTest; in MultiCombineFuzzer() local
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/test/unittest/
H A Ddevice_manager_adapter_test.cpp133 std::shared_ptr<DeviceChangerListener> observer = std::make_shared<DeviceChangerListener>(); in HWTEST_F() local
376 std::shared_ptr<DeviceChangerListener> observer = std::make_shared<DeviceChangerListener>(); in HWTEST_F() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/
H A Dkv_store_nb_delegate.h48 KvStoreObserver *observer = nullptr; member
/foundation/distributeddatamgr/data_share/frameworks/js/napi/common/include/
H A Dnapi_callbacks_manager.h44 static void DefaultProcess(const std::vector<Key> &, const std::shared_ptr<Observer> &observer, in DefaultProcess() argument
62 AddObservers( const std::vector<Key> &keys, const std::shared_ptr<Observer> observer, std::function<void(const std::vector<Key> &, const std::shared_ptr<Observer> &observer)> processOnLocalAdd, std::function<void(const std::vector<Key> &, const std::shared_ptr<Observer> &observer, std::vector<OperationResult> &)> processOnFirstAdd) AddObservers() argument
97 IsRegistered(const Observer &observer, const std::vector<ObserverNode> &observers) IsRegistered() argument
109 DelObservers( const std::vector<Key> &keys, const std::shared_ptr<Observer> observer, std::function<void(const std::vector<Key> &, const std::shared_ptr<Observer> &, std::vector<OperationResult> &)> processOnLastDel) DelObservers() argument
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/subscriber_managers/
H A Dpublished_data_subscriber_manager.cpp35 Add( const PublishedDataKey &key, const sptr<IDataProxyPublishedDataObserver> observer, uint32_t firstCallerTokenId) Add() argument
114 Emit(const std::vector<PublishedDataKey> &keys, int32_t userId, const std::string &ownerBundleName, const sptr<IDataProxyPublishedDataObserver> observer) Emit() argument
156 PutInto( std::map<sptr<IDataProxyPublishedDataObserver>, std::vector<PublishedDataKey>> &callbacks, const std::vector<ObserverNode> &val, const PublishedDataKey &key, const sptr<IDataProxyPublishedDataObserver> observer) PutInto() argument
268 ObserverNode(const sptr<IDataProxyPublishedDataObserver> &observer, uint32_t firstCallerTokenId, uint32_t callerTokenId) ObserverNode() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
H A Ddistributed_kv_data_manager.cpp253 Status DistributedKvDataManager::SubscribeSwitchData(const AppId &appId, std::shared_ptr<KvStoreObserver> observer) in SubscribeSwitchData() argument
258 Status DistributedKvDataManager::UnsubscribeSwitchData(const AppId &appId, std::shared_ptr<KvStoreObserver> observer) in UnsubscribeSwitchData() argument
H A Dkvdb_notifier_client.cpp147 void KVDBNotifierClient::AddSwitchCallback(const std::string &appId, std::shared_ptr<KvStoreObserver> observer) in AddSwitchCallback() argument
156 switchObservers_.Insert(uintptr_t(observer.get()), observer); in AddSwitchCallback() local
159 void KVDBNotifierClient::DeleteSwitchCallback(const std::string &appId, std::shared_ptr<KvStoreObserver> observer) in DeleteSwitchCallback() argument
[all...]

Completed in 14 milliseconds

12345678910>>...20