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:testConfig
(Results
1 - 7
of
7
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/component_test/
H
A
D
test_config.cpp
31
auto
testConfig
= &ComponentTestManagerImpl::Get()->
testConfig
;
in ParseComponentTestConfig()
local
32
testConfig
->page_ = json->GetString("page");
in ParseComponentTestConfig()
33
if (
testConfig
->page_ == "") {
in ParseComponentTestConfig()
37
testConfig
->out_ = json->GetString("out");
in ParseComponentTestConfig()
38
if (
testConfig
->out_ == "") {
in ParseComponentTestConfig()
42
testConfig
->enableComponentTest_ = true;
in ParseComponentTestConfig()
H
A
D
component_test_proxy.cpp
74
return ComponentTestManagerImpl::Get()->
testConfig
.GetPage();
in GetTestConfigPage()
79
return ComponentTestManagerImpl::Get()->
testConfig
.IsComponentTestEnabled();
in IsComponentTestEnabled()
H
A
D
component_test_manager_impl.h
51
TestConfig
testConfig
;
member in OHOS::Ace::ComponentTest::ComponentTestManagerImpl
H
A
D
component_test_manager_impl.cpp
65
testResultRecorder_.Initialize(
testConfig
.GetOut());
in Initialize()
/foundation/ability/ability_runtime/test/moduletest/common/ams/ipc_app_scheduler_test/
H
A
D
ams_ipc_app_scheduler_module_test.cpp
277
Configuration
testConfig
;
in HWTEST_F()
local
279
testConfig
.AddItem(OHOS::AAFwk::GlobalConfigurationKey::SYSTEM_LANGUAGE, val);
in HWTEST_F()
292
client->ScheduleConfigurationUpdated(
testConfig
);
in HWTEST_F()
/foundation/graphic/graphic_surface/surface/test/unittest/
H
A
D
native_buffer_test.cpp
256
OH_NativeBuffer_Config
testConfig
= {};
in HWTEST_F()
local
257
OH_NativeBuffer_GetNativeBufferConfig(buffer, &
testConfig
);
in HWTEST_F()
258
ASSERT_EQ(
testConfig
.width, config.width);
in HWTEST_F()
259
ASSERT_EQ(
testConfig
.height, config.height);
in HWTEST_F()
260
ASSERT_EQ(
testConfig
.format, config.format);
in HWTEST_F()
261
ASSERT_EQ(
testConfig
.usage, config.usage);
in HWTEST_F()
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/test/
H
A
D
p2p_monitor_test.cpp
416
WifiP2pConfigInternal
testConfig
;
in HWTEST_F()
local
417
WrapMethodBroadcast2SmGoNegRequest(iface,
testConfig
);
in HWTEST_F()
Completed in 5 milliseconds