| /developtools/profiler/device/services/profiler_service/test/unittest/ |
| D | plugin_service_stubs.cpp | 147 uint32_t pluginId = 0; in CreatePluginSession() local 173 uint32_t pluginId = 0; in StartPluginSession() local 185 uint32_t pluginId = 0; in StopPluginSession() local 197 uint32_t pluginId = 0; in DestroyPluginSession() local 217 uint32_t pluginId = 0; in RefreshPluginSession() local 264 uint32_t pluginId = ++pluginIdCounter_; in AddPluginInfo() local 272 uint32_t pluginId = nameIndex_[pluginInfo.name]; in AddPluginInfo() local 290 uint32_t pluginId = 0; in GetPluginInfo() local 306 uint32_t pluginId = pluginInfo.id; in RemovePluginInfo() local
|
| /developtools/profiler/device/services/plugin_service/src/ |
| D | plugin_command_builder.cpp | 44 GetCommandResponsePtr PluginCommandBuilder::BuildDestroySessionCmd(uint32_t pluginId) in BuildDestroySessionCmd() 59 …r PluginCommandBuilder::BuildStartSessionCmd(const ProfilerPluginConfig& config, uint32_t pluginId) in BuildStartSessionCmd() 76 GetCommandResponsePtr PluginCommandBuilder::BuildStopSessionCmd(uint32_t pluginId) in BuildStopSessionCmd() 91 GetCommandResponsePtr PluginCommandBuilder::BuildRefreshSessionCmd(uint32_t pluginId) in BuildRefreshSessionCmd()
|
| D | plugin_service.cpp | 128 uint32_t pluginId = 0; in CreatePluginSession() local 184 uint32_t pluginId = 0; in CreatePluginSession() local 209 uint32_t pluginId = 0; in StartPluginSession() local 230 uint32_t pluginId = 0; in StopPluginSession() local 261 uint32_t pluginId = 0; in DestroyPluginSession() local 290 uint32_t pluginId = 0; in RefreshPluginSession() local 370 uint32_t pluginId = ++pluginIdCounter_; in AddPluginInfo() local 378 uint32_t pluginId = nameIndex_[pluginInfo.name]; in AddPluginInfo() local 405 uint32_t pluginId = 0; in GetPluginInfo() local 421 uint32_t pluginId = pluginInfo.id; in RemovePluginInfo() local [all …]
|
| D | plugin_service_impl.cpp | 41 int pluginId = pluginService->GetPluginIdByName(pluginInfo.name); in RegisterPlugin() local
|
| /developtools/profiler/device/plugins/api/src/ |
| D | command_poller.cpp | 78 uint32_t pluginId = cmd.plugin_ids(0); in OnDestroySessionCmd() local 138 void CommandPoller::PushResult(const ProfilerPluginState& pluginState, uint32_t pluginId) in PushResult()
|
| D | plugin_manager.cpp | 238 bool PluginManager::UnloadPlugin(const uint32_t pluginId) in UnloadPlugin() 432 bool PluginManager::PullResult(uint32_t pluginId, bool isProtobufSerialize) in PullResult() 539 bool PluginManager::PullState(uint32_t pluginId) in PullState() 568 bool PluginManager::ResetWriter(uint32_t pluginId) in ResetWriter()
|
| D | buffer_writer.cpp | 35 uint32_t pluginId) in BufferWriter()
|
| /developtools/profiler/device/plugins/api/test/unittest/ |
| D | command_poller_test.cpp | 47 bool UnloadPlugin(const uint32_t pluginId) override in UnloadPlugin() 101 bool ResetWriter(uint32_t pluginId) override in ResetWriter()
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/sign/ |
| D | BcSignedDataGenerator.java | 92 private String pluginId; field in BcSignedDataGenerator 98 public void setPluginId(String pluginId) { in setPluginId()
|
| D | CodeSigning.java | 96 private String pluginId; field in CodeSigning
|
| /developtools/profiler/device/plugins/ffrt_profiler/service/src/ |
| D | ffrt_profiler_manager.cpp | 294 bool FfrtProfilerManager::UnloadPlugin(const uint32_t pluginId) in UnloadPlugin() 347 bool FfrtProfilerManager::ResetWriter(uint32_t pluginId) in ResetWriter()
|
| /developtools/profiler/device/plugins/network_profiler/service/src/ |
| D | network_profiler_manager.cpp | 364 bool NetworkProfilerManager::UnloadPlugin(const uint32_t pluginId) in UnloadPlugin() 433 bool NetworkProfilerManager::ResetWriter(uint32_t pluginId) in ResetWriter()
|
| /developtools/profiler/device/plugins/native_daemon/src/ |
| D | hook_manager.cpp | 217 bool HookManager::UnloadPlugin(const uint32_t pluginId) in UnloadPlugin() 711 bool HookManager::ResetWriter(uint32_t pluginId) in ResetWriter()
|
| /developtools/profiler/device/services/plugin_service/test/unittest/ |
| D | plugin_service_test.cpp | 880 const uint32_t pluginId = 1; variable
|
| /developtools/profiler/device/services/profiler_service/src/ |
| D | profiler_service.cpp | 748 uint32_t pluginId = 0; in DestroySession() local
|