Searched refs:outDevInfoVec (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/base/security/device_auth/frameworks/src/ |
H A D | ipc_sdk.c | 1232 …stedDevIpcResult(const IpcDataInfo *replies, int32_t cacheNum, char **outDevInfoVec, uint32_t *dev… in TrustedDevIpcResult() argument 1242 GetIpcReplyByType(replies, cacheNum, PARAM_TYPE_DEVICE_INFO, (uint8_t *)outDevInfoVec, NULL); in TrustedDevIpcResult() 1243 if (*outDevInfoVec == NULL) { in TrustedDevIpcResult() 1246 *outDevInfoVec = strdup(*outDevInfoVec); in TrustedDevIpcResult() 1247 if (*outDevInfoVec == NULL) { in TrustedDevIpcResult() 1256 const char *groupId, char **outDevInfoVec, uint32_t *deviceNum) in IpcGmGetTrustedDevices() argument 1262 …if (IsStrInvalid(appId) || IsStrInvalid(groupId) || (outDevInfoVec == NULL) || (deviceNum == NULL)… in IpcGmGetTrustedDevices() 1303 ret = TrustedDevIpcResult(replyCache, REPLAY_CACHE_NUM(replyCache), outDevInfoVec, deviceNum); in IpcGmGetTrustedDevices()
|