/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/ashemem_benchmark_test/ |
H A D | ashemem_benchmark_test.cpp | 84 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 D | utils_ashmem_test.cpp | 75 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 D | ash_mem_utils.cpp | 58 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 D | ash_mem_utils.cpp | 61 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 D | rust_utils_ashmem_test.rs | 34 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 D | c-utils-guide-ashmem.md | 32 | void | **CloseAshmem**()<br>通过文件描述符关闭当前ashmem。 | 59 ashmem->CloseAshmem(); 78 * 使用`UnmapAshmem()`解除映射并使用`CloseAshmem()`关闭。
|
H A D | c_utils_guide_rust_ashmem.md | 46 | 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 D | prepared_model_service.cpp | 34 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 D | shared_buffer_parser.cpp | 34 m_ashptr->CloseAshmem(); in ~SharedBufferParser()
|
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/common/src/ |
H A D | datashare_template.cpp | 86 mem->CloseAshmem(); in Set() 91 mem->CloseAshmem(); in Set() 131 node->ashmem->CloseAshmem(); in Clear()
|
H A D | shared_block.cpp | 40 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 D | prepared_model_service.cpp | 36 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 D | shared_buffer_parser.cpp | 34 m_ashptr->CloseAshmem(); in ~SharedBufferParser()
|
/ohos5.0/commonlibrary/c_utils/base/include/ |
H A D | ashmem.h | 143 void CloseAshmem() const; 159 void CloseAshmem();
|
/ohos5.0/commonlibrary/c_utils/base/src/ |
H A D | ashmem.cpp | 155 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 D | data_operation_callback.cpp | 40 inBuffer->CloseAshmem(); in OnIntellVoiceDataOprEvent() 132 ashmem->CloseAshmem(); in CreateAshmemFromArrayBuffer()
|
/ohos5.0/commonlibrary/c_utils/base/src/rust/ |
H A D | ashmem.rs | 63 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 D | codec_share_buffer.cpp | 32 shMem_->CloseAshmem(); in ~CodecShareBuffer() 151 shMem_->CloseAshmem(); in FreeBuffer()
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/appdatafwk/src/ |
H A D | shared_block.cpp | 46 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 D | ash_mem_utils.h | 29 static void CloseAshmem(sptr<Ashmem> ashmem);
|
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/include/ |
H A D | ash_mem_utils.h | 29 static void CloseAshmem(sptr<Ashmem> ashmem);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/utils/ |
H A D | ashmem.h | 90 void CloseAshmem();
|
/ohos5.0/commonlibrary/c_utils/base/test/fuzztest/ashmem_fuzzer/ |
H A D | ashmem_fuzzer.cpp | 60 ashmem->CloseAshmem(); in AshmemTestFunc()
|
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/src/ |
H A D | form_ashmem.cpp | 26 ashmem_->CloseAshmem(); in ~FormAshmem()
|
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/base/buffer_manager/ |
H A D | shared_buffer.cpp | 88 ashmem_->CloseAshmem(); in DeallocAshmem()
|