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:AbilityRuntime
(Results
1 - 5
of
5
) sorted by relevance
/ide/tools/previewer/test/mock/window/
H
A
D
window.h
34
namespace OHOS::
AbilityRuntime
{
namespace in OHOS::OHOS::OHOS
66
sptr<WindowOption>& option, const std::shared_ptr<
AbilityRuntime
::Context>& context = nullptr,
H
A
D
MockWindow.cpp
58
const std::shared_ptr<OHOS::
AbilityRuntime
::Context>& context, WMError& errCode)
in Create()
/ide/tools/previewer/test/mock/ability/
H
A
D
MockSimulator.cpp
20
namespace
AbilityRuntime
{
namespace
/ide/tools/previewer/jsapp/rich/
H
A
D
JsAppImpl.h
43
namespace
AbilityRuntime
{
167
std::shared_ptr<OHOS::
AbilityRuntime
::Simulator> simulator;
169
void SetSimulatorParams(OHOS::
AbilityRuntime
::Options& options);
170
void SetSimulatorCommonParams(OHOS::
AbilityRuntime
::Options& options);
H
A
D
JsAppImpl.cpp
271
OHOS::
AbilityRuntime
::Options options;
in RunDebugAbility()
273
simulator = OHOS::
AbilityRuntime
::Simulator::Create(options);
in RunDebugAbility()
317
void JsAppImpl::SetSimulatorParams(OHOS::
AbilityRuntime
::Options& options)
in SetSimulatorParams()
334
void JsAppImpl::SetSimulatorCommonParams(OHOS::
AbilityRuntime
::Options& options)
in SetSimulatorCommonParams()
356
OHOS::
AbilityRuntime
::DeviceConfig deviceCfg;
in SetSimulatorCommonParams()
357
deviceCfg.deviceType = SetDevice<OHOS::
AbilityRuntime
::DeviceType>(aceRunArgs.deviceConfig.deviceType);
in SetSimulatorCommonParams()
358
deviceCfg.orientation = SetOrientation<OHOS::
AbilityRuntime
::DeviceOrientation>(
in SetSimulatorCommonParams()
360
deviceCfg.colorMode = SetColorMode<OHOS::
AbilityRuntime
::ColorMode>(aceRunArgs.deviceConfig.colorMode);
in SetSimulatorCommonParams()
Completed in 4 milliseconds