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:propertyMutex_
(Results
1 - 5
of
5
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H
A
D
rs_node.cpp
601
std::unique_lock<std::recursive_mutex> lock(
propertyMutex_
);
in SetProperty()
643
std::unique_lock<std::recursive_mutex> lock(
propertyMutex_
);
in SetBoundsWidth()
665
std::unique_lock<std::recursive_mutex> lock(
propertyMutex_
);
in SetBoundsHeight()
698
std::unique_lock<std::recursive_mutex> lock(
propertyMutex_
);
in SetFramePositionX()
719
std::unique_lock<std::recursive_mutex> lock(
propertyMutex_
);
in SetFramePositionY()
740
std::unique_lock<std::recursive_mutex> lock(
propertyMutex_
);
in SetSandBox()
769
std::unique_lock<std::recursive_mutex> lock(
propertyMutex_
);
in SetPivotX()
790
std::unique_lock<std::recursive_mutex> lock(
propertyMutex_
);
in SetPivotY()
870
std::unique_lock<std::recursive_mutex> lock(
propertyMutex_
);
in SetTranslateX()
891
std::unique_lock<std::recursive_mutex> lock(
propertyMutex_
);
in SetTranslateY()
[all...]
H
A
D
rs_node.h
518
return
propertyMutex_
;
in GetPropertyMutex()
603
mutable std::recursive_mutex
propertyMutex_
;
member in OHOS::Rosen::RSNode
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H
A
D
rs_showing_properties_freezer.cpp
37
std::unique_lock<std::recursive_mutex> lock(node->
propertyMutex_
);
in GetPropertyImpl()
/foundation/window/window_manager/window_scene/session/host/include/
H
A
D
session.h
713
mutable std::shared_mutex
propertyMutex_
;
member in OHOS::OHOS::OHOS::Rosen::Session
/foundation/window/window_manager/window_scene/session/host/src/
H
A
D
session.cpp
2556
std::unique_lock<std::shared_mutex> lock(
propertyMutex_
);
in SetSessionProperty()
2578
std::shared_lock<std::shared_mutex> lock(
propertyMutex_
);
in GetSessionProperty()
Completed in 12 milliseconds