Home
last modified time | relevance | path

Searched refs:HksStorageFileLockCreate (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.cpp34 HksStorageFileLock *lock = HksStorageFileLockCreate(&path[0]);
53 HksStorageFileLock *lock = HksStorageFileLockCreate(&path[0]);
69 HksStorageFileLock *lock = HksStorageFileLockCreate(&path[0]);
89 HksStorageFileLock *lock1 = HksStorageFileLockCreate(&path[0]);
91 HksStorageFileLock *lock2 = HksStorageFileLockCreate(&path[0]);
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/hks_storage/include/
H A Dhks_storage_file_lock.h27 HksStorageFileLock *HksStorageFileLockCreate(const char *path);
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/hks_storage/src/
H A Dhks_storage_file_lock.c139 HksStorageFileLock *HksStorageFileLockCreate(const char *path) in HksStorageFileLockCreate() function
H A Dhks_storage.c54 HksStorageFileLock *lock = HksStorageFileLockCreate(fullPath); in CreateStorageFileLock()