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:ControlBehavior
(Results
1 - 3
of
3
) sorted by relevance
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H
A
D
intf_startable_controller.h
35
* @brief The
ControlBehavior
enum defines the modes which can be used to set which
38
enum class
ControlBehavior
: uint32_t {
class in IStartableController
65
virtual bool StartAll(
ControlBehavior
behavior) = 0;
72
virtual bool StopAll(
ControlBehavior
behavior) = 0;
95
return StartAll(
ControlBehavior
::CONTROL_AUTOMATIC);
in StartAll()
102
return StopAll(
ControlBehavior
::CONTROL_AUTOMATIC);
in StopAll()
/foundation/graphic/graphic_3d/lume/metaobject/src/
H
A
D
startable_object_controller.h
54
bool StartAll(
ControlBehavior
behavior) override;
55
bool StopAll(
ControlBehavior
behavior) override;
76
void StartHierarchy(const IObject::Ptr& root,
ControlBehavior
behavior);
77
void StopHierarchy(const IObject::Ptr& root,
ControlBehavior
behavior);
78
void StartStartable(IStartable* const startable,
ControlBehavior
behavior);
79
void StopStartable(IStartable* const startable,
ControlBehavior
behavior);
H
A
D
startable_object_controller.cpp
42
StartAll(
ControlBehavior
::CONTROL_AUTOMATIC);
in Build()
90
StopAll(
ControlBehavior
::CONTROL_AUTOMATIC);
in SetTarget()
94
StartAll(
ControlBehavior
::CONTROL_AUTOMATIC);
in SetTarget()
108
bool StartableObjectController::StartAll(
ControlBehavior
behavior)
in StartAll()
116
bool StartableObjectController::StopAll(
ControlBehavior
behavior)
in StopAll()
220
void StartableObjectController::StartHierarchy(const IObject::Ptr& root,
ControlBehavior
behavior)
in StartHierarchy()
240
void StartableObjectController::StartStartable(IStartable* const startable,
ControlBehavior
behavior)
in StartStartable()
246
if (behavior ==
ControlBehavior
::CONTROL_ALL || mode == StartBehavior::AUTOMATIC) {
in StartStartable()
253
void StartableObjectController::StopHierarchy(const IObject::Ptr& root,
ControlBehavior
behavior)
in StopHierarchy()
271
void StartableObjectController::StopStartable(IStartable* const startable,
ControlBehavior
behavio
[all...]
Completed in 3 milliseconds