Home
last modified time | relevance | path

Searched refs:OnReport (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-dfx-hiappevent-extend-so.md59 | int OnReport(int64_t processorSeq, const std::vector\<UserId\>& userIds, const std::vector\<UserP…
77 printf("ProcessorExample OnReport\n");
91 …int OnReport(int64_t processorSeq, const std::vector<UserId>& userIds, const std::vector<UserPrope…
104 …int ProcessorExample::OnReport(int64_t processorSeq, const std::vector<UserId>& userIds, const std…
107 printf("ProcessorExample OnReport\n");
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-dfx-hiappevent-extend-so.md59 | int OnReport(int64_t processorSeq, const std::vector\<UserId\>& userIds, const std::vector\<UserP…
77 printf("ProcessorExample OnReport\n");
91 …int OnReport(int64_t processorSeq, const std::vector<UserId>& userIds, const std::vector<UserPrope…
104 …int ProcessorExample::OnReport(int64_t processorSeq, const std::vector<UserId>& userIds, const std…
106 ... // Enable specific event processing in the OnReport function.
107 printf("ProcessorExample OnReport\n");
/ohos5.0/base/hiviewdfx/hiappevent/test/processor/
H A Dtest_processor.h24 int OnReport(
H A Dtest_processor.cpp62 int TestProcessor::OnReport( in OnReport() function in OHOS::HiviewDFX::HiAppEvent::TestProcessor
/ohos5.0/base/hiviewdfx/hiappevent/interfaces/native/inner_api/include/
H A Dapp_event_processor.h38 virtual int OnReport(
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/
H A Dapp_event_processor_proxy.cpp69 if (proxyPtr->processor_->OnReport(observerSeq, userIds, userProperties, eventInfos) == 0) { in OnEvents()
/ohos5.0/base/telephony/ril_adapter/services/hril/src/
H A Dhril_manager.cpp254 void HRilManager::OnReport(std::vector<std::unique_ptr<T>> &subModules, int32_t slotId, const Repor… in OnReport() function in OHOS::Telephony::HRilManager
332 OnReport(hrilCall_, slotId, reportInfo, response, responseLen); in OnCallReport()
338 OnReport(hrilData_, slotId, reportInfo, response, responseLen); in OnDataReport()
344 OnReport(hrilModem_, slotId, reportInfo, response, responseLen); in OnModemReport()
350 OnReport(hrilNetwork_, slotId, reportInfo, response, responseLen); in OnNetworkReport()
355 OnReport(hrilSim_, slotId, reportInfo, response, responseLen); in OnSimReport()
360 OnReport(hrilSms_, slotId, reportInfo, response, responseLen); in OnSmsReport()
/ohos5.0/base/hiviewdfx/hiappevent/test/unittest/common/native/
H A Dhiappevent_inner_api_test.cpp237 int OnReport(
251 int AppEventProcessorTest::OnReport( in OnReport() function in AppEventProcessorTest
/ohos5.0/base/telephony/ril_adapter/services/hril/include/
H A Dhril_manager.h239 …void OnReport(std::vector<std::unique_ptr<T>> &subModules, int32_t slotId, const ReportInfo *repor…