Home
last modified time | relevance | path

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 Drs_profiler_network_test.cpp64 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 Drs_profiler_network.cpp370 if (id == PackageID::RS_PROFILER_PREPARE) { in ProcessBinary()
372 const char type = static_cast<char>(PackageID::RS_PROFILER_PREPARE); in ProcessBinary()
H A Drs_profiler_packet.h37 RS_PROFILER_PREPARE, enumerator