Home
last modified time | relevance | path

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

/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Dform_ashmem.cpp48 HILOG_INFO("fd:%{public}d,size:%{public}d", ashmem_->GetAshmemFd(), ashmem_->GetAshmemSize()); in ReadFromParcel()
104 int32_t FormAshmem::GetAshmemFd() in GetAshmemFd() function in OHOS::AppExecFwk::FormAshmem
109 return ashmem_->GetAshmemFd(); in GetAshmemFd()
/foundation/distributeddatamgr/relational_store/rdbmock/frameworks/native/rdb/
H A Dashmem.h23 int GetAshmemFd() { return 0; }; in GetAshmemFd() function in OHOS::AppDataFwk::Ashmem
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/base/buffer_manager/
H A Dshared_buffer.cpp77 int fd = ashmem_->GetAshmemFd(); in AllocateAshmemUnlocked()
97 return ashmem_->GetAshmemFd(); in GetFd()
/foundation/ability/form_fwk/test/unittest/fms_form_ashmem_test/
H A Dfms_form_ashmem_test.cpp147 * @tc.name: GetAshmemFd
148 * @tc.desc: Verify function GetAshmemFd return value is ERROR_NUM
156 form_ashmem_->GetAshmemFd(); in HWTEST_F()
158 EXPECT_EQ(form_ashmem_->GetAshmemFd(), ERROR_NUM); in HWTEST_F()
205 * @tc.name: GetAshmemFd
206 * @tc.desc: Verify function GetAshmemFd return value is ERROR_NUM
212 EXPECT_EQ(form_ashmem_->GetAshmemFd(), ERROR_NUM); in HWTEST_F()
/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_ashmem.h34 int32_t GetAshmemFd();
/foundation/graphic/graphic_2d/rosen/modules/platform/utils/
H A Dashmem.h192 int GetAshmemFd() const in GetAshmemFd() function in OHOS::Ashmem
/foundation/ability/form_fwk/test/fuzztest/formashmem_fuzzer/
H A Dformashmem_fuzzer.cpp45 return formAshmem.GetAshmemFd(); in DoSomethingInterestingWithMyAPI()
/foundation/ai/neural_network_runtime/example/drivers/nnrt/v1_0/hdi_cpu_service/src/
H A Dshared_buffer_parser.cpp49 buffer.fd = ashptr->GetAshmemFd(); in Init()
H A Dprepared_model_service.cpp56 auto fd = m_cacheBuffer->GetAshmemFd(); in ExportModelCache()
89 modelCache.emplace_back(SharedBuffer {cache->GetAshmemFd(), cache->GetAshmemSize(), 0, cache->GetAshmemSize()}); in ExportModelCache()
H A Dnnrt_device_service.cpp198 buffer.fd = ashptr->GetAshmemFd(); in AllocateBuffer()
/foundation/ai/neural_network_runtime/example/drivers/nnrt/v2_0/hdi_cpu_service/src/
H A Dshared_buffer_parser.cpp49 buffer.fd = ashptr->GetAshmemFd(); in Init()
H A Dprepared_model_service.cpp58 auto fd = m_cacheBuffer->GetAshmemFd(); in ExportModelCache()
91 modelCache.emplace_back(SharedBuffer {cache->GetAshmemFd(), cache->GetAshmemSize(), 0, cache->GetAshmemSize()}); in ExportModelCache()
H A Dnnrt_device_service.cpp232 buffer.fd = ashptr->GetAshmemFd(); in AllocateBuffer()
/foundation/arkui/ace_engine/frameworks/core/components/form/
H A Dsub_container.cpp383 fileDescriptorArray.push_back(imageData.second->GetAshmemFd()); in ProcessSharedImage()
467 strerror(errno), picName.c_str(), len, ashmem.GetAshmemFd()); in GetImageDataFromAshmem()
473 strerror(errno), picName.c_str(), len, ashmem.GetAshmemFd()); in GetImageDataFromAshmem()
/foundation/distributeddatamgr/data_share/frameworks/native/common/include/
H A Dshared_block.h220 return ashmem_->GetAshmemFd(); in GetFd()
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/appdatafwk/include/
H A Dshared_block.h280 return ashmem_->GetAshmemFd(); in GetFd()
/foundation/communication/ipc/ipc/native/src/core/source/
H A Dmessage_parcel.cpp531 int fd = ashmem->GetAshmemFd(); in WriteAshmem()
/foundation/communication/ipc/ipc/native/src/napi_common/source/
H A Dnapi_ashmem.cpp120 int32_t fd = napiAshmem->GetAshmem()->GetAshmemFd(); in CreateAshmemFromExisting()
233 int32_t fd = napiAshmem->GetAshmem()->GetAshmemFd(); in GetAshmemFromExisting()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_container.cpp2776 fileDescriptorArray.push_back(imageData.second->GetAshmemFd()); in UpdateFormSharedImage()
2883 strerror(errno), picName.c_str(), len, ashmem.GetAshmemFd()); in GetImageDataFromAshmem()
2889 strerror(errno), picName.c_str(), len, ashmem.GetAshmemFd()); in GetImageDataFromAshmem()

Completed in 16 milliseconds