Home
last modified time | relevance | path

Searched refs:SendRdcPath (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_profiler/unittest/
H A Drs_profiler_network_test.cpp138 Network::SendRdcPath("");
140 Network::SendRdcPath("path");
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_network.h46 static void SendRdcPath(const std::string& path);
H A Drs_profiler_capture_recorder.cpp133 Network::SendRdcPath(files[0]); in PullAndSendRdc()
H A Drs_profiler_network.cpp212 void Network::SendRdcPath(const std::string& path) in SendRdcPath() function in OHOS::Rosen::Network