Home
last modified time | relevance | path

Searched refs:ListenBroadcastMsg (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/
H A Dcommunication_provider_impl.cpp82 int32_t CommunicationProviderImpl::ListenBroadcastMsg(const PipeInfo &pipeInfo, in ListenBroadcastMsg() function in OHOS::AppDistributedKv::CommunicationProviderImpl
85 return SoftBusAdapter::GetInstance()->ListenBroadcastMsg(pipeInfo, std::move(listener)); in ListenBroadcastMsg()
H A Dcommunication_provider_impl.h52 int32_t ListenBroadcastMsg(const PipeInfo &pipeInfo,
H A Dsoftbus_adapter.h79 int32_t ListenBroadcastMsg(const PipeInfo &pipeInfo,
H A Dsoftbus_adapter_standard.cpp467 int32_t SoftBusAdapter::ListenBroadcastMsg(const PipeInfo &pipeInfo, in ListenBroadcastMsg() function in OHOS::AppDistributedKv::SoftBusAdapter
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/include/communicator/
H A Dcommunication_provider.h66 virtual int32_t ListenBroadcastMsg(const PipeInfo &pipeInfo,
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/
H A Dkvstore_meta_manager.cpp105 auto result = Commu::GetInstance().ListenBroadcastMsg({ pipe }, in InitBroadcast()