Home
last modified time | relevance | path

Searched defs:AppCaller (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/client/
H A Dtrace_collector.h31 struct AppCaller { struct
32 int32_t actionId; // 1: start trace; 2: dump trace
33 std::string bundleName; // app bundle name
34 std::string bundleVersion; // app bundle version
35 std::string threadName; // app thread name
36 int32_t foreground; // app foreground
60 virtual CollectResult<int32_t> CaptureDurationTrace(AppCaller &appCaller) = 0; argument