Home
last modified time | relevance | path

Searched refs:binderInfo_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/
H A Ddata_share_service_impl.cpp408 … Key(context->uri, id.subscriberId_, id.bundleName_), observer, context, binderInfo_.executors); in SubscribeRdbData()
481 if (binderInfo_.executors != nullptr) { in SubscribePublishedData()
482 binderInfo_.executors->Execute([context, subscriberId]() { in SubscribePublishedData()
513 if (result == E_OK && binderInfo_.executors != nullptr) { in UnsubscribePublishedData()
514 binderInfo_.executors->Execute([context, subscriberId]() { in UnsubscribePublishedData()
546 if (result == E_OK && binderInfo_.executors != nullptr) { in EnablePubSubs()
547 binderInfo_.executors->Execute([context, subscriberId]() { in EnablePubSubs()
584 if (result == E_OK && binderInfo_.executors != nullptr) { in DisablePubSubs()
585 binderInfo_.executors->Execute([context, subscriberId]() { in DisablePubSubs()
603 binderInfo_ = binderInfo; in OnBind()
H A Ddata_share_service_impl.h153 BindInfo binderInfo_; variable