Home
last modified time | relevance | path

Searched refs:testMode (Results 1 - 8 of 8) sorted by relevance

/foundation/arkui/ui_lite/test/autotest/include/
H A Dui_test_message.h53 testMode = TEST_MODE_BASE; in TestConfigInfo()
55 TestMode testMode; member
/foundation/graphic/graphic_2d/graphic_test/graphic_test_framework/src/
H A Drs_graphic_test.cpp49 if (params.runTestMode != RSGraphicTestMode::ALL && extInfo->testMode != params.runTestMode) { in ShouldRunCurrentTest()
104 isManualTest = (extInfo->testMode == RSGraphicTestMode::MANUAL); in TearDown()
/foundation/arkui/ui_lite/test/autotest/src/
H A Dui_auto_test.cpp215 if (config->testMode == TestMode::TEST_MODE_BASE) { in OnSaveFile()
217 } else if (config->testMode == TestMode::TEST_MODE_RUN) { in OnSaveFile()
234 if (config->testMode != TestMode::TEST_MODE_RUN) { in TestComplete()
H A Dauto_test_manager.cpp104 printf("AutoTestManager::SetConfigInfo--testMode=[%zu], baseDir=[%s], runDir=[%s], logDir=[%s]\n", in SetConfigInfo()
105 configInfo_->testMode, configInfo_->baseDir.c_str(), configInfo_->runDir.c_str(), in SetConfigInfo()
H A Dtcp_socket_manager.cpp174 configInfo->testMode = static_cast<TestMode>(object.value(JOSN_VALUE_TEST_MODE.c_str()).toInt()); in OnGetConfigInfo()
/foundation/graphic/graphic_2d/graphic_test/graphic_test_framework/include/
H A Drs_graphic_test_ext.h47 RSGraphicTestMode testMode; member
/foundation/ability/ability_runtime/test/moduletest/ipc_ability_scheduler_test/
H A Dipc_ability_scheduler_module_test.cpp352 std::string testMode("RW"); in HWTEST_F()
356 testResult = (mode == testMode); in HWTEST_F()
363 auto result = proxy->OpenFile(Uri(testUri), testMode); in HWTEST_F()
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/manager/
H A Daudio_adapter_manager.cpp92 char testMode[10] = {0}; // 10 for system parameter usage in Init() local
93 auto res = GetParameter("debug.audio_service.testmodeon", "0", testMode, sizeof(testMode)); in Init()
94 if (res == 1 && testMode[0] == '1') { in Init()
95 AUDIO_DEBUG_LOG("testMode on"); in Init()

Completed in 7 milliseconds