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:apiMutex_
(Results
1 - 4
of
4
) sorted by relevance
/base/print/print_fwk/services/print_service/src/
H
A
D
print_service_ability.cpp
266
std::lock_guard<std::recursive_mutex> lock(
apiMutex_
);
in StartService()
293
std::lock_guard<std::recursive_mutex> lock(
apiMutex_
);
in CallSpooler()
368
std::lock_guard<std::recursive_mutex> lock(
apiMutex_
);
in ConnectPrinter()
395
std::lock_guard<std::recursive_mutex> lock(
apiMutex_
);
in DisconnectPrinter()
432
std::lock_guard<std::recursive_mutex> lock(
apiMutex_
);
in StartDiscoverPrinter()
477
std::lock_guard<std::recursive_mutex> lock(
apiMutex_
);
in StopDiscoverPrinter()
515
std::lock_guard<std::recursive_mutex> lock(
apiMutex_
);
in DestroyExtension()
545
std::lock_guard<std::recursive_mutex> lock(
apiMutex_
);
in QueryAllExtension()
576
std::lock_guard<std::recursive_mutex> lock(
apiMutex_
);
in QueryAllPrintJob()
675
std::lock_guard<std::recursive_mutex> lock(
apiMutex_
);
in QueryPrinterProperties()
[all...]
/base/print/print_fwk/services/scan_service/src/
H
A
D
scan_service_ability.cpp
1122
std::lock_guard<std::recursive_mutex> lock(
apiMutex_
);
in On()
1149
std::lock_guard<std::recursive_mutex> lock(
apiMutex_
);
in Off()
1161
std::lock_guard<std::recursive_mutex> lock(
apiMutex_
);
in SendGetFrameResEvent()
1173
std::lock_guard<std::recursive_mutex> lock(
apiMutex_
);
in SendDeviceInfoTCP()
1190
std::lock_guard<std::recursive_mutex> lock(
apiMutex_
);
in SendDeviceInfo()
1207
std::lock_guard<std::recursive_mutex> lock(
apiMutex_
);
in SendDeviceList()
1224
std::lock_guard<std::recursive_mutex> lock(
apiMutex_
);
in SendDeviceInfoSync()
1286
std::lock_guard<std::recursive_mutex> lock(
apiMutex_
);
in SendInitEvent()
1303
std::lock_guard<std::recursive_mutex> lock(
apiMutex_
);
in SendDeviceSearchEnd()
/base/print/print_fwk/services/scan_service/include/
H
A
D
scan_service_ability.h
151
std::recursive_mutex
apiMutex_
;
member in OHOS::Scan::ScanServiceAbility
/base/print/print_fwk/services/print_service/include/
H
A
D
print_service_ability.h
225
std::recursive_mutex
apiMutex_
;
member in OHOS::Print::PrintServiceAbility
Completed in 8 milliseconds