Home
last modified time | relevance | path

Searched refs:IPC_DATA_BUFF_MAX_SZ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/security/device_auth/frameworks/src/lite/
H A Dipc_adapt.c707 dataParcel = InitIpcDataCache(IPC_DATA_BUFF_MAX_SZ); in GaCbOnTransmitWithType()
756 dataParcel = InitIpcDataCache(IPC_DATA_BUFF_MAX_SZ); in GaCbOnSessionKeyRetWithType()
803 dataParcel = InitIpcDataCache(IPC_DATA_BUFF_MAX_SZ); in GaCbOnFinishWithType()
856 dataParcel = InitIpcDataCache(IPC_DATA_BUFF_MAX_SZ); in GaCbOnErrorWithType()
914 dataParcel = InitIpcDataCache(IPC_DATA_BUFF_MAX_SZ); in GaCbOnRequestWithType()
996 dataParcel = InitIpcDataCache(IPC_DATA_BUFF_MAX_SZ); in IpcOnGroupCreated()
1043 dataParcel = InitIpcDataCache(IPC_DATA_BUFF_MAX_SZ); in IpcOnGroupDeleted()
1090 dataParcel = InitIpcDataCache(IPC_DATA_BUFF_MAX_SZ); in IpcOnDeviceBound()
1138 dataParcel = InitIpcDataCache(IPC_DATA_BUFF_MAX_SZ); in IpcOnDeviceUnBound()
1186 dataParcel = InitIpcDataCache(IPC_DATA_BUFF_MAX_SZ); in IpcOnDeviceNotTrusted()
[all …]
H A Dipc_callback_proxy.c58 reqData = (IpcIo *)InitIpcDataCache(IPC_DATA_BUFF_MAX_SZ); in CbProxySendRequest()
/ohos5.0/base/security/device_auth/frameworks/inc/lite/
H A Dipc_adapt.h34 #ifndef IPC_DATA_BUFF_MAX_SZ
35 #define IPC_DATA_BUFF_MAX_SZ 2048 macro