| /foundation/ability/ability_runtime/frameworks/native/ability/native/ui_extension_ability/ |
| H A D | ui_extension_context.cpp | 298 ErrCode UIExtensionContext::AddFreeInstallObserver(const sptr<IFreeInstallObserver> &observer) in AddFreeInstallObserver() argument
|
| /foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
| H A D | bluetooth_hfp_hf_proxy.cpp | 396 void BluetoothHfpHfProxy::RegisterObserver(const sptr<IBluetoothHfpHfObserver> &observer) in RegisterObserver() argument 408 void BluetoothHfpHfProxy::DeregisterObserver(const sptr<IBluetoothHfpHfObserver> &observer) in DeregisterObserver() argument
|
| H A D | bluetooth_hid_host_proxy.cpp | 115 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 D | a2dp_data_service.h | 87 void RegisterObserver(A2dpServiceObserver *observer) in RegisterObserver() argument 89 void DeregisterObserver(A2dpServiceObserver *observer) in DeregisterObserver() argument
|
| H A D | telephone_client_service.h | 69 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 D | bluetooth_hid_host_stub.cpp | 177 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 D | bluetooth_a2dp_sink_stub.cpp | 109 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 D | a2dp_codec_thread.cpp | 214 void A2dpCodecThread::SinkDecode(const A2dpCodecConfig &config, A2dpDecoderObserver &observer) in SinkDecode() argument
|
| /foundation/communication/bluetooth/frameworks/inner/src/ |
| H A D | bluetooth_a2dp_snk.cpp | 64 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 D | bluetooth_map_mse.cpp | 90 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 D | bluetooth_pan.cpp | 229 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 D | bluetooth_a2dp_sink_server.cpp | 132 void BluetoothA2dpSinkServer::RegisterObserver(const sptr<IBluetoothA2dpSinkObserver> &observer) in RegisterObserver() argument 143 void BluetoothA2dpSinkServer::DeregisterObserver(const sptr<IBluetoothA2dpSinkObserver> &observer) in DeregisterObserver() argument [all...] |
| H A D | bluetooth_pan_server.cpp | 131 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 D | dsoftbus_adapter_test.cpp | 181 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 D | bundle_active_stub.cpp | 253 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 D | mdns_exec.cpp | 63 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 D | net_datashare_utils.cpp | 194 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 D | wifi_datashare_utils.cpp | 128 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 D | delegate_fuzzer.cpp | 86 KvStoreObserverTest *observer = new (std::nothrow) KvStoreObserverTest; in MultiCombineFuzzer() local [all...] |
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/test/unittest/ |
| H A D | device_manager_adapter_test.cpp | 133 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 D | kv_store_nb_delegate.h | 48 KvStoreObserver *observer = nullptr; member
|
| /foundation/distributeddatamgr/data_share/frameworks/js/napi/common/include/ |
| H A D | napi_callbacks_manager.h | 44 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 D | published_data_subscriber_manager.cpp | 35 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 D | distributed_kv_data_manager.cpp | 253 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 D | kvdb_notifier_client.cpp | 147 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...] |