Home
last modified time | relevance | path

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

/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler.h128 class ArgList;
362 static void SetSystemParameter(const ArgList& args);
363 static void GetSystemParameter(const ArgList& args);
364 static void Reset(const ArgList& args);
365 static void DumpSystemParameters(const ArgList& args);
366 static void DumpNodeModifiers(const ArgList& args);
367 static void DumpConnections(const ArgList& args);
368 static void DumpNodeProperties(const ArgList& args);
369 static void DumpTree(const ArgList& args);
370 static void DumpTreeToJson(const ArgList
[all...]
H A Drs_profiler_command.cpp83 const ArgList args = (line.size() > 1) ? ArgList({ line.begin() + 1, line.end() }) : ArgList(); in Invoke()
H A Drs_profiler.cpp394 RecordStop(ArgList()); in OnWorkModeChanged()
412 const ArgList dummy; in ProcessSignalFlag()
922 void RSProfiler::SaveRdc(const ArgList& args) in OnParallelRenderBegin()
932 void RSProfiler::SaveSkp(const ArgList& args) in OnParallelRenderBegin()
1019 void RSProfiler::SetSystemParameter(const ArgList& args) in OnParallelRenderBegin()
1026 void RSProfiler::GetSystemParameter(const ArgList& args) in OnParallelRenderBegin()
1032 void RSProfiler::Reset(const ArgList& args) in OnParallelRenderBegin()
1034 const ArgList dummy; in OnParallelRenderBegin()
1043 void RSProfiler::DumpSystemParameters(const ArgList& args) in OnParallelRenderBegin()
1048 void RSProfiler::DumpConnections(const ArgList in OnParallelRenderBegin()
[all...]
H A Drs_profiler_command.h23 class ArgList final {
25 explicit ArgList() = default;
26 explicit ArgList(std::vector<std::string> args) : args_(std::move(args)) {} in ArgList() function in OHOS::Rosen::final
H A Drs_profiler_beta_recorder.cpp130 RecordStart(ArgList()); in StartBetaRecord()
139 RecordStop(ArgList()); in StopBetaRecord()
158 RecordStop(ArgList()); in SaveBetaRecord()
160 RecordStart(ArgList()); in SaveBetaRecord()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_profiler/unittest/
H A Drs_profiler_command_test.cpp35 * @tc.desc: RSProfiler Command ArgList public API Test
42 ArgList list { args }; in HWTEST_F()

Completed in 5 milliseconds