Home
last modified time | relevance | path

Searched defs:GetAshmemFd (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/rdbmock/frameworks/native/rdb/
H A Dashmem.h23 int GetAshmemFd() { return 0; }; in GetAshmemFd() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/utils/
H A Dashmem.h192 int GetAshmemFd() const in GetAshmemFd() function
/ohos5.0/commonlibrary/c_utils/base/include/
H A Dashmem.h115 int GetAshmemFd() const in GetAshmemFd() function
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Dform_ashmem.cpp104 int32_t FormAshmem::GetAshmemFd() in GetAshmemFd() function in OHOS::AppExecFwk::FormAshmem
/ohos5.0/commonlibrary/memory_utils/libpurgeablemem/cpp/src/
H A Dpurgeable_ashmem.cpp97 int PurgeableAshMem::GetAshmemFd() in GetAshmemFd() function in OHOS::PurgeableMem::PurgeableAshMem
/ohos5.0/commonlibrary/c_utils/base/src/rust/
H A Dashmem.rs104 pub fn GetAshmemFd(self: &Ashmem) -> i32; in GetAshmemFd() function