Searched refs:RS_PROFILER_PREPARE (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_profiler/unittest/ |
H A D | rs_profiler_network_test.cpp | 64 std::vector<char> incoming { static_cast<char>(PackageID::RS_PROFILER_PREPARE), 1, 0, 0, 0 }; 66 std::vector<char> reply { type, 6, 0, 0, 0, static_cast<char>(PackageID::RS_PROFILER_PREPARE) };
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
H A D | rs_profiler_network.cpp | 370 if (id == PackageID::RS_PROFILER_PREPARE) { in ProcessBinary() 372 const char type = static_cast<char>(PackageID::RS_PROFILER_PREPARE); in ProcessBinary()
|
H A D | rs_profiler_packet.h | 37 RS_PROFILER_PREPARE, enumerator
|