Searched refs:OH_IPCParcel_ReadInt64 (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/c_api/include/ |
H A D | ipc_cparcel.h | 303 int OH_IPCParcel_ReadInt64(const OHIPCParcel *parcel, int64_t *value);
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ipc-kit/ |
H A D | _o_h_i_p_c_parcel.md | 50 | int [OH_IPCParcel_ReadInt64](#oh_ipcparcel_readint64) (const OHIPCParcel \*parcel, int64_t \*valu… 472 ### OH_IPCParcel_ReadInt64() 475 int OH_IPCParcel_ReadInt64 (const OHIPCParcel * parcel, int64_t * value )
|
H A D | ipc__cparcel_8h.md | 47 | int [OH_IPCParcel_ReadInt64](_o_h_i_p_c_parcel.md#oh_ipcparcel_readint64) (const OHIPCParcel \*pa…
|
/ohos5.0/foundation/communication/ipc/ipc/test/auxiliary/native/src/ |
H A D | test_capi_skeleton.cpp | 265 if (CheckBaseDataReply<int64_t>(reply, TEST_VAL_INT64, OH_IPCParcel_ReadInt64) != 0) { in TestBasicDataTypeReply() 692 OH_IPCParcel_ReadInt64, OH_IPCParcel_WriteInt64); in SendAndEchoBase()
|
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/ |
H A D | ipc_capi_parcel_unittest.cpp | 581 EXPECT_EQ(OH_IPCParcel_ReadInt64(nullptr, &readValue), OH_IPC_CHECK_PARAM_ERROR); 582 EXPECT_EQ(OH_IPCParcel_ReadInt64(parcel, nullptr), OH_IPC_CHECK_PARAM_ERROR); 583 EXPECT_EQ(OH_IPCParcel_ReadInt64(parcel, &readValue), OH_IPC_SUCCESS);
|
/ohos5.0/foundation/communication/ipc/ipc/native/src/c_api/source/ |
H A D | ipc_cparcel.cpp | 173 int OH_IPCParcel_ReadInt64(const OHIPCParcel *parcel, int64_t *value) in OH_IPCParcel_ReadInt64() function
|
/ohos5.0/docs/en/application-dev/reference/apis-ipc-kit/ |
H A D | ipc__cparcel_8h.md | 47 | int [OH_IPCParcel_ReadInt64](_o_h_i_p_c_parcel.md#oh_ipcparcel_readint64) (const OHIPCParcel \*pa…
|
H A D | _o_h_i_p_c_parcel.md | 50 | int [OH_IPCParcel_ReadInt64](#oh_ipcparcel_readint64) (const OHIPCParcel \*parcel, int64_t \*valu… 472 ### OH_IPCParcel_ReadInt64() 475 int OH_IPCParcel_ReadInt64 (const OHIPCParcel * parcel, int64_t * value )
|