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:GetEnvironment
(Results
1 - 17
of
17
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/common/environment/
H
A
D
environment_proxy.cpp
40
RefPtr<Environment> EnvironmentProxy::
GetEnvironment
(const RefPtr<TaskExecutor>& taskExecutor) const
in GetEnvironment()
function in OHOS::Ace::EnvironmentProxy
43
return delegate_->
GetEnvironment
(taskExecutor);
in GetEnvironment()
H
A
D
environment_interface.h
29
virtual RefPtr<Environment>
GetEnvironment
(const RefPtr<TaskExecutor>& taskExecutor) const = 0;
H
A
D
environment_proxy.h
31
RefPtr<Environment>
GetEnvironment
(const RefPtr<TaskExecutor>& taskExecutor) const override;
/foundation/arkui/ace_engine/test/unittest/core/common/environment/
H
A
D
mock_environment.h
45
RefPtr<Environment>
GetEnvironment
(const RefPtr<TaskExecutor>& taskExecutor) const override;
50
RefPtr<Environment> MockEnvironmentProxyImpl::
GetEnvironment
(const RefPtr<TaskExecutor>& taskExecutor) const
in GetEnvironment()
function in OHOS::Ace::MockEnvironmentProxyImpl
H
A
D
environment_test.cpp
70
RefPtr<Environment> environment = EnvironmentProxy::GetInstance()->
GetEnvironment
(taskExecutor);
in HWTEST_F()
88
RefPtr<Environment> environment = EnvironmentProxy::GetInstance()->
GetEnvironment
(taskExecutor);
in HWTEST_F()
/foundation/arkui/ace_engine/adapter/ohos/capability/environment/
H
A
D
environment_proxy_impl.cpp
22
RefPtr<Environment> EnvironmentProxyImpl::
GetEnvironment
(const RefPtr<TaskExecutor>& taskExecutor) const
in GetEnvironment()
function in OHOS::Ace::EnvironmentProxyImpl
H
A
D
environment_proxy_impl.h
29
RefPtr<Environment>
GetEnvironment
(const RefPtr<TaskExecutor>& taskExecutor) const override;
/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/render/
H
A
D
intf_render_data_store_default_camera.h
83
virtual RenderCamera::Environment
GetEnvironment
(const uint64_t id) const = 0;
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/state_manage/
H
A
D
cj_environment.cpp
40
std::string val = EnvironmentProxy::GetInstance()->
GetEnvironment
(executor)->GetAccessibilityEnabled();
in FfiOHOSAceFrameworkEnvironmentGetAccessibilityEnabled()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_environment.cpp
67
value = EnvironmentProxy::GetInstance()->
GetEnvironment
(executor)->GetAccessibilityEnabled();
in GetAccessibilityEnabled()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/datastore/
H
A
D
render_data_store_default_camera.cpp
137
RenderCamera::Environment RenderDataStoreDefaultCamera::
GetEnvironment
(const uint64_t id) const
in GetEnvironment()
function in RenderDataStoreDefaultCamera
H
A
D
render_data_store_default_camera.h
66
RenderCamera::Environment
GetEnvironment
(const uint64_t id) const override;
/foundation/graphic/graphic_3d/kits/js/include/
H
A
D
SceneJS.h
58
napi_value
GetEnvironment
(NapiApi::FunctionContext<>& ctx);
/foundation/graphic/graphic_3d/kits/js/src/
H
A
D
SceneJS.cpp
64
GetSetProperty<NapiApi::Object, SceneJS, &SceneJS::
GetEnvironment
, &SceneJS::SetEnvironment>("environment"),
in Init()
581
napi_value SceneJS::
GetEnvironment
(NapiApi::FunctionContext<>& ctx)
in GetEnvironment()
function in SceneJS
/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/
H
A
D
render_node_camera_cubemap.cpp
415
const auto& env = dataStoreCamera.
GetEnvironment
(currentScene_.camera.environmentIds[idx]);
in UpdateCurrentScene()
H
A
D
render_node_default_camera_controller.cpp
931
const RenderCamera::Environment currEnv = dsCamera->
GetEnvironment
(camera.environmentIds[idx]);
in UpdateEnvironmentUniformBuffer()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H
A
D
render_system.cpp
480
camera.environment = dsCamera->
GetEnvironment
(camera.environmentIds[0U]);
in FillCameraRenderEnvironment()
502
camera.environment = dsCamera->
GetEnvironment
(camera.environmentIds[0U]);
in FillCameraRenderEnvironment()
514
const auto env = dsCamera->
GetEnvironment
(camera.environmentIds[envIdx]);
in FillCameraRenderEnvironment()
Completed in 14 milliseconds