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:systemInfo
(Results
1 - 5
of
5
) sorted by relevance
/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H
A
D
system_info.cpp
27
static SystemInfo
systemInfo
;
in GetInstance()
local
28
return
systemInfo
;
in GetInstance()
/foundation/graphic/graphic_3d/lume/LumeEngine/src/ecs/
H
A
D
ecs.cpp
75
ISystem* CreateSystem(const SystemTypeInfo&
systemInfo
) override;
255
ISystem* Ecs::CreateSystem(const SystemTypeInfo&
systemInfo
)
in CreateSystem()
argument
258
if (
systemInfo
.createSystem) {
in CreateSystem()
259
system = GetSystem(
systemInfo
.UID);
in CreateSystem()
263
system =
systemInfo
.createSystem(*this);
in CreateSystem()
265
systems_.insert({
systemInfo
.uid, system });
in CreateSystem()
266
systemOrder_.emplace_back(system,
systemInfo
.destroySystem);
in CreateSystem()
603
const auto
systemInfo
= static_cast<const SystemTypeInfo*>(info);
in OnTypeInfoEvent()
local
605
if (const auto pos = systems_.find(
systemInfo
->uid); pos != systems_.cend()) {
in OnTypeInfoEvent()
609
RemoveUid(systemOrder_,
systemInfo
in OnTypeInfoEvent()
[all...]
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H
A
D
dp_content_sensor_test.cpp
108
SystemInfoCollector
systemInfo
;
in HWTEST_F()
local
109
std::string result =
systemInfo
.GetOsVersion();
in HWTEST_F()
/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/
H
A
D
content_sensor_test.cpp
187
SystemInfoCollector
systemInfo
;
in HWTEST_F()
local
188
std::string result =
systemInfo
.GetOsVersion();
in HWTEST_F()
/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/ecs/
H
A
D
intf_ecs.h
158
/** Add an instance of "
systemInfo
" to "system".
159
* @param
systemInfo
System type that is instantiated to systems list.
161
virtual ISystem* CreateSystem(const SystemTypeInfo&
systemInfo
) = 0;
Completed in 3 milliseconds