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:config
(Results
1 - 10
of
10
) sorted by relevance
/ide/tools/previewer/util/
H
A
D
ModelManager.cpp
37
for (ModelConfig const&
config
: configList) {
in GetAllModelName()
38
allNames << std::string(
config
.modelName);
in GetAllModelName()
55
for (ModelConfig const&
config
: configList) {
in GetConfig()
56
if (
config
.deviceType == device) {
in GetConfig()
57
return
config
;
in GetConfig()
/ide/tools/previewer/test/unittest/util/
H
A
D
ModelManagerTest.cpp
37
const ModelConfig&
config
= ModelManager::GetConfig();
in TEST()
local
38
EXPECT_EQ(
config
.deviceType, device);
in TEST()
51
const ModelConfig&
config
= ModelManager::GetConfig(device);
in TEST()
local
52
EXPECT_EQ(
config
.deviceType, device);
in TEST()
/ide/tools/previewer/test/mock_lite/ace_engine_lite/
H
A
D
MockDebugger.cpp
27
void Debugger::ConfigEngineDebugger(DebuggerConfig &
config
)
in ConfigEngineDebugger()
argument
29
debuggerConfig_ =
config
;
in ConfigEngineDebugger()
/ide/tools/previewer/jsapp/lite/
H
A
D
JsAppImpl.cpp
80
std::string fontPath = FileSystem::GetApplicationPath() + separator + ".." + separator + "
config
" + separator;
in InitFontEngine()
226
DebuggerConfig
config
;
in StartJsApp()
local
227
config
.startDebuggerServer = isDebug;
in StartJsApp()
229
ILOG("Debug Server Enable: %d",
config
.startDebuggerServer);
in StartJsApp()
230
config
.snapshotMode = false;
in StartJsApp()
231
config
.heapSize = jsHeapSize;
in StartJsApp()
233
config
.port = debugServerPort;
in StartJsApp()
234
config
.startDebuggerServer = isDebug;
in StartJsApp()
235
config
.snapshotMode = false;
in StartJsApp()
238
Debugger::GetInstance().ConfigEngineDebugger(
config
);
in StartJsApp()
[all...]
/ide/tools/previewer/test/mock/ability/
H
A
D
MockSimulator.cpp
38
void UpdateConfiguration(const AppExecFwk::Configuration &
config
) override
/ide/tools/previewer/test/mock/window/
H
A
D
MockWindow.cpp
40
void SetViewportConfig(const Ace::ViewportConfig&
config
) override {}
H
A
D
window.h
73
virtual void SetViewportConfig(const Ace::ViewportConfig&
config
) = 0;
/ide/tools/previewer/test/fuzztest/jsonparse_fuzzer/
H
A
D
GetModulePathMapFuzzer.cpp
50
"buildConfigPath" : ".preview\\
config
\\buildConfig.json"
H
A
D
ReadFileContentsFuzzer.cpp
52
"buildConfigPath" : ".preview\\
config
\\buildConfig.json"
/ide/tools/previewer/jsapp/rich/
H
A
D
JsAppImpl.cpp
611
OHOS::Ace::ViewportConfig
config
;
in ResolutionChanged()
local
612
config
.SetSize(windowModel->originWidth, windowModel->originHeight);
in ResolutionChanged()
613
config
.SetPosition(0, 0);
in ResolutionChanged()
614
config
.SetOrientation(static_cast<int32_t>(
in ResolutionChanged()
616
config
.SetDensity(windowModel->density);
in ResolutionChanged()
627
window->SetViewportConfig(
config
);
in ResolutionChanged()
900
std::string filePath = commandInfo.appResourcePath + FileSystem::GetSeparator() + "mock-
config
.json";
in SetMockJsonInfo()
Completed in 5 milliseconds