Searched refs:OH_IPCParcel_ReadInt16 (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/c_api/include/ |
H A D | ipc_cparcel.h | 251 int OH_IPCParcel_ReadInt16(const OHIPCParcel *parcel, int16_t *value);
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ipc-kit/ |
H A D | _o_h_i_p_c_parcel.md | 46 | int [OH_IPCParcel_ReadInt16](#oh_ipcparcel_readint16) (const OHIPCParcel \*parcel, int16_t \*valu… 412 ### OH_IPCParcel_ReadInt16() 415 int OH_IPCParcel_ReadInt16 (const OHIPCParcel * parcel, int16_t * value )
|
H A D | ipc__cparcel_8h.md | 43 | int [OH_IPCParcel_ReadInt16](_o_h_i_p_c_parcel.md#oh_ipcparcel_readint16) (const OHIPCParcel \*pa…
|
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/ |
H A D | ipc_capi_parcel_unittest.cpp | 551 EXPECT_EQ(OH_IPCParcel_ReadInt16(nullptr, &readValue), OH_IPC_CHECK_PARAM_ERROR); 552 EXPECT_EQ(OH_IPCParcel_ReadInt16(parcel, nullptr), OH_IPC_CHECK_PARAM_ERROR); 553 EXPECT_EQ(OH_IPCParcel_ReadInt16(parcel, &readValue), OH_IPC_SUCCESS); 730 ASSERT_EQ(OH_IPCParcel_ReadInt16(parcel1, &readValue), OH_IPC_SUCCESS);
|
/ohos5.0/foundation/communication/ipc/ipc/test/auxiliary/native/src/ |
H A D | test_capi_skeleton.cpp | 259 if (CheckBaseDataReply<int16_t>(reply, TEST_VAL_INT16, OH_IPCParcel_ReadInt16) != 0) { in TestBasicDataTypeReply() 680 OH_IPCParcel_ReadInt16, OH_IPCParcel_WriteInt16); in SendAndEchoBase()
|
/ohos5.0/foundation/communication/ipc/ipc/native/src/c_api/source/ |
H A D | ipc_cparcel.cpp | 153 int OH_IPCParcel_ReadInt16(const OHIPCParcel *parcel, int16_t *value) in OH_IPCParcel_ReadInt16() function
|
/ohos5.0/docs/en/application-dev/reference/apis-ipc-kit/ |
H A D | ipc__cparcel_8h.md | 43 | int [OH_IPCParcel_ReadInt16](_o_h_i_p_c_parcel.md#oh_ipcparcel_readint16) (const OHIPCParcel \*pa…
|
H A D | _o_h_i_p_c_parcel.md | 46 | int [OH_IPCParcel_ReadInt16](#oh_ipcparcel_readint16) (const OHIPCParcel \*parcel, int16_t \*valu… 412 ### OH_IPCParcel_ReadInt16() 415 int OH_IPCParcel_ReadInt16 (const OHIPCParcel * parcel, int16_t * value )
|