Home
last modified time | relevance | path

Searched refs:OH_IPCParcel_ReadInterfaceToken (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_capi_parcel_unittest.cpp288 …ret = OH_IPCParcel_ReadInterfaceToken(dataCParcel, &readInterfaceToken, &readLen, LocalMemAllocato… in ReadWriteInterfaceToken()
767 …EXPECT_EQ(OH_IPCParcel_ReadInterfaceToken(nullptr, reinterpret_cast<char **>(&data), &realLen, Loc…
769 …EXPECT_EQ(OH_IPCParcel_ReadInterfaceToken(parcel, nullptr, &realLen, LocalMemAllocator), OH_IPC_CH…
770 …EXPECT_EQ(OH_IPCParcel_ReadInterfaceToken(parcel, reinterpret_cast<char **>(&data), nullptr, Local…
772 EXPECT_EQ(OH_IPCParcel_ReadInterfaceToken(parcel, reinterpret_cast<char **>(&data), &realLen,
774 EXPECT_EQ(OH_IPCParcel_ReadInterfaceToken(parcel, reinterpret_cast<char **>(&data), &realLen,
777 EXPECT_EQ(OH_IPCParcel_ReadInterfaceToken(parcel, reinterpret_cast<char **>(&data), &realLen,
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/c_api/include/
H A Dipc_cparcel.h523 int OH_IPCParcel_ReadInterfaceToken(const OHIPCParcel *parcel, char **token, int32_t *len,
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ipc-kit/
H A D_o_h_i_p_c_parcel.md67 | int [OH_IPCParcel_ReadInterfaceToken](#oh_ipcparcel_readinterfacetoken) (const OHIPCParcel \*parc…
532 ### OH_IPCParcel_ReadInterfaceToken()
535 int OH_IPCParcel_ReadInterfaceToken (const OHIPCParcel * parcel, char ** token, int32_t * len, OH_I…
H A Dipc__cparcel_8h.md64 | int [OH_IPCParcel_ReadInterfaceToken](_o_h_i_p_c_parcel.md#oh_ipcparcel_readinterfacetoken) (cons…
/ohos5.0/foundation/communication/ipc/ipc/native/src/c_api/source/
H A Dipc_cparcel.cpp351 int OH_IPCParcel_ReadInterfaceToken(const OHIPCParcel *parcel, char **token, int32_t *len, in OH_IPCParcel_ReadInterfaceToken() function
/ohos5.0/docs/en/application-dev/reference/apis-ipc-kit/
H A Dipc__cparcel_8h.md64 | int [OH_IPCParcel_ReadInterfaceToken](_o_h_i_p_c_parcel.md#oh_ipcparcel_readinterfacetoken) (cons…
H A D_o_h_i_p_c_parcel.md67 | int [OH_IPCParcel_ReadInterfaceToken](#oh_ipcparcel_readinterfacetoken) (const OHIPCParcel \*parc…
532 ### OH_IPCParcel_ReadInterfaceToken()
535 int OH_IPCParcel_ReadInterfaceToken (const OHIPCParcel * parcel, char ** token, int32_t * len, OH_I…
/ohos5.0/docs/zh-cn/application-dev/ipc/
H A Dipc-capi-development-guideline.md136 …if (OH_IPCParcel_ReadInterfaceToken(data, &token, &readLen, LocalMemoryAllocator) != OH_IPC_SUCCESS
/ohos5.0/foundation/communication/ipc/ipc/test/auxiliary/native/src/
H A Dtest_capi_skeleton.cpp587 if (OH_IPCParcel_ReadInterfaceToken(data, &token, &readLen, LocalMemAllocator) != OH_IPC_SUCCESS in OnRemoteRequest()
/ohos5.0/docs/en/application-dev/ipc/
H A Dipc-capi-development-guideline.md136 …if (OH_IPCParcel_ReadInterfaceToken(data, &token, &readLen, LocalMemoryAllocator) != OH_IPC_SUCCESS