Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/test/unittest/src/
H A Dapp_pipe_mgr_test.cpp70 AppPipeMgr *appPipeMgr = new AppPipeMgr();
84 AppPipeMgr *appPipeMgr = new AppPipeMgr();
126 AppPipeMgr *appPipeMgr = new AppPipeMgr();
139 AppPipeMgr *appPipeMgr = new AppPipeMgr();
171 AppPipeMgr *appPipeMgr = new AppPipeMgr();
184 AppPipeMgr *appPipeMgr = new AppPipeMgr();
197 AppPipeMgr *appPipeMgr = new AppPipeMgr();
212 AppPipeMgr *appPipeMgr = new AppPipeMgr();
229 AppPipeMgr *appPipeMgr = new AppPipeMgr();
242 AppPipeMgr *appPipeMgr = new AppPipeMgr();
[all …]
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/
H A Dapp_pipe_mgr.cpp25 Status AppPipeMgr::StartWatchDataChange(const AppDataChangeListener *observer, const PipeInfo &pipe… in StartWatchDataChange()
43 Status AppPipeMgr::StopWatchDataChange(const AppDataChangeListener *observer, const PipeInfo &pipeI… in StopWatchDataChange()
61 std::pair<Status, int32_t> AppPipeMgr::SendData(const PipeInfo &pipeInfo, const DeviceId &deviceId, in SendData()
84 Status AppPipeMgr::Start(const PipeInfo &pipeInfo) in Start()
109 Status AppPipeMgr::Stop(const PipeInfo &pipeInfo) in Stop()
127 bool AppPipeMgr::IsSameStartedOnPeer(const struct PipeInfo &pipeInfo, const struct DeviceId &peer) in IsSameStartedOnPeer()
148 void AppPipeMgr::SetMessageTransFlag(const PipeInfo &pipeInfo, bool flag) in SetMessageTransFlag()
H A Dapp_pipe_mgr.h28 class AppPipeMgr {
30 explicit AppPipeMgr() {} in AppPipeMgr() function
31 ~AppPipeMgr() {} in ~AppPipeMgr()
H A Dcommunication_provider_impl.h28 explicit CommunicationProviderImpl(AppPipeMgr &appPipeMgr);
61 AppPipeMgr &appPipeMgr_;
H A Dark_communication_provider.h42 AppPipeMgr appPipeMgrImpl_ {};
H A Dcommunication_provider_impl.cpp27 CommunicationProviderImpl::CommunicationProviderImpl(AppPipeMgr &appPipeMgr) : appPipeMgr_(appPipeM… in CommunicationProviderImpl()
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/communicator/
H A Dapp_pipe_mgr.cpp21 Status AppPipeMgr::StartWatchDataChange(const AppDataChangeListener *observer, const PipeInfo &pipe… in StartWatchDataChange()
39 Status AppPipeMgr::StopWatchDataChange(const AppDataChangeListener *observer, const PipeInfo &pipeI… in StopWatchDataChange()
57 Status AppPipeMgr::SendData(const PipeInfo &pipeInfo, const DeviceId &deviceId, const DataInfo &dat… in SendData()
80 Status AppPipeMgr::Start(const PipeInfo &pipeInfo) in Start()
105 Status AppPipeMgr::Stop(const PipeInfo &pipeInfo) in Stop()
127 bool AppPipeMgr::IsSameStartedOnPeer(const struct PipeInfo &pipeInfo, const struct DeviceId &peer) in IsSameStartedOnPeer()
H A Dcommunication_provider_impl.cpp23 CommunicationProviderImpl::CommunicationProviderImpl(AppPipeMgr &appPipeMgr, AppDeviceHandler &devi… in CommunicationProviderImpl()
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/communicator/
H A Dapp_pipe_mgr.h29 class AppPipeMgr {
31 explicit AppPipeMgr() in AppPipeMgr() function
34 ~AppPipeMgr() in ~AppPipeMgr()
H A Dcommunication_provider_impl.h29 CommunicationProviderImpl(AppPipeMgr &appPipeMgr, AppDeviceHandler &deviceHandler);
69 AppPipeMgr &appPipeMgr_;
H A Dark_communication_provider.h35 AppPipeMgr appPipeMgrImpl_{};