Searched refs:RegisterWriterStructCallback (Results 1 – 9 of 9) sorted by relevance
| /developtools/profiler/interfaces/kits/ |
| D | plugin_module_api.h | 190 typedef int (*RegisterWriterStructCallback)(const WriterStruct* writer); typedef 221 RegisterWriterStructCallback onRegisterWriterStruct;
|
| /developtools/profiler/interfaces/kits/test/unittest/ |
| D | plugin_module_api_test.cpp | 206 (RegisterWriterStructCallback)StreamRegisterWriterStruct, 224 (RegisterWriterStructCallback)StreamRegisterWriterStruct, 248 (RegisterWriterStructCallback)StreamRegisterWriterStruct, 302 (RegisterWriterStructCallback)StreamRegisterWriterStruct, 331 (RegisterWriterStructCallback)StreamRegisterWriterStruct, 425 (RegisterWriterStructCallback)StreamRegisterWriterStruct, 546 (RegisterWriterStructCallback)StreamRegisterWriterStruct, 579 (RegisterWriterStructCallback)StreamRegisterWriterStruct,
|
| /developtools/profiler/device/plugins/stream_plugin/src/ |
| D | stream_module.cpp | 53 .onRegisterWriterStruct = (RegisterWriterStructCallback)StreamRegisterWriterStruct,
|
| /developtools/profiler/device/plugins/arkts_plugin/src/ |
| D | arkts_module.cpp | 55 .onRegisterWriterStruct = (RegisterWriterStructCallback)ArkTSPluginRegisterWriterStruct,
|
| /developtools/profiler/device/plugins/hidump_plugin/src/ |
| D | hidump_module.cpp | 55 .onRegisterWriterStruct = (RegisterWriterStructCallback)HidumpRegisterWriterStruct,
|
| /developtools/profiler/device/plugins/hilog_plugin/src/ |
| D | hilog_module.cpp | 56 .onRegisterWriterStruct = (RegisterWriterStructCallback)HilogPluginRegisterWriterStruct,
|
| /developtools/profiler/device/plugins/hisysevent_plugin/src/ |
| D | hisysevent_module.cpp | 54 .onRegisterWriterStruct = (RegisterWriterStructCallback)HisyseventRegisterWriterStruct,
|
| /developtools/profiler/device/plugins/xpower_plugin/src/ |
| D | xpower_module.cpp | 67 .onRegisterWriterStruct = (RegisterWriterStructCallback)XpowerRegisterWriterStruct,
|
| /developtools/profiler/ |
| D | README_zh.md | 130 …mp"><a name="p254mcpsimp"></a><a name="p254mcpsimp"></a>int (*RegisterWriterStructCallback)(Writer…
|