Home
last modified time | relevance | path

Searched refs:commandPoller_ (Results 1 - 9 of 9) sorted by relevance

/developtools/profiler/device/plugins/api/src/
H A Dplugin_manager.cpp73 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 Dplugin_manager.h71 CommandPollerPtr commandPoller_; member in PluginManager
/developtools/profiler/device/plugins/api/test/unittest/
H A Dcommand_poller_test.cpp110 this->commandPoller_ = p;
119 CommandPollerPtr commandPoller_; member in __anon89::final
/developtools/profiler/device/plugins/ffrt_profiler/service/src/
H A Dffrt_profiler_manager.cpp355 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 Dnetwork_profiler_manager.cpp364 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 Dhook_manager.cpp154 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 Dffrt_profiler_manager.h88 std::shared_ptr<CommandPoller> commandPoller_{nullptr};
/developtools/profiler/device/plugins/network_profiler/service/include/
H A Dnetwork_profiler_manager.h88 std::shared_ptr<CommandPoller> commandPoller_{nullptr};
/developtools/profiler/device/plugins/native_daemon/include/
H A Dhook_manager.h147 std::shared_ptr<CommandPoller> commandPoller_; member in OHOS::Developtools::NativeDaemon::HookManager

Completed in 6 milliseconds