Home
last modified time | relevance | path

Searched refs:ProcessArgsRequest (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/service/
H A Dmain.cpp27 if (!service.ProcessArgsRequest(argc, argv)) { in main()
H A Dusage_event_report_service.cpp130 bool UsageEventReportService::ProcessArgsRequest(int argc, char* argv[]) in ProcessArgsRequest() function in OHOS::HiviewDFX::UsageEventReportService
/ohos5.0/base/hiviewdfx/hiview/
H A Dmain.cpp37 hiview.ProcessArgsRequest(argc, argv); in main()
/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/service/include/
H A Dusage_event_report_service.h30 bool ProcessArgsRequest(int argc, char* argv[]);
/ohos5.0/base/hiviewdfx/hiview/core/include/
H A Dhiview_platform.h40 void ProcessArgsRequest(int argc, char* argv[]);
/ohos5.0/base/hiviewdfx/hiview/core/
H A Dhiview_platform.cpp340 void HiviewPlatform::ProcessArgsRequest(int argc, char* argv[]) in ProcessArgsRequest() function in OHOS::HiviewDFX::HiviewPlatform