/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/test/unittest/ |
H A D | communication_provider_impl_test.cpp | 57 CommunicationProvider::GetInstance().StartWatchDataChange(dataListener, appId); 130 CommunicationProvider::GetInstance().StartWatchDataChange(dataListener17, id17); 156 CommunicationProvider::GetInstance().StartWatchDataChange(nullptr, appId); 170 auto secRegister = CommunicationProvider::GetInstance().StartWatchDataChange(nullptr, {}); 231 CommunicationProvider::GetInstance().StartWatchDataChange(dataListener, id); 256 CommunicationProvider::GetInstance().StartWatchDataChange(dataListener, id); 281 CommunicationProvider::GetInstance().StartWatchDataChange(dataListener, id); 304 CommunicationProvider::GetInstance().StartWatchDataChange(dataListener, id); 329 CommunicationProvider::GetInstance().StartWatchDataChange(dataListener, id); 351 CommunicationProvider::GetInstance().StartWatchDataChange(dataListener, id); [all …]
|
H A D | softbus_adapter_standard_test.cpp | 68 auto status = SoftBusAdapter::GetInstance()->StartWatchDataChange(nullptr, {}); 85 auto status = SoftBusAdapter::GetInstance()->StartWatchDataChange(dataListener, appId); 102 auto status = SoftBusAdapter::GetInstance()->StartWatchDataChange(dataListener, appId); 152 auto secRegister = SoftBusAdapter::GetInstance()->StartWatchDataChange(dataListener, id); 176 SoftBusAdapter::GetInstance()->StartWatchDataChange(dataListener, id); 197 SoftBusAdapter::GetInstance()->StartWatchDataChange(dataListener, id);
|
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/test/unittest/src/ |
H A D | app_pipe_mgr_test.cpp | 71 auto ret = appPipeMgr->StartWatchDataChange(observer, pipeInfo); 85 auto ret = appPipeMgr->StartWatchDataChange(observer, pipeInfo); 98 auto ret = appPipeMgr.StartWatchDataChange(nullptr, pipeInfo); 114 ret = appPipeMgr.StartWatchDataChange(&observer, pipeInfo); 157 ret = appPipeMgr.StartWatchDataChange(&observer, pipeInfo);
|
H A D | communicator_test.cpp | 247 auto ret = softBusAdapter.StartWatchDataChange(&listener, pipeInfo); 261 auto ret = softBusAdapter.StartWatchDataChange(&listener, pipeInfo); 262 ret = softBusAdapter.StartWatchDataChange(&listener, pipeInfo); 275 auto ret = softBusAdapter.StartWatchDataChange(nullptr, pipeInfo); 289 auto ret = softBusAdapter.StartWatchDataChange(&listener, pipeInfo); 540 auto ret = softBusAdapter.StartWatchDataChange(&observer, pipeInfo);
|
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/communicator/ |
H A D | app_pipe_handler.cpp | 43 Status AppPipeHandler::StartWatchDataChange(const AppDataChangeListener *observer, const PipeInfo &… in StartWatchDataChange() function in OHOS::ObjectStore::AppPipeHandler 45 return softbusAdapter_->StartWatchDataChange(observer, pipeInfo); in StartWatchDataChange()
|
H A D | communication_provider_impl.cpp | 61 Status CommunicationProviderImpl::StartWatchDataChange(const AppDataChangeListener *observer, const… in StartWatchDataChange() function in OHOS::ObjectStore::CommunicationProviderImpl 63 return appPipeMgr_.StartWatchDataChange(observer, pipeInfo); in StartWatchDataChange()
|
H A D | app_pipe_mgr.cpp | 21 Status AppPipeMgr::StartWatchDataChange(const AppDataChangeListener *observer, const PipeInfo &pipe… in StartWatchDataChange() function in OHOS::ObjectStore::AppPipeMgr 35 return it->second->StartWatchDataChange(observer, pipeInfo); in StartWatchDataChange()
|
H A D | process_communicator_impl.cpp | 92 Status errCode = CommunicationProvider::GetInstance().StartWatchDataChange(this, pi); in RegOnDataReceive()
|
H A D | softbus_adapter_standard.cpp | 327 Status SoftBusAdapter::StartWatchDataChange(const AppDataChangeListener *observer, const PipeInfo &… in StartWatchDataChange() function in OHOS::ObjectStore::SoftBusAdapter
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/ |
H A D | app_pipe_handler.cpp | 52 Status AppPipeHandler::StartWatchDataChange(const AppDataChangeListener *observer, const PipeInfo &… in StartWatchDataChange() function in OHOS::AppDistributedKv::AppPipeHandler 54 return softbusAdapter_->StartWatchDataChange(observer, pipeInfo); in StartWatchDataChange()
|
H A D | communication_provider_impl.cpp | 41 Status CommunicationProviderImpl::StartWatchDataChange(const AppDataChangeListener *observer, const… in StartWatchDataChange() function in OHOS::AppDistributedKv::CommunicationProviderImpl 43 return appPipeMgr_.StartWatchDataChange(observer, pipeInfo); in StartWatchDataChange()
|
H A D | app_pipe_mgr.cpp | 25 Status AppPipeMgr::StartWatchDataChange(const AppDataChangeListener *observer, const PipeInfo &pipe… in StartWatchDataChange() function in OHOS::AppDistributedKv::AppPipeMgr 39 return it->second->StartWatchDataChange(observer, pipeInfo); in StartWatchDataChange()
|
H A D | app_pipe_handler.h | 41 Status StartWatchDataChange(const AppDataChangeListener *observer, const PipeInfo &pipeInfo);
|
H A D | app_pipe_mgr.h | 33 Status StartWatchDataChange(const AppDataChangeListener *observer, const PipeInfo &pipeInfo);
|
H A D | communication_provider_impl.h | 33 …Status StartWatchDataChange(const AppDataChangeListener *observer, const PipeInfo &pipeInfo) overr…
|
H A D | softbus_adapter.h | 50 Status StartWatchDataChange(const AppDataChangeListener *observer, const PipeInfo &pipeInfo);
|
H A D | process_communicator_impl.cpp | 100 Status errCode = CommunicationProvider::GetInstance().StartWatchDataChange(this, pi); in RegOnDataReceive()
|
H A D | softbus_adapter_standard.cpp | 144 Status SoftBusAdapter::StartWatchDataChange(const AppDataChangeListener *observer, const PipeInfo &… in StartWatchDataChange() function in OHOS::AppDistributedKv::SoftBusAdapter
|
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/communicator/ |
H A D | app_pipe_handler.h | 37 Status StartWatchDataChange(const AppDataChangeListener *observer, const PipeInfo &pipeInfo);
|
H A D | app_pipe_mgr.h | 38 Status StartWatchDataChange(const AppDataChangeListener *observer, const PipeInfo &pipeInfo);
|
H A D | communication_provider.h | 46 …virtual Status StartWatchDataChange(const AppDataChangeListener *observer, const PipeInfo &pipeInf…
|
H A D | communication_provider_impl.h | 40 …Status StartWatchDataChange(const AppDataChangeListener *observer, const PipeInfo &pipeInfo) overr…
|
H A D | softbus_adapter.h | 55 Status StartWatchDataChange(const AppDataChangeListener *observer, const PipeInfo &pipeInfo);
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/include/communicator/ |
H A D | communication_provider.h | 42 …virtual Status StartWatchDataChange(const AppDataChangeListener *observer, const PipeInfo &pipeInf…
|