Home
last modified time | relevance | path

Searched refs:LocalMemAllocator (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_capi_skeleton_unittest.cpp82 static void* LocalMemAllocator(int32_t len) in LocalMemAllocator() function
216 …EXPECT_EQ(OH_IPCSkeleton_ResetCallingIdentity(nullptr, &len, LocalMemAllocator), OH_IPC_CHECK_PARA…
217 …EXPECT_EQ(OH_IPCSkeleton_ResetCallingIdentity(&identity, nullptr, LocalMemAllocator), OH_IPC_CHECK…
232 …EXPECT_EQ(OH_IPCSkeleton_ResetCallingIdentity(&identity, &len, LocalMemAllocator), OH_IPC_SUCCESS);
H A Dipc_capi_parcel_unittest.cpp87 static void* LocalMemAllocator(int32_t len) in LocalMemAllocator() function
288 …t = OH_IPCParcel_ReadInterfaceToken(dataCParcel, &readInterfaceToken, &readLen, LocalMemAllocator); in ReadWriteInterfaceToken()
767 …CParcel_ReadInterfaceToken(nullptr, reinterpret_cast<char **>(&data), &realLen, LocalMemAllocator),
769 …EXPECT_EQ(OH_IPCParcel_ReadInterfaceToken(parcel, nullptr, &realLen, LocalMemAllocator), OH_IPC_CH…
770 …IPCParcel_ReadInterfaceToken(parcel, reinterpret_cast<char **>(&data), nullptr, LocalMemAllocator),
778 LocalMemAllocator), OH_IPC_SUCCESS);
/ohos5.0/foundation/communication/ipc/ipc/test/auxiliary/native/src/
H A Dtest_capi_skeleton.cpp48 static void* LocalMemAllocator(int32_t len) in LocalMemAllocator() function
587 if (OH_IPCParcel_ReadInterfaceToken(data, &token, &readLen, LocalMemAllocator) != OH_IPC_SUCCESS in OnRemoteRequest()