Home
last modified time | relevance | path

Searched refs:outDevInfoVec (Results 1 - 1 of 1) sorted by relevance

/base/security/device_auth/frameworks/src/
H A Dipc_sdk.c1232 static int32_t TrustedDevIpcResult(const IpcDataInfo *replies, int32_t cacheNum, char **outDevInfoVec, uint32_t *devNum) 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()
1262 if (IsStrInvalid(appId) || IsStrInvalid(groupId) || (outDevInfoVec == NULL) || (deviceNum == NULL)) { in IpcGmGetTrustedDevices()
1303 ret = TrustedDevIpcResult(replyCache, REPLAY_CACHE_NUM(replyCache), outDevInfoVec, deviceNum); in IpcGmGetTrustedDevices()
1255 IpcGmGetTrustedDevices(int32_t osAccountId, const char *appId, const char *groupId, char **outDevInfoVec, uint32_t *deviceNum) IpcGmGetTrustedDevices() argument

Completed in 4 milliseconds