Home
last modified time | relevance | path

Searched refs:CommandPoller (Results 1 - 19 of 19) sorted by relevance

/developtools/profiler/device/plugins/api/src/
H A Dcommand_poller.cpp27 CommandPoller::CommandPoller(const ManagerInterfacePtr& p) : requestIdAutoIncrease_(1), pluginManager_(p) {} in CommandPoller() function in CommandPoller
29 CommandPoller::~CommandPoller() {} in ~CommandPoller()
31 uint32_t CommandPoller::GetRequestId() in GetRequestId()
36 bool CommandPoller::OnConnect() in OnConnect()
41 bool CommandPoller::OnCreateSessionCmd(const CreateSessionCmd& cmd, SocketContext& context) const in OnCreateSessionCmd()
74 bool CommandPoller::OnDestroySessionCmd(const DestroySessionCmd& cmd) const in OnDestroySessionCmd()
92 bool CommandPoller::OnStartSessionCmd(const StartSessionCmd& cmd, PluginResult& result) const in OnStartSessionCmd()
110 bool CommandPoller
[all...]
H A Dcommand_poller.h32 class CommandPoller final : public IPluginServiceClient {
34 explicit CommandPoller(const ManagerInterfacePtr& p);
35 ~CommandPoller();
H A Dplugin_manager.h31 class CommandPoller;
33 using CommandPollerPtr = STD_PTR(shared, CommandPoller);
46 // CommandPoller will call the following four interfaces after receiving the command
H A Dmain.cpp69 auto commandPoller = std::make_shared<CommandPoller>(pluginManager); in main()
70 CHECK_NOTNULL(commandPoller, 1, "create CommandPoller FAILED!"); in main()
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/
H A Dhook_manager_test.cpp82 std::shared_ptr<CommandPoller> commandPoller = std::make_shared<CommandPoller>(hookManager); in HWTEST_F()
99 std::shared_ptr<CommandPoller> commandPoller = std::make_shared<CommandPoller>(hookManager); in HWTEST_F()
118 std::shared_ptr<CommandPoller> commandPoller = std::make_shared<CommandPoller>(hookManager); in HWTEST_F()
137 std::shared_ptr<CommandPoller> commandPoller = std::make_shared<CommandPoller>(hookManager); in HWTEST_F()
/developtools/profiler/device/plugins/api/test/unittest/
H A Dcommand_poller_test.cpp108 void SetCommandPoller(const std::shared_ptr<CommandPoller>& p) override
131 auto commandPoller = std::make_shared<CommandPoller>(pluginManage); in HWTEST_F()
160 auto commandPoller = std::make_shared<CommandPoller>(pluginManage); in HWTEST_F()
184 auto commandPoller = std::make_shared<CommandPoller>(pluginManage); in HWTEST_F()
198 auto commandPoller = std::make_shared<CommandPoller>(pluginManage); in HWTEST_F()
H A Dplugin_manager_test.cpp85 auto commandPoller = std::make_shared<CommandPoller>(pluginManage); in HWTEST_F()
/developtools/profiler/device/plugins/api/include/
H A Dmanager_interface.h26 class CommandPoller;
36 // CommandPoller will call the following four interfaces after receiving the command
47 virtual void SetCommandPoller(const std::shared_ptr<CommandPoller>& p) = 0;
/developtools/profiler/device/plugins/native_daemon/include/
H A Dhook_manager.h40 class CommandPoller;
85 // CommandPoller will call the following four interfaces after receiving the command
96 void SetCommandPoller(const std::shared_ptr<CommandPoller>& p) override;
147 std::shared_ptr<CommandPoller> commandPoller_;
/developtools/profiler/device/plugins/ffrt_profiler/service/include/
H A Dffrt_profiler_manager.h72 void SetCommandPoller(const std::shared_ptr<CommandPoller>& p) override;
88 std::shared_ptr<CommandPoller> commandPoller_{nullptr};
/developtools/profiler/device/plugins/network_profiler/service/include/
H A Dnetwork_profiler_manager.h72 void SetCommandPoller(const std::shared_ptr<CommandPoller>& p) override;
88 std::shared_ptr<CommandPoller> commandPoller_{nullptr};
/developtools/profiler/device/plugins/api/test/fuzztest/plugincreatesessioncmd_fuzzer/
H A Dplugincreatesessioncmd_fuzzer.cpp35 auto commandPoller = std::make_shared<CommandPoller>(pluginManage); in CreateSessionTest()
/developtools/profiler/device/plugins/api/test/fuzztest/pluginstartsessioncmd_fuzzer/
H A Dpluginstartsessioncmd_fuzzer.cpp36 auto commandPoller = std::make_shared<CommandPoller>(pluginManage); in StartSessionTest()
/developtools/profiler/device/plugins/api/test/fuzztest/plugindestroysessioncmd_fuzzer/
H A Dplugindestroysessioncmd_fuzzer.cpp35 auto commandPoller = std::make_shared<CommandPoller>(pluginManage); in DestroySessionTest()
/developtools/profiler/device/plugins/api/test/fuzztest/pluginstopsessioncmd_fuzzer/
H A Dpluginstopsessioncmd_fuzzer.cpp35 auto commandPoller = std::make_shared<CommandPoller>(pluginManage); in StopSessionTest()
/developtools/profiler/device/plugins/ffrt_profiler/service/src/
H A Dffrt_profiler_manager.cpp52 auto commandPoller = std::make_shared<CommandPoller>(shared_from_this()); in Init()
53 CHECK_NOTNULL(commandPoller, NO_RETVAL, "create CommandPoller FAILED!"); in Init()
353 void FfrtProfilerManager::SetCommandPoller(const std::shared_ptr<CommandPoller>& p) in SetCommandPoller()
/developtools/profiler/device/plugins/network_profiler/service/src/
H A Dnetwork_profiler_manager.cpp53 auto commandPoller = std::make_shared<CommandPoller>(shared_from_this()); in Init()
54 CHECK_NOTNULL(commandPoller, NO_RETVAL, "create CommandPoller FAILED!"); in Init()
362 void NetworkProfilerManager::SetCommandPoller(const std::shared_ptr<CommandPoller>& p) in SetCommandPoller()
/developtools/profiler/device/plugins/native_daemon/src/
H A Dmain.cpp332 auto commandPoller = std::make_shared<CommandPoller>(hookManager); in main()
337 PROFILER_LOG_INFO(LOG_CORE, "create CommandPoller FAILED!"); in main()
H A Dhook_manager.cpp152 void HookManager::SetCommandPoller(const std::shared_ptr<CommandPoller>& p) in SetCommandPoller()

Completed in 7 milliseconds