Home
last modified time | relevance | path

Searched refs:CloseAshmem (Results 1 – 25 of 73) sorted by relevance

123

/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/ashemem_benchmark_test/
H A Dashemem_benchmark_test.cpp84 ashmem->CloseAshmem(); in BENCHMARK_F()
125 ashmem->CloseAshmem(); in BENCHMARK_F()
164 ashmem->CloseAshmem(); in BENCHMARK_F()
206 ashmem->CloseAshmem(); in BENCHMARK_F()
243 ashmem->CloseAshmem(); in BENCHMARK_F()
267 ashmem->CloseAshmem(); in BENCHMARK_F()
284 ashmem->CloseAshmem(); in BENCHMARK_F()
307 ashmem->CloseAshmem(); in BENCHMARK_F()
341 ashmem->CloseAshmem(); in BENCHMARK_F()
373 ashmem->CloseAshmem(); in BENCHMARK_F()
[all …]
/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_ashmem_test.cpp75 ashmem->CloseAshmem();
110 ashmem->CloseAshmem();
144 ashmem->CloseAshmem();
181 ashmem->CloseAshmem();
213 ashmem->CloseAshmem();
232 ashmem->CloseAshmem();
245 ashmem->CloseAshmem();
264 ashmem->CloseAshmem();
294 ashmem->CloseAshmem();
322 ashmem->CloseAshmem();
[all …]
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
H A Dash_mem_utils.cpp58 void AshMemUtils::CloseAshmem(sptr<Ashmem> ashmem) in CloseAshmem() function in OHOS::HiviewDFX::AshMemUtils
62 ashmem->CloseAshmem(); in CloseAshmem()
85 CloseAshmem(ashmem); in WriteBulkData()
92 CloseAshmem(ashmem); in WriteBulkData()
113 CloseAshmem(ashmem); in ReadBulkData()
122 CloseAshmem(ashmem); in ReadBulkData()
/ohos5.0/base/hiviewdfx/hisysevent/adapter/native/idl/src/
H A Dash_mem_utils.cpp61 void AshMemUtils::CloseAshmem(sptr<Ashmem> ashmem) in CloseAshmem() function in OHOS::HiviewDFX::AshMemUtils
65 ashmem->CloseAshmem(); in CloseAshmem()
88 CloseAshmem(ashmem); in WriteBulkData()
95 CloseAshmem(ashmem); in WriteBulkData()
116 CloseAshmem(ashmem); in ReadBulkData()
125 CloseAshmem(ashmem); in ReadBulkData()
/ohos5.0/commonlibrary/c_utils/base/test/unittest/rust/
H A Drust_utils_ashmem_test.rs34 ashmem.CloseAshmem(); in test_ashmem_ffi_write_read_001()
69 ashmem.CloseAshmem(); in test_ashmem_ffi_write_read_002()
109 ashmem.CloseAshmem(); in test_ashmem_ffi_write_read_003()
143 ashmem.CloseAshmem(); in test_ashmem_ffi_write_read_004()
175 ashmem.CloseAshmem(); in test_ashmem_ffi_write_read_005()
190 ashmem.CloseAshmem(); in test_ashmem_ffi_invalid_001()
200 ashmem.CloseAshmem(); in test_ashmem_ffi_invalid_002()
213 ashmem.CloseAshmem(); in test_ashmem_ffi_invalid_003()
249 ashmem.CloseAshmem(); in test_ashmem_ffi_invalid_004()
266 ashmem.CloseAshmem(); in test_ashmem_ffi_invalid_005()
[all …]
/ohos5.0/commonlibrary/c_utils/docs/zh-cn/
H A Dc-utils-guide-ashmem.md32 | void | **CloseAshmem**()<br>通过文件描述符关闭当前ashmem。 |
59 ashmem->CloseAshmem();
78 * 使用`UnmapAshmem()`解除映射并使用`CloseAshmem()`关闭。
H A Dc_utils_guide_rust_ashmem.md46 | void | **CloseAshmem**(self: &Ashmem)<br>通过内部维护的文件描述符关闭当前ashmem。 |
73 ashmem.CloseAshmem();
/ohos5.0/foundation/ai/neural_network_runtime/example/drivers/nnrt/v1_0/hdi_cpu_service/src/
H A Dprepared_model_service.cpp34 m_cacheBuffer->CloseAshmem(); in ~PreparedModelService()
39 inputAsh->CloseAshmem(); in ~PreparedModelService()
44 outputAsh->CloseAshmem(); in ~PreparedModelService()
262 ash->CloseAshmem(); in SetInputs()
318 ash->CloseAshmem(); in SetOutputs()
404 ashptr->CloseAshmem(); in ParseBuffer()
H A Dshared_buffer_parser.cpp34 m_ashptr->CloseAshmem(); in ~SharedBufferParser()
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/common/src/
H A Ddatashare_template.cpp86 mem->CloseAshmem(); in Set()
91 mem->CloseAshmem(); in Set()
131 node->ashmem->CloseAshmem(); in Clear()
H A Dshared_block.cpp40 ashmem_->CloseAshmem(); in ~SharedBlock()
97 ashmem->CloseAshmem(); in Create()
106 ashmem->CloseAshmem(); in Create()
127 ashmem->CloseAshmem(); in ReadMessageParcel()
/ohos5.0/foundation/ai/neural_network_runtime/example/drivers/nnrt/v2_0/hdi_cpu_service/src/
H A Dprepared_model_service.cpp36 m_cacheBuffer->CloseAshmem(); in ~PreparedModelService()
41 inputAsh->CloseAshmem(); in ~PreparedModelService()
46 outputAsh->CloseAshmem(); in ~PreparedModelService()
312 ash->CloseAshmem(); in SetInputs()
368 ash->CloseAshmem(); in SetOutputs()
466 ashptr->CloseAshmem(); in ParseBuffer()
H A Dshared_buffer_parser.cpp34 m_ashptr->CloseAshmem(); in ~SharedBufferParser()
/ohos5.0/commonlibrary/c_utils/base/include/
H A Dashmem.h143 void CloseAshmem() const;
159 void CloseAshmem();
/ohos5.0/commonlibrary/c_utils/base/src/
H A Dashmem.cpp155 CloseAshmem(); in ~Ashmem()
191 void Ashmem::CloseAshmem() const in CloseAshmem() function in OHOS::Ashmem
193 void Ashmem::CloseAshmem() in CloseAshmem()
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/base/
H A Ddata_operation_callback.cpp40 inBuffer->CloseAshmem(); in OnIntellVoiceDataOprEvent()
132 ashmem->CloseAshmem(); in CreateAshmemFromArrayBuffer()
/ohos5.0/commonlibrary/c_utils/base/src/rust/
H A Dashmem.rs63 pub fn CloseAshmem(self: &Ashmem) -> (); in CloseAshmem() function
162 self.c_ashmem.CloseAshmem() in close_ashmem()
/ohos5.0/drivers/peripheral/codec/hal/v2.0/hdi_impl/src/
H A Dcodec_share_buffer.cpp32 shMem_->CloseAshmem(); in ~CodecShareBuffer()
151 shMem_->CloseAshmem(); in FreeBuffer()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/appdatafwk/src/
H A Dshared_block.cpp46 ashmem_->CloseAshmem(); in ~SharedBlock()
94 ashmem->CloseAshmem(); in Create()
103 ashmem->CloseAshmem(); in Create()
124 ashmem->CloseAshmem(); in ReadMessageParcel()
/ohos5.0/base/hiviewdfx/hisysevent/adapter/native/idl/include/
H A Dash_mem_utils.h29 static void CloseAshmem(sptr<Ashmem> ashmem);
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/include/
H A Dash_mem_utils.h29 static void CloseAshmem(sptr<Ashmem> ashmem);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/utils/
H A Dashmem.h90 void CloseAshmem();
/ohos5.0/commonlibrary/c_utils/base/test/fuzztest/ashmem_fuzzer/
H A Dashmem_fuzzer.cpp60 ashmem->CloseAshmem(); in AshmemTestFunc()
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Dform_ashmem.cpp26 ashmem_->CloseAshmem(); in ~FormAshmem()
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/base/buffer_manager/
H A Dshared_buffer.cpp88 ashmem_->CloseAshmem(); in DeallocAshmem()

123