Home
last modified time | relevance | path

Searched refs:HksStorageFileLockRead (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/security/huks/test/unittest/huks_standard_test/storage_multithread_test/src/
H A Dhks_storage_file_lock_test.cpp36 int32_t result = HksStorageFileLockRead(lock);
94 int32_t result = HksStorageFileLockRead(lock1);
98 result = HksStorageFileLockRead(lock2);
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/hks_storage/include/
H A Dhks_storage_file_lock.h28 int32_t HksStorageFileLockRead(HksStorageFileLock *lock);
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/hks_storage/src/
H A Dhks_storage_file_lock.c162 int32_t HksStorageFileLockRead(HksStorageFileLock *lock) in HksStorageFileLockRead() function
H A Dhks_storage.c80 HksStorageFileLockRead(lock); in HksStorageReadFile()