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:control_
(Results
1 - 5
of
5
) sorted by relevance
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/
H
A
D
timer.h
39
Timer(Timer&& t) :
control_
(BASE_NS::move(t.
control_
)) {}
in Timer()
67
control_
= BASE_NS::move(t.
control_
);
in operator =()
85
control_
= CreateShared<Control>();
in Start()
86
control_
->queue = queue;
in Start()
87
control_
->token =
in Start()
88
queue->AddTask(MakeCallback<ITaskQueueTask>([control =
control_
, type, callback = BASE_NS::move(func)] {
in Start()
122
if (
control_
) {
in Stop()
123
CORE_NS::UniqueLock lock {
control_
in Stop()
163
BASE_NS::shared_ptr<Control>
control_
;
global()
member in Timer
[all...]
H
A
D
deferred_callback.h
69
:
control_
(new ControlBlock<Func>(BASE_NS::move(func))), queue_(q)
in DeferredCallable()
83
q->AddTask(ITaskQueueTask::Ptr(new QueueTask([control = BASE_NS::weak_ptr(
control_
), args...]() mutable {
93
BASE_NS::shared_ptr<ControlBlock<Func>>
control_
;
member in DeferredCallable
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/base/
H
A
D
shared_ptr.h
35
if (this->
control_
) {
in ~weak_ptr()
36
this->
control_
->ReleaseWeak();
in ~weak_ptr()
43
if (this->
control_
) {
in weak_ptr()
44
this->
control_
->AddWeak();
in weak_ptr()
49
if (this->
control_
) {
in PtrCountedBase()
50
this->
control_
->AddWeak();
in PtrCountedBase()
67
this->
control_
= p.
control_
;
77
this->
control_
= p.
control_
;
[all...]
H
A
D
shared_ptr_internals.h
108
return
control_
== p.
control_
;
in CompareOwner()
113
PtrCountedBase(ControlBlock* c) :
control_
(c) {}
in PtrCountedBase()
122
control_
= nullptr;
in InternalReset()
128
ControlBlock*
control_
{};
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/
H
A
D
video_layout_property.h
55
auto
control_
= GetControlsValue(true);
in fullScreenReset()
local
60
UpdateControls(
control_
);
in fullScreenReset()
Completed in 2 milliseconds