Home
last modified time | relevance | path

Searched defs:WriteToAshmem (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_provider_data_new_leg_test/
H A Dmock_form_ashmem.cpp20 bool FormAshmem::WriteToAshmem(std::string name, char *data, int32_t size) in WriteToAshmem() function in OHOS::AppExecFwk::FormAshmem
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_ashmem_test/
H A Dmock_ashmem.cpp39 bool Ashmem::WriteToAshmem(const void *data, int32_t size, int32_t offset) in WriteToAshmem() function in OHOS::Ashmem
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Dform_ashmem.cpp62 bool FormAshmem::WriteToAshmem(std::string name, char *data, int32_t size) in WriteToAshmem() function in OHOS::AppExecFwk::FormAshmem
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/
H A Drs_ashmem_helper.cpp44 bool AshmemAllocator::WriteToAshmem(const void *data, size_t size) in WriteToAshmem() function in OHOS::Rosen::AshmemAllocator
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/
H A Drs_ashmem_helper.cpp44 bool AshmemAllocator::WriteToAshmem(const void *data, size_t size) in WriteToAshmem() function in OHOS::Rosen::AshmemAllocator
/ohos5.0/commonlibrary/c_utils/base/src/
H A Dashmem.cpp255 bool Ashmem::WriteToAshmem(const void *data, int32_t size, int32_t offset) const in WriteToAshmem() function in OHOS::Ashmem
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_ashmem_helper.cpp102 bool AshmemAllocator::WriteToAshmem(const void *data, size_t size) in WriteToAshmem() function in OHOS::Rosen::AshmemAllocator
/ohos5.0/commonlibrary/c_utils/base/src/rust/
H A Dashmem.rs90 pub unsafe fn WriteToAshmem( in WriteToAshmem() function
/ohos5.0/foundation/communication/ipc/ipc/native/src/napi_common/source/
H A Dnapi_ashmem.cpp585 napi_value NAPIAshmem::WriteToAshmem(napi_env env, napi_callback_info info) in WriteToAshmem() function in OHOS::NAPIAshmem