Searched refs:reporter (Results 1 - 10 of 10) sorted by relevance
/foundation/multimedia/media_foundation/engine/scene/common/ |
H A D | media_stat_stub.h | 31 std::string reporter; member 33 explicit MediaStat(std::string rep) : reporter(std::move(rep)) in MediaStat() 37 : reporter(other.reporter), completeEventReceived(other.completeEventReceived.load()) in MediaStat() 42 reporter = other.reporter; in operator =() 50 void Append(const std::string& reporter);
|
H A D | media_stat_stub.cpp | 32 void MediaStatStub::Append(const std::string& reporter) in Append() argument 36 if (stat.reporter == reporter) { in Append() 40 mediaStats_.emplace_back(reporter); in Append() 49 if (stat.reporter == event.srcFilter) { in ReceiveEvent()
|
/foundation/bundlemanager/app_domain_verify/interfaces/kits/js/src/ |
H A D | app_domain_verify_manager_napi.cpp | 76 Dfx::ApiEventReporter reporter("QueryAssociatedDomains"); in QueryAssociatedDomains() 80 reporter.WriteEndEvent(API_FAIL, CommonErrorCode::E_PARAM_ERROR); in QueryAssociatedDomains() 87 reporter.WriteEndEvent(API_FAIL, static_cast<CommonErrorCode>(ret)); in QueryAssociatedDomains() 91 reporter.WriteEndEvent(API_FAIL, ret); in QueryAssociatedDomains() 95 reporter.WriteEndEvent(API_SUCCESS, ret); in QueryAssociatedDomains() 103 Dfx::ApiEventReporter reporter("QueryAssociatedBundleNames"); in QueryAssociatedBundleNames() 107 reporter.WriteEndEvent(API_FAIL, CommonErrorCode::E_PARAM_ERROR); in QueryAssociatedBundleNames() 114 reporter.WriteEndEvent(API_FAIL, static_cast<CommonErrorCode>(ret)); in QueryAssociatedBundleNames() 118 reporter.WriteEndEvent(API_FAIL, ret); in QueryAssociatedBundleNames() 122 reporter in QueryAssociatedBundleNames() [all...] |
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | long_frame_report_impl.cpp | 45 reporter = new LongFrameReportImpl(); in ReportStartEvent() 46 static_cast<LongFrameReportImpl*>(reporter)->SubmitEvent(); in ReportStartEvent() 51 static_cast<LongFrameReportImpl*>(reporter)->CancelEvent(); in ReportEndEvent() 52 delete static_cast<LongFrameReportImpl*>(reporter); in ReportEndEvent()
|
/foundation/distributeddatamgr/pasteboard/services/dfx/src/ |
H A D | reporter.cpp | 18 #include "reporter.h" 25 static Reporter reporter; in GetInstance() local 26 return reporter; in GetInstance()
|
/foundation/window/window_manager/utils/test/unittest/ |
H A D | utils_all_test.cpp | 96 PerformReporter reporter = PerformReporter("test", timeSpiltsMs); in HWTEST_F() local 98 reporter.count(0); in HWTEST_F() 99 ASSERT_EQ(1, reporter.totalCount_); in HWTEST_F() 100 reporter.timeSplitCount_.clear(); in HWTEST_F() 101 ASSERT_EQ(1, reporter.totalCount_); in HWTEST_F()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/src/ |
H A D | reporter.cpp | 16 #include "reporter.h" 33 static Reporter reporter; in GetInstance() local 34 return &reporter; in GetInstance()
|
/foundation/arkui/ace_engine/adapter/preview/osal/ |
H A D | long_frame_report_impl.cpp | 21 reporter = nullptr; in ReportStartEvent()
|
/foundation/arkui/ace_engine/test/mock/base/ |
H A D | mock_long_frame_report.cpp | 21 reporter = nullptr; in ReportStartEvent()
|
/foundation/arkui/ace_engine/frameworks/base/longframe/ |
H A D | long_frame_report.h | 32 EventReport reporter = nullptr; member in OHOS::Ace::final
|
Completed in 3 milliseconds