Searched refs:HksGetKeyCountByProcessName (Results 1 – 4 of 4) sorted by relevance
42 int32_t HksGetKeyCountByProcessName(const struct HksBlob *processName, uint32_t *fileCount);55 int32_t HksGetKeyCountByProcessName(const struct HksStoreFileInfo *fileInfo, uint32_t *fileCount);
508 ret = HksGetKeyCountByProcessName(NULL, fileCount); in HksManageGetKeyCountByProcessName()516 ret = HksGetKeyCountByProcessName(&fileInfo, fileCount); in HksManageGetKeyCountByProcessName()
721 int32_t HksGetKeyCountByProcessName(const struct HksBlob *processName, uint32_t *keyCount) in HksGetKeyCountByProcessName() function
473 int32_t HksGetKeyCountByProcessName(const struct HksStoreFileInfo *fileInfo, uint32_t *fileCount) in HksGetKeyCountByProcessName() function