Home
last modified time | relevance | path

Searched refs:uniqueId1 (Results 1 - 2 of 2) sorted by relevance

/foundation/graphic/graphic_surface/surface/test/fuzztest/surfaceutils_fuzzer/
H A Dsurfaceutils_fuzzer.cpp42 uint64_t uniqueId1 = GetData<uint64_t>(); in DoSomethingInterestingWithMyAPI() local
51 sptr<OHOS::Surface> surface = utils->GetSurface(uniqueId1); in DoSomethingInterestingWithMyAPI()
52 utils->Add(uniqueId1, surface); in DoSomethingInterestingWithMyAPI()
64 utils->GetNativeWindow(uniqueId1); in DoSomethingInterestingWithMyAPI()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/
H A Drs_typeface_cache_test.cpp56 uint64_t uniqueId1 = (((uint64_t)pid1) << 32) | (uint64_t)(typeface->GetUniqueID()); in HWTEST_F() local
68 ret = RSTypefaceCache::Instance().HasTypeface(uniqueId1, hash); in HWTEST_F()
70 RSTypefaceCache::Instance().CacheDrawingTypeface(uniqueId1, typeface); in HWTEST_F()
90 RSTypefaceCache::Instance().RemoveDrawingTypefaceByGlobalUniqueId(uniqueId1); in HWTEST_F()

Completed in 2 milliseconds