Home
last modified time | relevance | path

Searched refs:PerformanceMap (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing/
H A Dtest_case_factory.cpp27 std::unordered_map<std::string, std::function<std::shared_ptr<TestBase>()>> PerformanceMap = { variable
43 return PerformanceMap; in GetPerformanceCase()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ets/ets/pages/
H A Dcasefactory.ts100 static PerformanceMap: Map<string, Function> = new Map(
207 let func:Function | undefined = this.PerformanceMap.get(caseName);
224 let func:Function | undefined = this.PerformanceMap.get(caseName);