Home
last modified time | relevance | path

Searched refs:ResetWriter (Results 1 - 13 of 13) sorted by relevance

/developtools/profiler/device/plugins/api/include/
H A Dmanager_interface.h46 virtual bool ResetWriter(uint32_t pluginId) = 0;
/developtools/profiler/device/plugins/api/src/
H A Dplugin_manager.h63 bool ResetWriter(uint32_t pluginId);
H A Dcommand_poller.cpp86 CHECK_TRUE(pluginManager->ResetWriter(pluginId), false, "%s:resetWriter failed!", __func__); in OnDestroySessionCmd()
H A Dplugin_manager.cpp489 bool PluginManager::ResetWriter(uint32_t pluginId) in ResetWriter() function in PluginManager
/developtools/profiler/device/plugins/ffrt_profiler/service/include/
H A Dffrt_profiler_manager.h71 bool ResetWriter(uint32_t pluginId) override;
/developtools/profiler/device/plugins/network_profiler/service/include/
H A Dnetwork_profiler_manager.h71 bool ResetWriter(uint32_t pluginId) override;
/developtools/profiler/device/plugins/native_daemon/include/
H A Dhook_manager.h95 bool ResetWriter(uint32_t pluginId) override;
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/
H A Dhook_manager_test.cpp155 EXPECT_TRUE(hookManager->ResetWriter(0)); in HWTEST_F()
/developtools/profiler/device/plugins/api/test/unittest/
H A Dcommand_poller_test.cpp101 bool ResetWriter(uint32_t pluginId) override
H A Dplugin_manager_test.cpp153 EXPECT_FALSE(pluginManager.ResetWriter(-1)); in HWTEST_F()
/developtools/profiler/device/plugins/ffrt_profiler/service/src/
H A Dffrt_profiler_manager.cpp347 bool FfrtProfilerManager::ResetWriter(uint32_t pluginId) in ResetWriter() function in OHOS::Developtools::Profiler::FfrtProfilerManager
/developtools/profiler/device/plugins/network_profiler/service/src/
H A Dnetwork_profiler_manager.cpp356 bool NetworkProfilerManager::ResetWriter(uint32_t pluginId) in ResetWriter() function in OHOS::Developtools::Profiler::NetworkProfilerManager
/developtools/profiler/device/plugins/native_daemon/src/
H A Dhook_manager.cpp679 bool HookManager::ResetWriter(uint32_t pluginId) in ResetWriter() function in OHOS::Developtools::NativeDaemon::HookManager

Completed in 7 milliseconds