Home
last modified time | relevance | path

Searched refs:UDMFReport (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/include/dfx/
H A Dbehaviour_reporter.h26 KVSTORE_API virtual ReportStatus UDMFReport(const UdmfBehaviourMsg &msg) = 0;
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/src/behaviour/
H A Dbehaviour_reporter_impl.h28 ReportStatus UDMFReport(const UdmfBehaviourMsg &msg) override;
H A Dbehaviour_reporter_impl.cpp25 ReportStatus BehaviourReporterImpl::UDMFReport(const UdmfBehaviourMsg &msg) in UDMFReport() function in OHOS::DistributedDataDfx::BehaviourReporterImpl
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/test/unittest/
H A Ddistributeddata_dfx_ut_test.cpp401 auto repStatus = UdmfBehavior->UDMFReport(UdMsg);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/
H A Dudmf_service_impl.cpp98 Reporter::GetInstance()->BehaviourReporter()->UDMFReport(msg); in SetData()
175 Reporter::GetInstance()->BehaviourReporter()->UDMFReport(msg); in GetData()