/ohos5.0/docs/zh-cn/device-dev/subsystems/ |
H A D | subsys-dfx-hiappevent-extend-so.md | 59 | 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 D | subsys-dfx-hiappevent-extend-so.md | 59 | 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 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
|
/ohos5.0/base/hiviewdfx/hiappevent/interfaces/native/inner_api/include/ |
H A D | app_event_processor.h | 38 virtual int OnReport(
|
/ohos5.0/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()
|
/ohos5.0/base/telephony/ril_adapter/services/hril/src/ |
H A D | hril_manager.cpp | 254 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 D | hiappevent_inner_api_test.cpp | 237 int OnReport( 251 int AppEventProcessorTest::OnReport( in OnReport() function in AppEventProcessorTest
|
/ohos5.0/base/telephony/ril_adapter/services/hril/include/ |
H A D | hril_manager.h | 239 …void OnReport(std::vector<std::unique_ptr<T>> &subModules, int32_t slotId, const ReportInfo *repor…
|