Home
last modified time | relevance | path

Searched defs:networkProfilerMgr (Results 1 – 4 of 4) sorted by relevance

/developtools/profiler/device/plugins/network_profiler/test/unittest/
Dnetwork_profiler_test.cpp182 auto networkProfilerMgr = std::make_shared<NetworkProfilerManager>(); variable
239 auto networkProfilerMgr = std::make_shared<NetworkProfilerManager>(); variable
435 auto networkProfilerMgr = std::make_shared<NetworkProfilerManager>(); variable
464 auto networkProfilerMgr = std::make_shared<NetworkProfilerManager>(); variable
484 auto networkProfilerMgr = std::make_shared<NetworkProfilerManager>(); variable
505 auto networkProfilerMgr = std::make_shared<NetworkProfilerManager>(); variable
524 …std::shared_ptr<NetworkProfilerManager> networkProfilerMgr = std::make_shared<NetworkProfilerManag… variable
553 …std::shared_ptr<NetworkProfilerManager> networkProfilerMgr = std::make_shared<NetworkProfilerManag… variable
583 …std::shared_ptr<NetworkProfilerManager> networkProfilerMgr = std::make_shared<NetworkProfilerManag… variable
613 auto networkProfilerMgr = std::make_shared<NetworkProfilerManager>(); variable
[all …]
/developtools/profiler/device/plugins/api/src/
Dmain.cpp94 …std::shared_ptr<NetworkProfilerManager> networkProfilerMgr = std::make_shared<NetworkProfilerManag… in main() local
Dplugin_manager.cpp384 void PluginManager::AddNetworkProfilerManager(std::shared_ptr<NetworkProfilerManager> networkProfil… in AddNetworkProfilerManager()
/developtools/profiler/device/plugins/api/test/unittest/
Dplugin_manager_test.cpp178 …std::shared_ptr<NetworkProfilerManager> networkProfilerMgr = std::make_shared<NetworkProfilerManag… variable