Home
last modified time | relevance | path

Searched refs:SetMessageTransFlag (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/
H A Dapp_pipe_handler.cpp69 void AppPipeHandler::SetMessageTransFlag(const PipeInfo &pipeInfo, bool flag) in SetMessageTransFlag() function in OHOS::AppDistributedKv::AppPipeHandler
71 return softbusAdapter_->SetMessageTransFlag(pipeInfo, flag); in SetMessageTransFlag()
H A Dcommunication_provider_impl.cpp72 void CommunicationProviderImpl::SetMessageTransFlag(const PipeInfo &pipeInfo, bool flag) in SetMessageTransFlag() function in OHOS::AppDistributedKv::CommunicationProviderImpl
74 appPipeMgr_.SetMessageTransFlag(pipeInfo, flag); in SetMessageTransFlag()
H A Dapp_pipe_mgr.cpp148 void AppPipeMgr::SetMessageTransFlag(const PipeInfo &pipeInfo, bool flag) in SetMessageTransFlag() function in OHOS::AppDistributedKv::AppPipeMgr
163 appPipeHandler->SetMessageTransFlag(pipeInfo, flag); in SetMessageTransFlag()
H A Dapp_pipe_handler.h49 void SetMessageTransFlag(const PipeInfo &pipeInfo, bool flag);
H A Dapp_pipe_mgr.h48 void SetMessageTransFlag(const PipeInfo &pipeInfo, bool flag);
H A Dcommunication_provider_impl.h49 void SetMessageTransFlag(const struct PipeInfo &pipeInfo, bool flag) override;
H A Dsoftbus_adapter.h61 void SetMessageTransFlag(const PipeInfo &pipeInfo, bool flag);
H A Dsoftbus_adapter_standard.cpp398 void SoftBusAdapter::SetMessageTransFlag(const PipeInfo &pipeInfo, bool flag) in SetMessageTransFlag() function in OHOS::AppDistributedKv::SoftBusAdapter
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/include/communicator/
H A Dcommunication_provider.h63 virtual void SetMessageTransFlag(const PipeInfo &pipeInfo, bool flag) = 0;
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/test/unittest/
H A Dsoftbus_adapter_standard_test.cpp217 SoftBusAdapter::GetInstance()->SetMessageTransFlag(id, true);
H A Dcommunication_provider_impl_test.cpp378 CommunicationProvider::GetInstance().SetMessageTransFlag(id, true);