Home
last modified time | relevance | path

Searched refs:serviceCallback_ (Results 1 - 21 of 21) sorted by relevance

/foundation/distributeddatamgr/data_share/frameworks/native/proxy/src/
H A Dpublished_data_subscriber_manager.cpp54 auto subResults = proxy->SubscribePublishedData(firstAddUris, subscriberId, serviceCallback_); in AddObservers()
203 auto results = proxy->SubscribePublishedData(uris, subscriberId, serviceCallback_);
292 if (serviceCallback_ == nullptr) {
294 serviceCallback_ = new PublishedDataObserverStub([this](PublishedDataChangeNode &changeNode) {
304 if (serviceCallback_ != nullptr) {
305 serviceCallback_->ClearCallback();
308 serviceCallback_ = nullptr;
320 serviceCallback_ = nullptr;
H A Drdb_subscriber_manager.cpp34 serviceCallback_ = nullptr; in RdbSubscriberManager()
65 auto subResults = proxy->SubscribeRdbData(firstAddUris, templateId, serviceCallback_); in AddObservers()
208 auto results = proxy->SubscribeRdbData(uris, templateId, serviceCallback_);
260 if (serviceCallback_ == nullptr) {
262 serviceCallback_ = new RdbObserverStub([this](const RdbChangeNode &changeNode) {
272 if (serviceCallback_ != nullptr) {
273 serviceCallback_->ClearCallback();
276 serviceCallback_ = nullptr;
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/gatts/
H A Dgeneric_attribute_service.h63 std::shared_ptr<GattServerCallbackImpl> serviceCallback_; member in OHOS::bluetooth::GenericAttributeService
H A Dgeneric_attribute_service.cpp35 serviceCallback_(std::make_shared<GattServerCallbackImpl>(*this)) in GenericAttributeService()
82 appId_ = serverService_.RegisterApplicationSync(serviceCallback_); in RegisterService()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/gas/
H A Dgeneric_access_service.h68 std::shared_ptr<GattServerCallbackImpl> serviceCallback_; member in OHOS::bluetooth::GenericAccessService
H A Dgeneric_access_service.cpp151 : serviceCallback_(std::make_shared<GattServerCallbackImpl>(*this)), in GenericAccessService()
189 appId_ = serverService_.RegisterApplicationSync(serviceCallback_); in RegisterService()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/dis/
H A Ddevice_information_service.h78 std::shared_ptr<GattServerCallbackImpl> serviceCallback_; member in OHOS::bluetooth::DeviceInformationService
H A Ddevice_information_service.cpp47 : serverService_(service), serviceCallback_(std::make_shared<GattServerCallbackImpl>(*this)) in DeviceInformationService()
103 appId_ = serverService_.RegisterApplicationSync(serviceCallback_); in RegisterService()
/foundation/multimedia/av_session/services/session/server/
H A Davcontroller_item.cpp245 if (serviceCallback_) { in Destroy()
246 serviceCallback_(*this); in Destroy()
486 serviceCallback_ = callback; in SetServiceCallbackForRelease()
H A Davcontroller_item.h124 std::function<void(AVControllerItem&)> serviceCallback_; member in OHOS::AVSession::AVControllerItem
H A Davsession_item.h361 std::function<void(AVSessionItem&)> serviceCallback_; member in OHOS::AVSession::AVSessionItem
H A Davsession_item.cpp117 if (serviceCallback_) { in Destroy()
119 serviceCallback_(*this); in Destroy()
1862 serviceCallback_ = callback;
/foundation/multimedia/drm_framework/frameworks/native/drm/
H A Dmedia_key_system_impl.cpp370 serviceCallback_ = new (std::nothrow) MediaKeySystemCallback(this); in SetCallback()
371 if (serviceCallback_ == nullptr) { in SetCallback()
380 ret = serviceProxy_->SetCallback(serviceCallback_); in SetCallback()
/foundation/multimedia/drm_framework/interfaces/inner_api/native/drm/
H A Dmedia_key_system_impl.h75 sptr<IMediaKeySystemServiceCallback> serviceCallback_; member in OHOS::DrmStandard::MediaKeySystemImpl
/foundation/distributeddatamgr/data_share/frameworks/native/proxy/include/
H A Dpublished_data_subscriber_manager.h101 sptr<PublishedDataObserverStub> serviceCallback_; member in OHOS::DataShare::PublishedDataSubscriberManager
H A Drdb_subscriber_manager.h101 sptr<RdbObserverStub> serviceCallback_; member in OHOS::DataShare::RdbSubscriberManager
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/
H A Dcast_session_impl.cpp127 serviceCallback_ = callback; in SetServiceCallbackForRelease()
374 if (!serviceCallback_) { in Release()
378 serviceCallback_(sessionId_); in Release()
/foundation/CastEngine/castengine_cast_plus_stream/src/
H A Dcast_session_impl.cpp127 serviceCallback_ = callback; in SetServiceCallbackForRelease()
374 if (!serviceCallback_) { in Release()
378 serviceCallback_(sessionId_); in Release()
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_server.cpp80 sptr<BluetoothGattServerCallbackStubImpl> serviceCallback_; member
480 serviceCallback_ = new BluetoothGattServerCallbackStubImpl(server); in Init()
485 int result = proxy->RegisterApplication(serviceCallback_); in Init()
/foundation/CastEngine/castengine_cast_framework/service/src/session/include/
H A Dcast_session_impl_class.h224 std::function<void(int)> serviceCallback_; member in OHOS::CastEngine::CastEngineService::CastSessionImpl
/foundation/CastEngine/castengine_cast_plus_stream/include/
H A Dcast_session_impl_class.h224 std::function<void(int)> serviceCallback_; member in OHOS::CastEngine::CastEngineService::CastSessionImpl

Completed in 16 milliseconds