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:classRegistry_
(Results
1 - 3
of
3
) sorted by relevance
/foundation/graphic/graphic_3d/lume/metaobject/test/src/interface/
H
A
D
IntfClassRegistryTest.cpp
41
IntfClassRegistryTest() :
classRegistry_
(META_NS::GetClassRegistry()) {}
in IntfClassRegistryTest()
55
IClassRegistry&
classRegistry_
;
member in IntfClassRegistryTest
76
auto all =
classRegistry_
.GetAllTypes({});
in HWTEST_F()
88
auto animations =
classRegistry_
.GetAllTypes({ IAnimation::UID });
in HWTEST_F()
93
auto staggered =
classRegistry_
.GetAllTypes({ IStaggeredAnimation::UID });
in HWTEST_F()
/foundation/graphic/graphic_3d/lume/metaobject/src/
H
A
D
object_registry.cpp
65
classRegistry_
.Clear();
in ~ObjectRegistry()
91
return
classRegistry_
;
in GetClassRegistry()
130
if (!
classRegistry_
.Register(factory)) {
in RegisterObjectType()
150
return
classRegistry_
.Unregister(factory);
in UnregisterObjectType()
157
return
classRegistry_
.GetClassName(uid);
in GetClassName()
165
if (auto fac =
classRegistry_
.GetObjectFactory(uid)) {
in CreateInternal()
331
return
classRegistry_
.GetObjectFactory(uid.ToUid());
in GetObjectFactory()
338
return
classRegistry_
.GetAllTypes(category, strict, excludeDeprecated);
in GetAllTypes()
H
A
D
object_registry.h
171
ClassRegistry
classRegistry_
;
member in final
Completed in 5 milliseconds