Searched refs:OnReport (Results 1 - 7 of 7) sorted by relevance
/base/hiviewdfx/hiappevent/test/processor/ |
H A D | test_processor.h | 24 int OnReport(
|
H A D | test_processor.cpp | 62 int TestProcessor::OnReport(
in OnReport() function in OHOS::HiviewDFX::HiAppEvent::TestProcessor 68 HILOG_INFO(LOG_CORE, "OnReport start");
in OnReport() 73 HILOG_INFO(LOG_CORE, "OnReport end");
in OnReport()
|
/base/hiviewdfx/hiappevent/interfaces/native/inner_api/include/ |
H A D | app_event_processor.h | 38 virtual int OnReport(
|
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/ |
H A D | app_event_processor_proxy.cpp | 69 if (proxyPtr->processor_->OnReport(observerSeq, userIds, userProperties, eventInfos) == 0) {
in OnEvents()
|
/base/telephony/ril_adapter/services/hril/src/ |
H A D | hril_manager.cpp | 250 void HRilManager::OnReport(std::vector<std::unique_ptr<T>> &subModules, int32_t slotId, const ReportInfo *reportInfo, in OnReport() function in OHOS::Telephony::HRilManager 254 TELEPHONY_LOGE("OnReport reportInfo is null!!!"); in OnReport() 258 TELEPHONY_LOGE("OnReport subModules out of bounds!!!"); in OnReport() 328 OnReport(hrilCall_, slotId, reportInfo, response, responseLen); in OnCallReport() 334 OnReport(hrilData_, slotId, reportInfo, response, responseLen); in OnDataReport() 340 OnReport(hrilModem_, slotId, reportInfo, response, responseLen); in OnModemReport() 346 OnReport(hrilNetwork_, slotId, reportInfo, response, responseLen); in OnNetworkReport() 351 OnReport(hrilSim_, slotId, reportInfo, response, responseLen); in OnSimReport() 356 OnReport(hrilSms_, slotId, reportInfo, response, responseLen); in OnSmsReport()
|
/base/hiviewdfx/hiappevent/test/unittest/common/native/ |
H A D | hiappevent_inner_api_test.cpp | 237 int OnReport(
251 int AppEventProcessorTest::OnReport(
in OnReport() function in AppEventProcessorTest
|
/base/telephony/ril_adapter/services/hril/include/ |
H A D | hril_manager.h | 240 void OnReport(std::vector<std::unique_ptr<T>> &subModules, int32_t slotId, const ReportInfo *reportInfo,
|
Completed in 7 milliseconds