Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/ipc/native/src/c_api/include/
H A Dipc_internal_utils.h29 bool IsMemoryParamsValid(char **str, int32_t *len, OH_IPC_MemAllocator allocator, const char *promo…
/ohos5.0/foundation/communication/ipc/ipc/native/src/c_api/source/
H A Dipc_internal_utils.cpp41 bool IsMemoryParamsValid(char **str, int32_t *len, OH_IPC_MemAllocator allocator, const char *promo… in IsMemoryParamsValid() function
H A Dipc_cremote_object.cpp156 || !IsMemoryParamsValid(descriptor, len, allocator, __func__)) { in OH_IPCRemoteProxy_GetInterfaceDescriptor()
H A Dipc_cparcel.cpp354 …if (!IsIPCParcelValid(parcel, __func__) || !IsMemoryParamsValid(token, len, allocator, __func__)) { in OH_IPCParcel_ReadInterfaceToken()