Lines Matching refs:StructuredDataDarwinLog

846                        StructuredDataDarwinLog::GetStaticPluginName())) {  in DoExecute()
851 StructuredDataDarwinLog &plugin = in DoExecute()
852 *static_cast<StructuredDataDarwinLog *>(plugin_sp.get()); in DoExecute()
923 auto &plugin_name = StructuredDataDarwinLog::GetStaticPluginName(); in DoExecute()
1091 void StructuredDataDarwinLog::Initialize() { in Initialize()
1098 void StructuredDataDarwinLog::Terminate() { in Terminate()
1102 const ConstString &StructuredDataDarwinLog::GetStaticPluginName() { in GetStaticPluginName()
1114 ConstString StructuredDataDarwinLog::GetPluginName() { in GetPluginName()
1118 uint32_t StructuredDataDarwinLog::GetPluginVersion() { return 1; } in GetPluginVersion()
1127 bool StructuredDataDarwinLog::SupportsStructuredDataType( in SupportsStructuredDataType()
1132 void StructuredDataDarwinLog::HandleArrivalOfStructuredData( in HandleArrivalOfStructuredData()
1195 Status StructuredDataDarwinLog::GetDescription( in GetDescription()
1272 bool StructuredDataDarwinLog::GetEnabled(const ConstString &type_name) const { in GetEnabled()
1279 void StructuredDataDarwinLog::SetEnabled(bool enabled) { in SetEnabled()
1283 void StructuredDataDarwinLog::ModulesDidLoad(Process &process, in ModulesDidLoad()
1379 StructuredDataDarwinLog::~StructuredDataDarwinLog() { in ~StructuredDataDarwinLog()
1396 StructuredDataDarwinLog::StructuredDataDarwinLog(const ProcessWP &process_wp) in StructuredDataDarwinLog() function in StructuredDataDarwinLog
1407 StructuredDataDarwinLog::CreateInstance(Process &process) { in CreateInstance()
1412 return StructuredDataPluginSP(new StructuredDataDarwinLog(process_wp)); in CreateInstance()
1418 void StructuredDataDarwinLog::DebuggerInitialize(Debugger &debugger) { in DebuggerInitialize()
1451 Status StructuredDataDarwinLog::FilterLaunchInfo(ProcessLaunchInfo &launch_info, in FilterLaunchInfo()
1539 bool StructuredDataDarwinLog::InitCompletionHookCallback( in InitCompletionHookCallback()
1611 static_cast<StructuredDataDarwinLog *>(strong_plugin_sp.get()) in InitCompletionHookCallback()
1652 void StructuredDataDarwinLog::AddInitCompletionHook(Process &process) { in AddInitCompletionHook()
1716 void StructuredDataDarwinLog::DumpTimestamp(Stream &stream, in DumpTimestamp()
1734 StructuredDataDarwinLog::DumpHeader(Stream &output_stream, in DumpHeader()
1817 size_t StructuredDataDarwinLog::HandleDisplayOfEvent( in HandleDisplayOfEvent()
1852 void StructuredDataDarwinLog::EnableNow() { in EnableNow()