Searched refs:SetMessageTransFlag (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/ |
H A D | app_pipe_handler.cpp | 69 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 D | communication_provider_impl.cpp | 72 void CommunicationProviderImpl::SetMessageTransFlag(const PipeInfo &pipeInfo, bool flag) in SetMessageTransFlag() function in OHOS::AppDistributedKv::CommunicationProviderImpl 74 appPipeMgr_.SetMessageTransFlag(pipeInfo, flag); in SetMessageTransFlag()
|
H A D | app_pipe_mgr.cpp | 148 void AppPipeMgr::SetMessageTransFlag(const PipeInfo &pipeInfo, bool flag) in SetMessageTransFlag() function in OHOS::AppDistributedKv::AppPipeMgr 163 appPipeHandler->SetMessageTransFlag(pipeInfo, flag); in SetMessageTransFlag()
|
H A D | app_pipe_handler.h | 49 void SetMessageTransFlag(const PipeInfo &pipeInfo, bool flag);
|
H A D | app_pipe_mgr.h | 48 void SetMessageTransFlag(const PipeInfo &pipeInfo, bool flag);
|
H A D | communication_provider_impl.h | 49 void SetMessageTransFlag(const struct PipeInfo &pipeInfo, bool flag) override;
|
H A D | softbus_adapter.h | 61 void SetMessageTransFlag(const PipeInfo &pipeInfo, bool flag);
|
H A D | softbus_adapter_standard.cpp | 398 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 D | communication_provider.h | 63 virtual void SetMessageTransFlag(const PipeInfo &pipeInfo, bool flag) = 0;
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/test/unittest/ |
H A D | softbus_adapter_standard_test.cpp | 217 SoftBusAdapter::GetInstance()->SetMessageTransFlag(id, true);
|
H A D | communication_provider_impl_test.cpp | 378 CommunicationProvider::GetInstance().SetMessageTransFlag(id, true);
|