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:isRefresh_
(Results
1 - 8
of
8
) sorted by relevance
/foundation/distributedhardware/device_manager/common/include/ipc/model/
H
A
D
ipc_get_trustdevice_req.h
54
return
isRefresh_
;
in GetRefresh()
64
isRefresh_
= isRefresh;
in SetRefresh()
68
bool
isRefresh_
= false;
member in OHOS::DistributedHardware::IpcGetTrustDeviceReq
/foundation/arkui/ace_engine/frameworks/core/components/refresh/
H
A
D
refresh_component.h
71
isRefresh_
= isRefresh;
in IsRefresh()
76
return
isRefresh_
;
in GetIsRefresh()
278
bool
isRefresh_
= false;
member in OHOS::Ace::RefreshComponent
H
A
D
render_refresh.h
148
bool
isRefresh_
= false;
member in OHOS::Ace::RenderRefresh
H
A
D
render_refresh.cpp
94
isRefresh_
= refresh->GetIsRefresh();
in Update()
243
if (
isRefresh_
) {
in HandleDragUpdate()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H
A
D
rs_surface_render_node_four_test.cpp
375
node->
isRefresh_
= true;
in HWTEST_F()
378
node->
isRefresh_
= false;
in HWTEST_F()
385
node->
isRefresh_
= true;
in HWTEST_F()
H
A
D
rs_surface_render_node_test.cpp
1534
testNode->
isRefresh_
= true;
in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H
A
D
rs_surface_render_node.cpp
1357
if (
isRefresh_
) {
in NotifyRTBufferAvailable()
1372
if (!
isRefresh_
&& !callbackFromRT_) {
in NotifyRTBufferAvailable()
1426
isRefresh_
= isRefresh;
in SetCallbackForRenderThreadRefresh()
1431
return !
isRefresh_
;
in NeedSetCallbackForRenderThreadRefresh()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H
A
D
rs_surface_render_node.h
1332
bool
isRefresh_
= false;
member in OHOS::Rosen::RSSurfaceRenderNode
Completed in 19 milliseconds