Home
last modified time | relevance | path

Searched refs:DecodeIpcData (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/security/device_auth/frameworks/src/lite/
H A Dipc_callback_stub.c43 ret = DecodeIpcData((uintptr_t)(data), &(cbDataCache[i].type), in DoCallBack()
H A Dipc_dev_auth_stub.c104 …ret = DecodeIpcData((uintptr_t)data, &(paramsCache[i].type), &(paramsCache[i].val), &(paramsCache[… in DecodeCallRequest()
H A Dipc_adapt.c1485 int32_t DecodeIpcData(uintptr_t data, int32_t *type, uint8_t **val, int32_t *valSz) in DecodeIpcData() function
1512 ret = DecodeIpcData((uintptr_t)(dataCache->reply), in DecodeCallReply()
/ohos5.0/base/security/device_auth/frameworks/src/standard/
H A Dipc_callback_stub.cpp44 ret = DecodeIpcData(reinterpret_cast<uintptr_t>(&dataParcel), &(cbDataCache[i].type), in DoCallBack()
H A Dipc_dev_auth_stub.cpp144 ret = DecodeIpcData(reinterpret_cast<uintptr_t>(&data), &(paramsCache[i].type), in DecodeCallRequest()
H A Dipc_adapt.cpp1377 int32_t DecodeIpcData(uintptr_t data, int32_t *type, uint8_t **val, int32_t *valSz) in DecodeIpcData() function
1422 ret = DecodeIpcData(reinterpret_cast<uintptr_t>(tmpParcel), in DecodeCallReply()
/ohos5.0/base/security/device_auth/frameworks/inc/standard/
H A Dipc_adapt.h79 int32_t DecodeIpcData(uintptr_t data, int32_t *type, uint8_t **val, int32_t *valSz);
/ohos5.0/base/security/device_auth/frameworks/inc/lite/
H A Dipc_adapt.h87 int32_t DecodeIpcData(uintptr_t data, int32_t *type, uint8_t **val, int32_t *valSz);