Home
last modified time | relevance | path

Searched refs:GetNameAndUniqueId (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Dibuffer_producer.h75 virtual GSError GetNameAndUniqueId(std::string& name, uint64_t& uniqueId) = 0;
/ohos5.0/foundation/graphic/graphic_surface/surface/include/
H A Dbuffer_client_producer.h60 GSError GetNameAndUniqueId(std::string& name, uint64_t& uniqueId) override;
H A Dbuffer_queue_producer.h69 GSError GetNameAndUniqueId(std::string& name, uint64_t& uniqueId) override;
/ohos5.0/foundation/graphic/graphic_surface/surface/test/fuzztest/bufferqueueproducer_fuzzer/
H A Dbufferqueueproducer_fuzzer.cpp132 bqp->GetNameAndUniqueId(name, uniqueId); in BufferQueueProducerFuzzTest1()
/ohos5.0/foundation/graphic/graphic_surface/surface/src/
H A Dbuffer_queue_producer.cpp428 auto ret = GetNameAndUniqueId(name, uniqueId); in GetNameAndUniqueIdRemote()
1210 GSError BufferQueueProducer::GetNameAndUniqueId(std::string& name, uint64_t& uniqueId) in GetNameAndUniqueId() function in OHOS::BufferQueueProducer
H A Dbuffer_client_producer.cpp405 GSError BufferClientProducer::GetNameAndUniqueId(std::string& name, uint64_t& uniqueId) in GetNameAndUniqueId() function in OHOS::BufferClientProducer
/ohos5.0/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dbuffer_client_producer_remote_test.cpp402 GSError ret = bp->GetNameAndUniqueId(name, bpid);
H A Dbuffer_queue_producer_test.cpp617 EXPECT_EQ(bqpTmp->GetNameAndUniqueId(name, uniqueId), OHOS::GSERROR_INVALID_ARGUMENTS);