/foundation/ability/form_fwk/interfaces/inner_api/src/ |
H A D | form_ashmem.cpp | 48 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 D | ashmem.h | 23 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 D | shared_buffer.cpp | 77 int fd = ashmem_->GetAshmemFd(); in AllocateAshmemUnlocked() 97 return ashmem_->GetAshmemFd(); in GetFd()
|
/foundation/ability/form_fwk/test/unittest/fms_form_ashmem_test/ |
H A D | fms_form_ashmem_test.cpp | 147 * @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 D | form_ashmem.h | 34 int32_t GetAshmemFd();
|
/foundation/graphic/graphic_2d/rosen/modules/platform/utils/ |
H A D | ashmem.h | 192 int GetAshmemFd() const in GetAshmemFd() function in OHOS::Ashmem
|
/foundation/ability/form_fwk/test/fuzztest/formashmem_fuzzer/ |
H A D | formashmem_fuzzer.cpp | 45 return formAshmem.GetAshmemFd(); in DoSomethingInterestingWithMyAPI()
|
/foundation/ai/neural_network_runtime/example/drivers/nnrt/v1_0/hdi_cpu_service/src/ |
H A D | shared_buffer_parser.cpp | 49 buffer.fd = ashptr->GetAshmemFd(); in Init()
|
H A D | prepared_model_service.cpp | 56 auto fd = m_cacheBuffer->GetAshmemFd(); in ExportModelCache() 89 modelCache.emplace_back(SharedBuffer {cache->GetAshmemFd(), cache->GetAshmemSize(), 0, cache->GetAshmemSize()}); in ExportModelCache()
|
H A D | nnrt_device_service.cpp | 198 buffer.fd = ashptr->GetAshmemFd(); in AllocateBuffer()
|
/foundation/ai/neural_network_runtime/example/drivers/nnrt/v2_0/hdi_cpu_service/src/ |
H A D | shared_buffer_parser.cpp | 49 buffer.fd = ashptr->GetAshmemFd(); in Init()
|
H A D | prepared_model_service.cpp | 58 auto fd = m_cacheBuffer->GetAshmemFd(); in ExportModelCache() 91 modelCache.emplace_back(SharedBuffer {cache->GetAshmemFd(), cache->GetAshmemSize(), 0, cache->GetAshmemSize()}); in ExportModelCache()
|
H A D | nnrt_device_service.cpp | 232 buffer.fd = ashptr->GetAshmemFd(); in AllocateBuffer()
|
/foundation/arkui/ace_engine/frameworks/core/components/form/ |
H A D | sub_container.cpp | 383 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 D | shared_block.h | 220 return ashmem_->GetAshmemFd();
in GetFd()
|
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/appdatafwk/include/ |
H A D | shared_block.h | 280 return ashmem_->GetAshmemFd();
in GetFd()
|
/foundation/communication/ipc/ipc/native/src/core/source/ |
H A D | message_parcel.cpp | 531 int fd = ashmem->GetAshmemFd(); in WriteAshmem()
|
/foundation/communication/ipc/ipc/native/src/napi_common/source/ |
H A D | napi_ashmem.cpp | 120 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 D | ace_container.cpp | 2776 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()
|