Home
last modified time | relevance | path

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

/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;
/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Dibuffer_producer.h75 virtual GSError GetNameAndUniqueId(std::string& name, uint64_t& uniqueId) = 0;
/foundation/graphic/graphic_surface/surface/test/fuzztest/bufferqueueproducer_fuzzer/
H A Dbufferqueueproducer_fuzzer.cpp131 bqp->GetNameAndUniqueId(name, uniqueId); in BufferQueueProducerFuzzTest1()
/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dbuffer_client_producer_remote_test.cpp401 GSError ret = bp->GetNameAndUniqueId(name, bpid); in HWTEST_F()
H A Dbuffer_queue_producer_test.cpp612 EXPECT_EQ(bqpTmp->GetNameAndUniqueId(name, uniqueId), OHOS::GSERROR_INVALID_ARGUMENTS); in HWTEST_F()
/foundation/graphic/graphic_surface/surface/src/
H A Dbuffer_client_producer.cpp469 GSError BufferClientProducer::GetNameAndUniqueId(std::string& name, uint64_t& uniqueId) in GetNameAndUniqueId() function in OHOS::BufferClientProducer
H A Dbuffer_queue_producer.cpp480 auto ret = GetNameAndUniqueId(name, uniqueId); in GetNameAndUniqueIdRemote()
1282 GSError BufferQueueProducer::GetNameAndUniqueId(std::string& name, uint64_t& uniqueId) in GetNameAndUniqueId() function in OHOS::BufferQueueProducer

Completed in 8 milliseconds