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:ObjectMgr
(Results
1 - 5
of
5
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/utils/
H
A
D
object_mgr.cpp
21
std::shared_ptr<
ObjectMgr
>
ObjectMgr
::GetInstance() noexcept(true)
in noexcept()
27
objectMgr.reset(new
ObjectMgr
());
in noexcept()
33
void
ObjectMgr
::AddObject(void* obj)
in AddObject()
39
bool
ObjectMgr
::HasObject(void* obj)
in HasObject()
52
bool
ObjectMgr
::RemoveObject(void* obj)
in RemoveObject()
66
size_t
ObjectMgr
::ObjectCount()
in ObjectCount()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/
H
A
D
object_mgr.h
35
class
ObjectMgr
{
class
37
static std::shared_ptr<
ObjectMgr
> GetInstance() noexcept(true);
44
static inline std::shared_ptr<
ObjectMgr
> objectMgr = nullptr;
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H
A
D
drawing_font_collection.cpp
34
static std::shared_ptr<
ObjectMgr
> g_objectMgr =
ObjectMgr
::GetInstance();
H
A
D
drawing_text_typography.cpp
51
static std::shared_ptr<OHOS::Rosen::Drawing::
ObjectMgr
> objectMgr = OHOS::Rosen::Drawing::
ObjectMgr
::GetInstance();
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/utils/objectmgr_fuzzer/
H
A
D
object_mgr_fuzzer.cpp
43
std::shared_ptr<
ObjectMgr
> objectm =
ObjectMgr
::GetInstance();
in ObjectMgrFuzzTest000()
Completed in 7 milliseconds