Home
last modified time | relevance | path

Searched refs:IsIPCParcelValid (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/src/c_api/source/
H A Dipc_cparcel.cpp59 if (!IsIPCParcelValid(parcel, __func__)) { in SetParcelProperty()
69 if (!IsIPCParcelValid(parcel, __func__)) { in GetParcelPropertyConst()
78 if (!IsIPCParcelValid(parcel, __func__)) { in GetParcelProperty()
122 if (!IsIPCParcelValid(parcel, __func__)) { in WriteValue()
200 if (!IsIPCParcelValid(parcel, __func__) || str == nullptr) { in OH_IPCParcel_WriteString()
209 if (!IsIPCParcelValid(parcel, __func__)) { in OH_IPCParcel_ReadString()
233 if (!IsIPCParcelValid(parcel, __func__)) { in OH_IPCParcel_ReadBuffer()
261 if (!IsIPCParcelValid(parcel, __func__)) { in ReadIPCRemoteObject()
305 if (!IsIPCParcelValid(parcel, __func__) || fd == nullptr) { in OH_IPCParcel_ReadFileDescriptor()
320 if (!IsIPCParcelValid(parcel, __func__) in OH_IPCParcel_Append()
[all …]
H A Dipc_internal_utils.cpp23 bool IsIPCParcelValid(const OHIPCParcel *parcel, const char *promot) in IsIPCParcelValid() function
H A Dipc_cremote_object.cpp128 || !IsIPCParcelValid(data, __func__) in OH_IPCRemoteProxy_SendRequest()
141 if (IsIPCParcelValid(reply, __func__)) { in OH_IPCRemoteProxy_SendRequest()
/ohos5.0/foundation/communication/ipc/ipc/native/src/c_api/include/
H A Dipc_internal_utils.h25 bool IsIPCParcelValid(const OHIPCParcel *parcel, const char *promot);