Searched refs:testMode (Results 1 - 8 of 8) sorted by relevance
/foundation/arkui/ui_lite/test/autotest/include/ |
H A D | ui_test_message.h | 53 testMode = TEST_MODE_BASE; in TestConfigInfo() 55 TestMode testMode; member
|
/foundation/graphic/graphic_2d/graphic_test/graphic_test_framework/src/ |
H A D | rs_graphic_test.cpp | 49 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 D | ui_auto_test.cpp | 215 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 D | auto_test_manager.cpp | 104 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 D | tcp_socket_manager.cpp | 174 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 D | rs_graphic_test_ext.h | 47 RSGraphicTestMode testMode; member
|
/foundation/ability/ability_runtime/test/moduletest/ipc_ability_scheduler_test/ |
H A D | ipc_ability_scheduler_module_test.cpp | 352 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 D | audio_adapter_manager.cpp | 92 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 6 milliseconds