Home
last modified time | relevance | path

Searched refs:ASH_MEM_SIZE (Results 1 - 5 of 5) sorted by relevance

/base/hiviewdfx/hisysevent/adapter/native/idl/src/
H A Dash_mem_utils.cpp33 constexpr int32_t ASH_MEM_SIZE = 1024 * 769; // 769k member
48 auto ashmem = Ashmem::CreateAshmem(ASH_MEM_NAME, ASH_MEM_SIZE); in GetAshmem()
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
H A Dash_mem_utils.cpp30 constexpr int32_t ASH_MEM_SIZE = 1024 * 769; // 769k member
45 auto ashmem = Ashmem::CreateAshmem(ASH_MEM_NAME, ASH_MEM_SIZE); in GetAshmem()
/base/hiviewdfx/hiview/adapter/service/server/src/
H A Dhiview_service_ability_stub.cpp36 constexpr uint32_t ASH_MEM_SIZE = 107 * 5000; // 535k member
279 sptr<Ashmem> ashmem = AshMemoryUtils::GetAshmem(ASH_MEM_NAME, ASH_MEM_SIZE); in HandleListRequest()
285 if (!AshMemoryUtils::WriteBulkData<HiviewFileInfo>(fileInfos, ashmem, ASH_MEM_SIZE, allSize)) { in HandleListRequest()
/base/hiviewdfx/hisysevent/test/moduletest/common/
H A Dhisysevent_adapter_native_test.cpp54 constexpr int32_t ASH_MEM_SIZE = 1024 * 2; // 2K member
60 auto ashmem = Ashmem::CreateAshmem(ASH_MEM_NAME, ASH_MEM_SIZE); in GetAshmem()
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/test/unittest/common/
H A Dsys_event_service_ohos_test.cpp57 constexpr int32_t ASH_MEM_SIZE = 1024 * 2; // 2K member
63 auto ashmem = Ashmem::CreateAshmem(ASH_MEM_NAME, ASH_MEM_SIZE); in GetAshmem()

Completed in 4 milliseconds