Home
last modified time | relevance | path

Searched refs:IsSupportedAlloc (Results 1 - 16 of 16) sorted by relevance

/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dbuffer_client_producer_remote_test.cpp438 * Function: IsSupportedAlloc
442 * CaseDescription: 1. call IsSupportedAlloc with abnormal parameters and check ret
448 GSError ret = bp->IsSupportedAlloc(infos, supporteds); in HWTEST_F()
453 * Function: IsSupportedAlloc
457 * CaseDescription: 1. call IsSupportedAlloc with abnormal parameters and check ret
463 GSError ret = bp->IsSupportedAlloc(infos, supporteds); in HWTEST_F()
478 ret = bp->IsSupportedAlloc(infos, supporteds); in HWTEST_F()
H A Dproducer_surface_test.cpp850 * Function: IsSupportedAlloc
854 * CaseDescription: 1. call IsSupportedAlloc with abnormal parameters and check ret
860 GSError ret = pSurface->IsSupportedAlloc(infos, supporteds); in HWTEST_F()
865 * Function: IsSupportedAlloc
869 * CaseDescription: 1. call IsSupportedAlloc with abnormal parameters and check ret
875 GSError ret = pSurface->IsSupportedAlloc(infos, supporteds); in HWTEST_F()
890 ret = pSurface->IsSupportedAlloc(infos, supporteds); in HWTEST_F()
895 * Function: IsSupportedAlloc
899 * CaseDescription: 1. call IsSupportedAlloc with normal parameters and check ret
921 GSError ret = pSurface->IsSupportedAlloc(info in HWTEST_F()
[all...]
H A Dbuffer_queue_producer_test.cpp610 EXPECT_EQ(bqpTmp->IsSupportedAlloc(infos, supporteds), OHOS::GSERROR_INVALID_ARGUMENTS); in HWTEST_F()
/foundation/graphic/graphic_surface/surface/include/
H A Dbuffer_client_producer.h74 GSError IsSupportedAlloc(const std::vector<BufferVerifyAllocInfo> &infos, std::vector<bool> &supporteds) override;
H A Dbuffer_queue.h143 GSError IsSupportedAlloc(const std::vector<BufferVerifyAllocInfo> &infos,
H A Dproducer_surface.h138 GSError IsSupportedAlloc(const std::vector<BufferVerifyAllocInfo> &infos, std::vector<bool> &supporteds) override;
H A Dbuffer_queue_producer.h85 GSError IsSupportedAlloc(const std::vector<BufferVerifyAllocInfo> &infos, std::vector<bool> &supporteds) override;
H A Dconsumer_surface.h148 SURFACE_HIDDEN GSError IsSupportedAlloc(const std::vector<BufferVerifyAllocInfo> &infos,
/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Dibuffer_producer.h89 virtual GSError IsSupportedAlloc(const std::vector<BufferVerifyAllocInfo> &infos,
H A Dsurface.h95 virtual GSError IsSupportedAlloc(const std::vector<BufferVerifyAllocInfo> &infos,
H A Diconsumer_surface.h97 virtual GSError IsSupportedAlloc(const std::vector<BufferVerifyAllocInfo> &infos,
/foundation/graphic/graphic_surface/surface/test/fuzztest/surface_fuzzer/
H A Dsurface_fuzzer.cpp248 pSurface->IsSupportedAlloc(infos, supporteds); in SurfaceFuzzTest2()
/foundation/graphic/graphic_surface/surface/src/
H A Dproducer_surface.cpp800 GSError ProducerSurface::IsSupportedAlloc(const std::vector<BufferVerifyAllocInfo>& infos,
806 return producer_->IsSupportedAlloc(infos, supporteds);
H A Dbuffer_queue_producer.cpp598 GSError sRet = IsSupportedAlloc(infos, supporteds); in IsSupportedAllocRemote()
1272 GSError BufferQueueProducer::IsSupportedAlloc(const std::vector<BufferVerifyAllocInfo> &infos, in IsSupportedAlloc() function in OHOS::BufferQueueProducer
1279 return bufferQueue_->IsSupportedAlloc(infos, supporteds); in IsSupportedAlloc()
H A Dbuffer_client_producer.cpp588 GSError BufferClientProducer::IsSupportedAlloc(const std::vector<BufferVerifyAllocInfo> &infos, in IsSupportedAlloc() function in OHOS::BufferClientProducer
H A Dbuffer_queue.cpp1671 GSError BufferQueue::IsSupportedAlloc(const std::vector<BufferVerifyAllocInfo> &infos, in IsSupportedAlloc() function in OHOS::BufferQueue

Completed in 16 milliseconds