Home
last modified time | relevance | path

Searched refs:profilerPluginState (Results 1 – 4 of 4) sorted by relevance

/developtools/profiler/device/services/profiler_service/test/unittest/
Dplugin_service_stubs.cpp143 pluginCtx->profilerPluginState.set_state(ProfilerPluginState::LOADED); in CreatePluginSession()
163 pluginCtx->profilerPluginState.set_state(ProfilerPluginState::IN_SESSION); in StartPluginSession()
174 pluginCtx->profilerPluginState.set_state(ProfilerPluginState::LOADED); in StopPluginSession()
195 pluginCtx->profilerPluginState.set_state(ProfilerPluginState::REGISTERED); in DestroyPluginSession()
244 pluginCtx->profilerPluginState.set_name(pluginInfo.name); in AddPluginInfo()
245 pluginCtx->profilerPluginState.set_state(ProfilerPluginState::REGISTERED); in AddPluginInfo()
/developtools/profiler/device/services/plugin_service/src/
Dplugin_service.cpp136 pluginCtx->profilerPluginState.set_state(ProfilerPluginState::LOADED); in CreatePluginSession()
170 pluginCtx->profilerPluginState.set_state(ProfilerPluginState::LOADED); in CreatePluginSession()
188 pluginCtx->profilerPluginState.set_state(ProfilerPluginState::IN_SESSION); in StartPluginSession()
204 pluginCtx->profilerPluginState.set_state(ProfilerPluginState::LOADED); in StopPluginSession()
250 pluginCtx->profilerPluginState.set_state(ProfilerPluginState::REGISTERED); in DestroyPluginSession()
286 pluginCtx->profilerPluginState.set_state(ProfilerPluginState::INITED); in RemovePluginSessionCtx()
326 pluginCtx->profilerPluginState.set_name(pluginInfo.name); in AddPluginInfo()
327 pluginCtx->profilerPluginState.set_state(ProfilerPluginState::REGISTERED); in AddPluginInfo()
393 auto pluginState = pluginCtx->profilerPluginState.state(); in RemovePluginInfo()
517 status.push_back(entry.second->profilerPluginState); in GetPluginStatus()
/developtools/profiler/device/services/plugin_service/include/
Dplugin_service.h71 ProfilerPluginState profilerPluginState; member
/developtools/profiler/device/services/plugin_service/test/unittest/
Dplugin_service_test.cpp1080 pluginCtx->profilerPluginState.set_state(ProfilerPluginState::LOADED);