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:proxyLock_
(Results
1 - 6
of
6
) sorted by relevance
/base/print/print_fwk/frameworks/innerkitsimpl/scan_impl/src/
H
A
D
scan_manager_client.cpp
74
std::lock_guard<std::mutex> lock(
proxyLock_
);
in OnRemoteSaDied()
139
std::lock_guard<std::mutex> lock(
proxyLock_
);
in InitScan()
161
std::lock_guard<std::mutex> lock(
proxyLock_
);
in ExitScan()
183
std::lock_guard<std::mutex> lock(
proxyLock_
);
in GetScannerList()
205
std::lock_guard<std::mutex> lock(
proxyLock_
);
in StopDiscover()
227
std::lock_guard<std::mutex> lock(
proxyLock_
);
in OpenScanner()
249
std::lock_guard<std::mutex> lock(
proxyLock_
);
in CloseScanner()
272
std::lock_guard<std::mutex> lock(
proxyLock_
);
in GetScanOptionDesc()
295
std::lock_guard<std::mutex> lock(
proxyLock_
);
in OpScanOptionValue()
317
std::lock_guard<std::mutex> lock(
proxyLock_
);
in GetScanParameters()
[all...]
/base/print/print_fwk/frameworks/innerkitsimpl/print_impl/src/
H
A
D
print_manager_client.cpp
56
std::lock_guard<std::recursive_mutex> lock(
proxyLock_
);
in GetPrintServiceProxy()
81
std::lock_guard<std::recursive_mutex> lock(
proxyLock_
);
in OnRemoteSaDied()
103
std::lock_guard<std::recursive_mutex> lock(
proxyLock_
);
in StartPrint()
115
std::lock_guard<std::recursive_mutex> lock(
proxyLock_
);
in StopPrint()
127
std::lock_guard<std::recursive_mutex> lock(
proxyLock_
);
in ConnectPrinter()
139
std::lock_guard<std::recursive_mutex> lock(
proxyLock_
);
in DisconnectPrinter()
151
std::lock_guard<std::recursive_mutex> lock(
proxyLock_
);
in QueryAllExtension()
163
std::lock_guard<std::recursive_mutex> lock(
proxyLock_
);
in StartDiscoverPrinter()
175
std::lock_guard<std::recursive_mutex> lock(
proxyLock_
);
in StopDiscoverPrinter()
187
std::lock_guard<std::recursive_mutex> lock(
proxyLock_
);
in StartPrintJob()
[all...]
/base/print/print_fwk/frameworks/innerkitsimpl/scan_impl/include/
H
A
D
scan_manager_client.h
87
std::mutex
proxyLock_
;
member in OHOS::Scan::ScanManagerClient
/base/time/time_service/interfaces/inner_api/include/
H
A
D
time_service_client.h
486
std::mutex
proxyLock_
;
member in OHOS::MiscServices::TimeServiceClient
/base/time/time_service/interfaces/inner_api/src/
H
A
D
time_service_client.cpp
776
std::lock_guard<std::mutex> autoLock(
proxyLock_
);
in GetProxy()
782
std::lock_guard<std::mutex> autoLock(
proxyLock_
);
in SetProxy()
788
std::lock_guard<std::mutex> autoLock(
proxyLock_
);
in ClearProxy()
/base/print/print_fwk/frameworks/innerkitsimpl/print_impl/include/
H
A
D
print_manager_client.h
128
std::recursive_mutex
proxyLock_
;
member in OHOS::Print::PrintManagerClient
Completed in 5 milliseconds