Searched defs:AppCaller (Results 1 – 1 of 1) sorted by relevance
31 struct AppCaller { struct32 int32_t actionId; // 1: start trace; 2: dump trace33 std::string bundleName; // app bundle name34 std::string bundleVersion; // app bundle version35 std::string threadName; // app thread name36 int32_t foreground; // app foreground60 virtual CollectResult<int32_t> CaptureDurationTrace(AppCaller &appCaller) = 0; argument