Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/include/dfx/
H A Dreporter.h42 KVSTORE_API BehaviourReporter* BehaviourReporter();
55 BehaviourReporter(); in SetThreadPool()
H A Dbehaviour_reporter.h23 class BehaviourReporter {
27 KVSTORE_API virtual ~BehaviourReporter() {} in ~BehaviourReporter()
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/dfx/src/behaviour/
H A Dbehaviour_reporter.h23 class BehaviourReporter {
26 virtual ~BehaviourReporter() in ~BehaviourReporter()
H A Dpasteboard_behaviour_reporter_impl.h24 class PasteboardBehaviourReporterImpl : public BehaviourReporter {
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/src/
H A Dreporter.cpp93 BehaviourReporter* Reporter::BehaviourReporter() in BehaviourReporter() function in OHOS::DistributedDataDfx::Reporter
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/dfx/src/
H A Dreporter.h33 BehaviourReporter &PasteboardBehaviour();
H A Dreporter.cpp42 BehaviourReporter &Reporter::PasteboardBehaviour() in PasteboardBehaviour()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/src/behaviour/
H A Dbehaviour_reporter_impl.h24 class BehaviourReporterImpl : public BehaviourReporter {
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_exporter.cpp56 Reporter::GetInstance()->BehaviourReporter()->Report( in Exporter()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/test/unittest/
H A Ddistributeddata_dfx_ut_test.cpp292 auto behavior = Reporter::GetInstance()->BehaviourReporter();
398 auto UdmfBehavior = Reporter::GetInstance()->BehaviourReporter();
/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()