Home
last modified time | relevance | path

Searched refs:outDevNum (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/security/device_auth/test/fuzztest/group_manage/gettrusteddevices_fuzzer/
H A Dgettrusteddevices_fuzzer.cpp35 uint32_t outDevNum = 0; in FuzzDoGetTrustedDevices() local
36 …Instance->getTrustedDevices(*osAccountId, appId.c_str(), groupId.c_str(), &outDevInfo, &outDevNum); in FuzzDoGetTrustedDevices()
/ohos5.0/base/security/device_auth/frameworks/src/
H A Dipc_service.c808 uint32_t outDevNum = 0; in IpcServiceGmGetTrustedDevices() local
827 …lRet = g_devGroupMgrMethod.getTrustedDevices(osAccountId, appId, groupId, &outDevInfo, &outDevNum); in IpcServiceGmGetTrustedDevices()
837 …ret += IpcEncodeCallReply(outCache, PARAM_TYPE_DATA_NUM, (const uint8_t *)&outDevNum, sizeof(int32… in IpcServiceGmGetTrustedDevices()