Home
last modified time | relevance | path

Searched refs:IsNodeIdPatched (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_utils_test.cpp154 EXPECT_FALSE(Utils::IsNodeIdPatched(id));
155 EXPECT_TRUE(Utils::IsNodeIdPatched(Utils::PatchNodeId(id)));
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_base.cpp353 if (Utils::IsNodeIdPatched(node->GetId())) { in FilterMockNode()
627 if (Utils::IsNodeIdPatched(node->GetId())) { in UnmarshalNodes()
828 if (!Utils::IsNodeIdPatched(pair.first)) { in FilterAnimationForPlayback()
H A Drs_profiler_utils.h189 static constexpr bool IsNodeIdPatched(uint64_t id) in IsNodeIdPatched() function