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:creatorMutex_
(Results
1 - 7
of
7
) sorted by relevance
/foundation/CastEngine/castengine_wifi_display/services/common/
H
A
D
reflect_registration.cpp
24
std::lock_guard<std::mutex> lockGuard(
creatorMutex_
);
in CreateObject()
38
std::lock_guard<std::mutex> lockGuard(
creatorMutex_
);
in Register()
49
std::lock_guard<std::mutex> lockGuard(
creatorMutex_
);
in Unregister()
60
std::lock_guard<std::mutex> lockGuard(
creatorMutex_
);
in ~ReflectRegistration()
H
A
D
reflect_registration.h
49
std::mutex
creatorMutex_
;
member in OHOS::Sharing::ReflectRegistration
/foundation/communication/ipc/ipc/native/src/core/source/
H
A
D
iremote_broker.cpp
43
std::lock_guard<std::mutex> lockGuard(
creatorMutex_
);
in ~BrokerRegistration()
58
std::lock_guard<std::mutex> lockGuard(
creatorMutex_
);
in Register()
96
std::lock_guard<std::mutex> lockGuard(
creatorMutex_
);
in Unregister()
127
std::lock_guard<std::mutex> lockGuard(
creatorMutex_
);
in NewInstance()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/creator/src/
H
A
D
image_creator.cpp
34
std::mutex ImageCreator::
creatorMutex_
;
member in OHOS::Media::ImageCreator
53
std::lock_guard<std::mutex> guard(
creatorMutex_
);
in OnBufferRelease()
266
std::lock_guard<std::mutex> guard(
creatorMutex_
);
in DequeueImage()
/foundation/graphic/graphic_2d/rosen/modules/platform/ipc_core/
H
A
D
iremote_broker.h
82
std::mutex
creatorMutex_
;
member in OHOS::BrokerRegistration
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/creator/include/
H
A
D
image_creator.h
86
static std::mutex
creatorMutex_
;
member in OHOS::Media::ImageCreator
/foundation/communication/ipc/interfaces/innerkits/ipc_core/include/
H
A
D
iremote_broker.h
119
std::mutex
creatorMutex_
;
member in OHOS::BrokerRegistration
Completed in 3 milliseconds