Home
last modified time | relevance | path

Searched refs:ReadShareMemory (Results 1 - 6 of 6) sorted by relevance

/developtools/profiler/device/plugins/ffrt_profiler/service/include/
H A Dffrt_profiler_manager.h57 void ReadShareMemory(std::shared_ptr<FfrtProfilerCtx> ctx);
/developtools/profiler/device/plugins/network_profiler/service/include/
H A Dnetwork_profiler_manager.h57 void ReadShareMemory(std::shared_ptr<NetworkProfilerCtx> ctx);
/developtools/profiler/device/plugins/native_daemon/include/
H A Dhook_manager.h101 void ReadShareMemory(const std::shared_ptr<HookManagerCtx>& hookCtx);
/developtools/profiler/device/plugins/ffrt_profiler/service/src/
H A Dffrt_profiler_manager.cpp247 [this, ctx] { this->ReadShareMemory(ctx); } in HandleFfrtProfilerContext()
254 void FfrtProfilerManager::ReadShareMemory(std::shared_ptr<FfrtProfilerCtx> ctx) in ReadShareMemory() function in OHOS::Developtools::Profiler::FfrtProfilerManager
/developtools/profiler/device/plugins/network_profiler/service/src/
H A Dnetwork_profiler_manager.cpp256 [this, ctx] { this->ReadShareMemory(ctx); } in HandleNetworkProfilerContext()
263 void NetworkProfilerManager::ReadShareMemory(std::shared_ptr<NetworkProfilerCtx> ctx) in ReadShareMemory() function in OHOS::Developtools::Profiler::NetworkProfilerManager
/developtools/profiler/device/plugins/native_daemon/src/
H A Dhook_manager.cpp304 [this, &ctx] { this->ReadShareMemory(ctx); }); in HandleHookContext()
467 void HookManager::ReadShareMemory(const std::shared_ptr<HookManagerCtx>& hookCtx) in ReadShareMemory() function in OHOS::Developtools::NativeDaemon::HookManager

Completed in 6 milliseconds