Home
last modified time | relevance | path

Searched refs:GetAshmemFd (Results 1 - 6 of 6) sorted by relevance

/commonlibrary/c_utils/base/src/rust/
H A Dashmem.rs104 pub fn GetAshmemFd(self: &Ashmem) -> i32; in GetAshmemFd() functions
122 self.c_ashmem.GetAshmemFd() in get_ashmem_fd()
/commonlibrary/memory_utils/libpurgeablemem/cpp/include/
H A Dpurgeable_ashmem.h52 int GetAshmemFd();
/commonlibrary/c_utils/base/include/
H A Dashmem.h115 int GetAshmemFd() const in GetAshmemFd() function in OHOS::Ashmem
/commonlibrary/c_utils/base/test/benchmarktest/ashemem_benchmark_test/
H A Dashemem_benchmark_test.cpp441 int fd = ashmem->GetAshmemFd(); in BENCHMARK_F()
448 int newFd = newAshmem->GetAshmemFd(); in BENCHMARK_F()
493 int fd = ashmem->GetAshmemFd(); in BENCHMARK_F()
/commonlibrary/memory_utils/libpurgeablemem/cpp/src/
H A Dpurgeable_ashmem.cpp97 int PurgeableAshMem::GetAshmemFd() in GetAshmemFd() function in OHOS::PurgeableMem::PurgeableAshMem
/commonlibrary/memory_utils/libpurgeablemem/test/
H A Dpurgeableashmem_test.cpp636 EXPECT_NE(pobj.GetAshmemFd(), -1); in HWTEST_F()

Completed in 4 milliseconds