Home
last modified time | relevance | path

Searched refs:UnLock (Results 1 - 25 of 44) sorted by relevance

12

/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/test/unittest/audio_running_lock_manager_unit_test/src/
H A Daudio_running_lock_manager_unit_test.cpp42 virtual int32_t UnLock() = 0;
50 MOCK_METHOD(int32_t, UnLock, (), (override));
69 EXPECT_CALL((*sharedPtrMockRunningLock), UnLock()).Times(1).WillOnce(Return(SUCCESS)); in HWTEST()
74 lockManagerMock.UnLock(); in HWTEST()
118 EXPECT_CALL((*sharedPtrMockRunningLock), UnLock()).Times(1).WillOnce(Return(SUCCESS)); in HWTEST()
119 lockManagerMock.UnLock(); in HWTEST()
/foundation/bundlemanager/bundle_framework_lite/utils/bundle_lite/
H A Dmutex_lock.h35 mutex_->UnLock(); in ~Lock()
59 void UnLock() in UnLock() function
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/test/
H A Dsecurity_manager_test.cpp85 ret = keyFiles.UnLock(); in HWTEST_F()
87 ret = keyFiles.UnLock(); in HWTEST_F()
109 keyFiles.UnLock(); in HWTEST_F()
115 keyFiles.UnLock(); in HWTEST_F()
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/common/include/
H A Daudio_running_lock_manager.h54 auto UnLock() in UnLock() function in OHOS::AudioStandard::AudioRunningLockManager
56 AUDIO_INFO_LOG("AudioRunningLockManager::UnLock in"); in UnLock()
57 Trace traceUnlock("AudioRunningLockManager:UnLock"); in UnLock()
66 Trace traceRunningUnlock("AudioRunningLockManager:runningLock_->UnLock"); in UnLock()
67 ret = runningLock_->UnLock(); in UnLock()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Dmock_iclouddb.h32 MOCK_METHOD0(UnLock, DBStatus(void));
H A Ddistributeddb_cloud_syncer_progress_manager_test.cpp79 EXPECT_CALL(*idb, UnLock()).WillRepeatedly(Return(OK)); in HWTEST_F()
136 EXPECT_CALL(*idb, UnLock()).WillRepeatedly(Return(OK)); in HWTEST_F()
193 EXPECT_CALL(*idb, UnLock()).WillRepeatedly(Return(OK)); in HWTEST_F()
H A Dvirtual_cloud_db.h50 DBStatus UnLock() override;
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/utils/
H A Ddp_power_manager.cpp86 DP_CHECK_EXECUTE(wakeLock_ != nullptr, wakeLock_->UnLock()); in EnableAutoSuspend()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/relational/
H A Drelational_store_client.h52 DB_API DistributedDB::DBStatus UnLock(const std::string &tableName, const std::vector<std::vector<uint8_t>> &hashKey,
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/cloud/
H A Dicloud_db.h44 virtual DBStatus UnLock() = 0;
/foundation/distributeddatamgr/relational_store/rdbmock/frameworks/native/rdb/
H A Drelational_store_client.h50 DistributedDB::DBStatus UnLock(
H A Dmock.cpp97 __attribute__((visibility("default"))) DBStatus UnLock( in UnLock() function
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_file/
H A Dfile_n_exporter.h42 static napi_value UnLock(napi_env env, napi_callback_info info);
H A Dfile_n_exporter.cpp283 napi_value FileNExporter::UnLock(napi_env env, napi_callback_info info) in UnLock() function in OHOS::FileManagement::ModuleFileIO::FileNExporter
342 NVal::DeclareNapiFunction("unlock", UnLock), in Export()
/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dfile_impl.h63 int UnLock(int64_t id);
H A Dfile_ffi.cpp136 return instance->UnLock(id); in FfiOHOSFILEFsUnLock()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dsecurity_manager.cpp412 int32_t SecurityManager::KeyFiles::UnLock() in UnLock() function in OHOS::DistributedKv::SecurityManager::KeyFiles
451 keyFiles_.UnLock(); in ~KeyFilesAutoLock()
455 keyFiles_.UnLock(); in UnLockAndDestroy()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_cloud.h51 DBStatus UnLock() override;
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/
H A Dsecurity_manager.h58 int32_t UnLock();
/foundation/resourceschedule/device_standby/plugins/ext/src/
H A Dbase_state.cpp206 standbyRunningLock_->UnLock(); in ReleaseStandbyRunningLock()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Drdb_cloud_test.cpp94 rdbCloud.UnLock(); in HWTEST_F()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_db_proxy.h57 int UnLock();
H A Dcloud_db_proxy.cpp186 int CloudDBProxy::UnLock() in UnLock() function in DistributedDB::CloudDBProxy
399 status = cloudDb->UnLock(); in InnerActionTask()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_cloud_interfaces_relational_ext_test.cpp1382 EXPECT_EQ(UnLock(tableName, hashKey, db), WAIT_COMPENSATED_SYNC); in HWTEST_F()
1397 EXPECT_EQ(UnLock(tableName, hashKey, db), WAIT_COMPENSATED_SYNC); in HWTEST_F()
1405 EXPECT_EQ(UnLock(tableName, hashKey, db), OK); in HWTEST_F()
1413 EXPECT_EQ(UnLock(tableName, hashKey, db), NOT_FOUND); in HWTEST_F()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/storage_fuzzer/
H A Dstorage_fuzzer.cpp351 UnLock(tableName, hashKey, db); in LockAndUnLockFuzz()

Completed in 12 milliseconds

12