Home
last modified time | relevance | path

Searched refs:PluginSession (Results 1 - 8 of 8) sorted by relevance

/developtools/profiler/device/services/plugin_service/src/
H A Dplugin_session.cpp15 #define LOG_TAG "PluginSession"
20 PluginSession::PluginSession(const ProfilerPluginConfig& pluginConfig, in PluginSession() function in PluginSession
23 : state_(PluginSession::INITIAL), in PluginSession()
32 PluginSession::PluginSession(const ProfilerPluginConfig& pluginConfig, in PluginSession() function in PluginSession
36 : state_(PluginSession::INITIAL), in PluginSession()
46 PluginSession::~PluginSession() in ~PluginSession()
53 bool PluginSession
[all...]
H A Dplugin_session_manager.cpp61 auto session = std::make_shared<PluginSession>(pluginConfig, bufferConfig, pluginService_, dataRepeater); in CreatePluginSession()
74 auto session = std::make_shared<PluginSession>(pluginConfig, pluginService_, dataRepeater); in CreatePluginSession()
207 bool PluginSessionManager::CheckStatus(const std::vector<std::string>& nameList, PluginSession::State state) in CheckStatus()
224 std::vector<PluginSession::State> PluginSessionManager::GetStatus(const std::vector<std::string>& nameList) in GetStatus()
226 std::vector<PluginSession::State> status; in GetStatus()
/developtools/profiler/device/services/plugin_service/include/
H A Dplugin_session.h31 class PluginSession { class
33 PluginSession(const ProfilerPluginConfig& pluginConfig,
36 PluginSession(const ProfilerPluginConfig& pluginConfig,
40 ~PluginSession();
73 DISALLOW_COPY_AND_MOVE(PluginSession);
H A Dplugin_session_manager.h23 using PluginSessionPtr = std::shared_ptr<PluginSession>;
45 bool CheckStatus(const std::vector<std::string>& nameList, PluginSession::State state);
46 std::vector<PluginSession::State> GetStatus(const std::vector<std::string>& nameList);
/developtools/profiler/device/services/profiler_service/include/
H A Dprofiler_service.h28 class PluginSession;
33 using PluginSessionPtr = STD_PTR(shared, PluginSession);
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/
H A Dhook_manager_test.cpp129 * @tc.name: PluginSession
133 HWTEST_F(HookManagerTest, PluginSession, TestSize.Level1) in HWTEST_F()
/developtools/profiler/device/services/plugin_service/test/unittest/
H A Dplugin_service_test.cpp1045 std::vector<PluginSession::State> vecRet = pluginSessionMgr_->GetStatus(nameList); in HWTEST_F()
/developtools/profiler/device/services/profiler_service/src/
H A Dprofiler_service.cpp544 CHECK_EXPRESSION_TRUE(pluginSessionManager_->CheckStatus(ctx->pluginNames, PluginSession::STARTED), in FetchData()

Completed in 7 milliseconds