Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:locks_
(Results
1 - 10
of
10
) sorted by relevance
/foundation/distributedhardware/device_manager/services/implementation/src/discovery/
H
A
D
dm_discovery_manager.cpp
58
std::lock_guard<std::mutex> autoLock(
locks_
);
in CheckDiscoveryQueue()
89
std::lock_guard<std::mutex> autoLock(
locks_
);
in StartDeviceDiscovery()
109
std::lock_guard<std::mutex> autoLock(
locks_
);
in StartDeviceDiscovery()
127
std::lock_guard<std::mutex> autoLock(
locks_
);
in StopDeviceDiscovery()
145
std::lock_guard<std::mutex> autoLock(
locks_
);
in OnDeviceFound()
208
std::lock_guard<std::mutex> autoLock(
locks_
);
in OnDeviceFound()
241
std::lock_guard<std::mutex> autoLock(
locks_
);
in OnDiscoveryFailed()
258
std::lock_guard<std::mutex> autoLock(
locks_
);
in OnDiscoverySuccess()
271
std::lock_guard<std::mutex> autoLock(
locks_
);
in HandleDiscoveryTimeout()
/foundation/distributedhardware/device_manager/services/implementation/src/publish/
H
A
D
dm_publish_manager.cpp
73
std::lock_guard<std::mutex> autoLock(
locks_
);
in PublishDeviceDiscovery()
89
std::lock_guard<std::mutex> autoLock(
locks_
);
in UnPublishDeviceDiscovery()
/foundation/distributedhardware/device_manager/services/implementation/include/publish/
H
A
D
dm_publish_manager.h
78
std::mutex
locks_
;
member in OHOS::DistributedHardware::final
/foundation/distributedhardware/device_manager/services/service/src/discovery/
H
A
D
discovery_manager.cpp
311
std::lock_guard<std::mutex> autoLock(
locks_
);
in StopDiscovering()
364
std::lock_guard<std::mutex> autoLock(
locks_
);
in OnDeviceFound()
421
std::lock_guard<std::mutex> autoLock(
locks_
);
in OnDiscoveringResult()
427
std::lock_guard<std::mutex> autoLock(
locks_
);
in OnDiscoveringResult()
469
std::lock_guard<std::mutex> autoLock(
locks_
);
in HandleDiscoveryQueue()
487
std::lock_guard<std::mutex> autoLock(
locks_
);
in HandleDiscoveryTimeout()
593
std::lock_guard<std::mutex> autoLock(
locks_
);
in ClearDiscoveryCache()
/foundation/distributedhardware/device_manager/services/implementation/include/credential/
H
A
D
dm_credential_manager.h
112
std::mutex
locks_
;
member in OHOS::DistributedHardware::final
/foundation/distributedhardware/device_manager/services/implementation/include/discovery/
H
A
D
dm_discovery_manager.h
114
std::mutex
locks_
;
member in OHOS::DistributedHardware::final
/foundation/distributedhardware/device_manager/services/implementation/src/credential/
H
A
D
dm_credential_manager.cpp
120
std::lock_guard<std::mutex> autoLock(
locks_
);
in ImportCredential()
210
std::lock_guard<std::mutex> autoLock(
locks_
);
in DeleteCredential()
271
std::lock_guard<std::mutex> autoLock(
locks_
);
in RegisterCredentialCallback()
286
std::lock_guard<std::mutex> autoLock(
locks_
);
in UnRegisterCredentialCallback()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H
A
D
kvdb_manager.cpp
32
std::map<std::string, OS::FileHandle *> KvDBManager::
locks_
;
member in DistributedDB::KvDBManager
222
if (
locks_
.count(id) != 0) {
in TryLockDB()
241
locks_
[id] = handle;
in TryLockDB()
267
if (
locks_
.count(identifierDir) == 0) {
in UnlockDB()
270
handle =
locks_
[identifierDir];
in UnlockDB()
283
locks_
.erase(identifierDir);
in UnlockDB()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H
A
D
kvdb_manager.h
138
static std::map<std::string, OS::FileHandle *>
locks_
;
member in DistributedDB::final
/foundation/distributedhardware/device_manager/services/service/include/discovery/
H
A
D
discovery_manager.h
95
std::mutex
locks_
;
member in OHOS::DistributedHardware::DiscoveryManager
Completed in 7 milliseconds