/foundation/communication/ipc/ipc/native/src/napi_common/include/ |
H A D | napi_ashmem.h | 41 void SetAshmem(sptr<Ashmem> &ashmem) in SetAshmem() argument
|
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/base/ |
H A D | data_operation_callback.cpp | 124 sptr<Ashmem> ashmem in CreateAshmemFromArrayBuffer() local 83 CreateArrayBufferFromAshmem( const sptr<Ashmem> &ashmem) CreateArrayBufferFromAshmem() argument [all...] |
H A D | engine_util.cpp | 138 void EngineUtil::WriteBufferFromAshmem(uint8_t *&buffer, uint32_t size, sptr<OHOS::Ashmem> ashmem) in WriteBufferFromAshmem() argument 168 sptr<Ashmem> ashmem; in ProcDspModel() local [all...] |
/foundation/communication/ipc/ipc/native/test/unittest/common/ |
H A D | message_parcel_unittest.cpp | 415 sptr<Ashmem> ashmem = in HWTEST_F() local
|
/foundation/distributeddatamgr/data_share/frameworks/native/common/src/ |
H A D | datashare_template.cpp | 119 void PublishedDataItem::SetAshmem(sptr<Ashmem> ashmem, bool isManaged)
in SetAshmem() argument [all...] |
H A D | shared_block.cpp | 31 SharedBlock::SharedBlock(const std::string &name, sptr<Ashmem> ashmem, size_t size, bool readOnly)
in SharedBlock() argument 66 int SharedBlock::CreateSharedBlock(const std::string &name, size_t size, sptr<Ashmem> ashmem,
in CreateSharedBlock() argument 88 sptr<Ashmem> ashmem = Ashmem::CreateAshmem(ashmemName.c_str(), size);
in Create() local 119 sptr<Ashmem> ashmem = parcel.ReadAshmem(); ReadMessageParcel() local [all...] |
/foundation/ability/form_fwk/test/mock/src/ |
H A D | mock_message_parcel.cpp | 134 bool MessageParcel::WriteAshmem(sptr<Ashmem> ashmem) in WriteAshmem() argument
|
/foundation/distributeddatamgr/data_share/interfaces/inner_api/common/include/ |
H A D | datashare_template.h | 89 sptr<Ashmem> ashmem; member
|
/foundation/ai/intelligent_voice_framework/frameworks/native/ |
H A D | intell_voice_manager.cpp | 185 int32_t IntellVoiceManager::GetFileDataFromAshmem(sptr<Ashmem> ashmem, std::vector<uint8_t> &fileData) in GetFileDataFromAshmem() argument [all...] |
/foundation/ability/form_fwk/test/unittest/fms_form_ashmem_test/ |
H A D | mock_message_parcel.cpp | 145 bool MessageParcel::WriteAshmem(sptr<Ashmem> ashmem) in WriteAshmem() argument 155 sptr<Ashmem> ashmem = new (std::nothrow) Ashmem(fd, size); in ReadAshmem() local
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundle_resource/ |
H A D | bundle_resource_host.cpp | 208 sptr<Ashmem> ashmem = Ashmem::CreateAshmem( in WriteParcelableIntoAshmem() local [all...] |
/foundation/communication/ipc/ipc/test/moduletest/native/common/ |
H A D | ipc_core_module_test.cpp | 550 sptr<Ashmem> ashmem = Ashmem::CreateAshmem(ashmemName.c_str(), rawData10K); in HWTEST_F() local 670 sptr<Ashmem> ashmem = Ashmem::CreateAshmem(ashmemName.c_str(), 1024); in HWTEST_F() local [all...] |
/foundation/communication/ipc/ipc/native/src/jni/source/ |
H A D | ohos_rpc_message_parcel.cpp | 44 explicit AshmemSmartPointWrapper(const sptr<Ashmem> &ashmem) : ashmem_(ashmem) in AshmemSmartPointWrapper() argument 497 sptr<Ashmem> ashmem = Java_ohos_rpc_Ashmem_getSptrAshmem(env, object, id); in Java_ohos_rpc_MessageParcel_nativeWriteAshmem() local
|
/foundation/ability/form_fwk/services/src/ |
H A D | form_cache_mgr.cpp | 299 GetImageDataFromAshmem( const std::string& picName, const sptr<Ashmem> &ashmem, int32_t len, std::vector<uint8_t> &value) GetImageDataFromAshmem() argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/form/ |
H A D | sub_container.cpp | 451 auto ashmem = Ashmem(newFd, byteLenArray[i]); in UpdateSharedImage() local 458 GetImageDataFromAshmem( const std::string& picName, Ashmem& ashmem, const RefPtr<PipelineBase>& pipelineContext, int len) GetImageDataFromAshmem() argument [all...] |
/foundation/communication/ipc/ipc/native/src/core/source/ |
H A D | message_parcel.cpp | 529 bool MessageParcel::WriteAshmem(sptr<Ashmem> ashmem) in WriteAshmem() argument
|
/foundation/communication/ipc/ipc/test/auxiliary/native/src/ |
H A D | test_service.cpp | 279 std::u16string TestService::TestAshmem(sptr<Ashmem> ashmem, int32_t contentSize) in TestAshmem() argument
|
H A D | test_service_skeleton.cpp | 692 std::u16string TestServiceProxy::TestAshmem(sptr<Ashmem> ashmem, int32_t contentSize) in TestAshmem() argument 1091 sptr<Ashmem> ashmem = data.ReadAshmem(); in ReadAshmem() local [all...] |
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan_sa/ |
H A D | wifi_scan_stub.cpp | 226 sptr<Ashmem> ashmem = Ashmem::CreateAshmem("scaninfo", ASH_MEM_SIZE); in SendScanInfo() local [all...] |
/foundation/distributeddatamgr/relational_store/frameworks/native/appdatafwk/src/ |
H A D | shared_block.cpp | 37 SharedBlock::SharedBlock(const std::string &name, sptr<Ashmem> ashmem, size_t size, bool readOnly)
in SharedBlock() argument 61 int SharedBlock::CreateSharedBlock(const std::string &name, size_t size, sptr<Ashmem> ashmem,
in CreateSharedBlock() argument 85 sptr<Ashmem> ashmem = Ashmem::CreateAshmem(ashmemName.c_str(), size);
in Create() local 116 sptr<Ashmem> ashmem = parcel.ReadAshmem(); ReadMessageParcel() local [all...] |
/foundation/communication/ipc/ipc/native/src/napi_common/source/ |
H A D | napi_ashmem.cpp | 40 NAPIAshmem::NAPIAshmem(sptr<Ashmem> &ashmem) : ashmem_(ashmem) in NAPIAshmem() argument [all...] |
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta_sa/ |
H A D | wifi_device_stub.cpp | 585 sptr<Ashmem> ashmem = Ashmem::CreateAshmem(name.c_str(), ashmemSize); in SendDeviceConfig() local [all...] |
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
H A D | rs_profiler_base.cpp | 1055 Image ashmem; in CacheAshmemData() local 1063 const auto ashmem = (g_mode == Mode::READ) ? ImageCache::Get(id) : nullptr; in GetCachedAshmemData() local
|
/foundation/communication/wifi/wifi/frameworks/native/src/ |
H A D | wifi_device_proxy.cpp | 649 sptr<Ashmem> ashmem = reply.ReadAshmem(); in ParseDeviceConfigs() local
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | ace_container.cpp | 2867 auto ashmem = Ashmem(newFd, byteLenArray[i]); in UpdateSharedImage() local 2874 GetImageDataFromAshmem( const std::string& picName, Ashmem& ashmem, const RefPtr<PipelineBase>& pipelineContext, int len) GetImageDataFromAshmem() argument
|