Searched refs:AppPipeMgr (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/test/unittest/src/ |
H A D | app_pipe_mgr_test.cpp | 70 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 D | app_pipe_mgr.cpp | 25 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 D | app_pipe_mgr.h | 28 class AppPipeMgr { 30 explicit AppPipeMgr() {} in AppPipeMgr() function 31 ~AppPipeMgr() {} in ~AppPipeMgr()
|
H A D | communication_provider_impl.h | 28 explicit CommunicationProviderImpl(AppPipeMgr &appPipeMgr); 61 AppPipeMgr &appPipeMgr_;
|
H A D | ark_communication_provider.h | 42 AppPipeMgr appPipeMgrImpl_ {};
|
H A D | communication_provider_impl.cpp | 27 CommunicationProviderImpl::CommunicationProviderImpl(AppPipeMgr &appPipeMgr) : appPipeMgr_(appPipeM… in CommunicationProviderImpl()
|
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/communicator/ |
H A D | app_pipe_mgr.cpp | 21 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 D | communication_provider_impl.cpp | 23 CommunicationProviderImpl::CommunicationProviderImpl(AppPipeMgr &appPipeMgr, AppDeviceHandler &devi… in CommunicationProviderImpl()
|
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/communicator/ |
H A D | app_pipe_mgr.h | 29 class AppPipeMgr { 31 explicit AppPipeMgr() in AppPipeMgr() function 34 ~AppPipeMgr() in ~AppPipeMgr()
|
H A D | communication_provider_impl.h | 29 CommunicationProviderImpl(AppPipeMgr &appPipeMgr, AppDeviceHandler &deviceHandler); 69 AppPipeMgr &appPipeMgr_;
|
H A D | ark_communication_provider.h | 35 AppPipeMgr appPipeMgrImpl_{};
|