Home
last modified time | relevance | path

Searched refs:testConfig (Results 1 - 7 of 7) sorted by relevance

/foundation/arkui/ace_engine/frameworks/component_test/
H A Dtest_config.cpp31 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 Dcomponent_test_proxy.cpp74 return ComponentTestManagerImpl::Get()->testConfig.GetPage(); in GetTestConfigPage()
79 return ComponentTestManagerImpl::Get()->testConfig.IsComponentTestEnabled(); in IsComponentTestEnabled()
H A Dcomponent_test_manager_impl.h51 TestConfig testConfig; member in OHOS::Ace::ComponentTest::ComponentTestManagerImpl
H A Dcomponent_test_manager_impl.cpp65 testResultRecorder_.Initialize(testConfig.GetOut()); in Initialize()
/foundation/ability/ability_runtime/test/moduletest/common/ams/ipc_app_scheduler_test/
H A Dams_ipc_app_scheduler_module_test.cpp277 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 Dnative_buffer_test.cpp256 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 Dp2p_monitor_test.cpp416 WifiP2pConfigInternal testConfig; in HWTEST_F() local
417 WrapMethodBroadcast2SmGoNegRequest(iface, testConfig); in HWTEST_F()

Completed in 5 milliseconds