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 D | ipc_capi_parcel_unittest.cpp | 288 …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 D | ipc_cparcel.h | 523 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.md | 67 | 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 D | ipc__cparcel_8h.md | 64 | 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 D | ipc_cparcel.cpp | 351 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 D | ipc__cparcel_8h.md | 64 | int [OH_IPCParcel_ReadInterfaceToken](_o_h_i_p_c_parcel.md#oh_ipcparcel_readinterfacetoken) (cons…
|
H A D | _o_h_i_p_c_parcel.md | 67 | 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 D | ipc-capi-development-guideline.md | 136 …if (OH_IPCParcel_ReadInterfaceToken(data, &token, &readLen, LocalMemoryAllocator) != OH_IPC_SUCCESS
|
/ohos5.0/foundation/communication/ipc/ipc/test/auxiliary/native/src/ |
H A D | test_capi_skeleton.cpp | 587 if (OH_IPCParcel_ReadInterfaceToken(data, &token, &readLen, LocalMemAllocator) != OH_IPC_SUCCESS in OnRemoteRequest()
|
/ohos5.0/docs/en/application-dev/ipc/ |
H A D | ipc-capi-development-guideline.md | 136 …if (OH_IPCParcel_ReadInterfaceToken(data, &token, &readLen, LocalMemoryAllocator) != OH_IPC_SUCCESS
|