Home
last modified time | relevance | path

Searched refs:PARAM_KAY (Results 1 - 5 of 5) sorted by relevance

/developtools/profiler/device/plugins/ffrt_profiler/service/include/
H A Dffrt_profiler_common.h23 const std::string PARAM_KAY = "hiviewdfx.hiprofiler.ffrtprofiler.target"; member
/developtools/profiler/device/plugins/network_profiler/client/src/
H A Dnetwork_profiler.cpp35 const std::string PARAM_KAY = "hiviewdfx.hiprofiler.networkprofiler.target"; member
93 g_cachedHandle = CachedParameterCreate(PARAM_KAY.c_str(), ""); in CheckNetworkProfilerParam()
/developtools/profiler/device/plugins/network_profiler/service/src/
H A Dnetwork_profiler_manager.cpp37 const std::string PARAM_KAY = "hiviewdfx.hiprofiler.networkprofiler.target"; member
171 int ret = SystemSetParameter(PARAM_KAY.c_str(), paramValue_.c_str()); in StartNetworkProfiler()
184 int ret = SystemSetParameter(PARAM_KAY.c_str(), ""); in StopNetworkProfiler()
/developtools/profiler/device/plugins/ffrt_profiler/client/src/
H A Dffrt_profiler.cpp70 g_cachedHandle = CachedParameterCreate(PARAM_KAY.c_str(), ""); in CheckFfrtProfilerParam()
/developtools/profiler/device/plugins/ffrt_profiler/service/src/
H A Dffrt_profiler_manager.cpp162 int ret = SystemSetParameter(PARAM_KAY.c_str(), paramValue_.c_str()); in StartFfrtProfiler()
175 int ret = SystemSetParameter(PARAM_KAY.c_str(), ""); in StopFfrtProfiler()

Completed in 3 milliseconds