Searched refs:commandPoller_ (Results 1 - 9 of 9) sorted by relevance
/developtools/profiler/device/plugins/api/src/ |
H A D | plugin_manager.cpp | 73 this->commandPoller_ = p; in SetCommandPoller() 114 request.set_request_id(commandPoller_->GetRequestId()); in RegisterPlugin() 123 if (commandPoller_->RegisterPlugin(request, response)) { in RegisterPlugin() 184 request.set_request_id(commandPoller_->GetRequestId()); in RemovePlugin() 187 if (commandPoller_->UnregisterPlugin(request, response)) { in RemovePlugin() 375 CHECK_NOTNULL(commandPoller_, false, "%s:commandPoller_ is null", __func__); in SubmitResult() 376 request.set_request_id(commandPoller_->GetRequestId()); in SubmitResult() 381 if (!commandPoller_->NotifyResult(request, response)) { in SubmitResult()
|
H A D | plugin_manager.h | 71 CommandPollerPtr commandPoller_; member in PluginManager
|
/developtools/profiler/device/plugins/api/test/unittest/ |
H A D | command_poller_test.cpp | 110 this->commandPoller_ = p; 119 CommandPollerPtr commandPoller_; member in __anon89::final
|
/developtools/profiler/device/plugins/ffrt_profiler/service/src/ |
H A D | ffrt_profiler_manager.cpp | 355 commandPoller_ = p; in SetCommandPoller() 361 request.set_request_id(commandPoller_->GetRequestId()); in RegisterAgentPlugin() 368 if (commandPoller_->RegisterPlugin(request, response)) { in RegisterAgentPlugin()
|
/developtools/profiler/device/plugins/network_profiler/service/src/ |
H A D | network_profiler_manager.cpp | 364 commandPoller_ = p; in SetCommandPoller() 370 request.set_request_id(commandPoller_->GetRequestId()); in RegisterAgentPlugin() 377 if (commandPoller_->RegisterPlugin(request, response)) { in RegisterAgentPlugin()
|
/developtools/profiler/device/plugins/native_daemon/src/ |
H A D | hook_manager.cpp | 154 commandPoller_ = p; in SetCommandPoller() 160 request.set_request_id(commandPoller_->GetRequestId()); in RegisterAgentPlugin() 167 if (commandPoller_->RegisterPlugin(request, response)) { in RegisterAgentPlugin() 187 request.set_request_id(commandPoller_->GetRequestId()); in UnregisterAgentPlugin() 190 if (commandPoller_->UnregisterPlugin(request, response)) { in UnregisterAgentPlugin()
|
/developtools/profiler/device/plugins/ffrt_profiler/service/include/ |
H A D | ffrt_profiler_manager.h | 88 std::shared_ptr<CommandPoller> commandPoller_{nullptr};
|
/developtools/profiler/device/plugins/network_profiler/service/include/ |
H A D | network_profiler_manager.h | 88 std::shared_ptr<CommandPoller> commandPoller_{nullptr};
|
/developtools/profiler/device/plugins/native_daemon/include/ |
H A D | hook_manager.h | 147 std::shared_ptr<CommandPoller> commandPoller_; member in OHOS::Developtools::NativeDaemon::HookManager
|
Completed in 6 milliseconds