Home
last modified time | relevance | path

Searched refs:testMode (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/base/useriam/pin_auth/test/unittest/src/
H A Dinputer_get_data_stub_test.cpp66 GetDataMode testMode = GET_DATA_MODE_ALL_IN_ONE_PIN_AUTH; variable
77 EXPECT_TRUE(data.WriteInt32(testMode));
127 GetDataMode testMode = GET_DATA_MODE_ALL_IN_ONE_PIN_AUTH; variable
140 EXPECT_EQ(getDataParam.mode, testMode); in __anon1d3c23580302()
156 EXPECT_TRUE(data.WriteInt32(testMode));
178 GetDataMode testMode = GET_DATA_MODE_ALL_IN_ONE_PIN_AUTH; variable
193 EXPECT_TRUE(data1.WriteInt32(testMode));
198 EXPECT_TRUE(data2.WriteInt32(testMode));
204 EXPECT_TRUE(data3.WriteInt32(testMode));
211 EXPECT_TRUE(data4.WriteInt32(testMode));
[all …]
H A Dinputer_get_data_service_test.cpp50 GetDataMode testMode = GET_DATA_MODE_ALL_IN_ONE_PIN_AUTH; variable
70 .mode = testMode,
85 GetDataMode testMode = GET_DATA_MODE_ALL_IN_ONE_PIN_AUTH; variable
94 .mode = testMode,
109 GetDataMode testMode = GET_DATA_MODE_ALL_IN_ONE_PIN_AUTH; variable
115 .mode = testMode,
/ohos5.0/base/startup/init/test/unittest/init/
H A Dcmds_unittest.cpp121 const mode_t testMode = S_IRWXU | S_IRWXG | S_IRWXO; variable
122 int fd = open(testFile, O_CREAT | O_WRONLY, testMode);
127 EXPECT_EQ(testMode, testMode & info.st_mode);
132 EXPECT_EQ(testMode, testMode & info.st_mode);
/ohos5.0/foundation/arkui/ui_lite/test/autotest/include/
H A Dui_test_message.h53 testMode = TEST_MODE_BASE; in TestConfigInfo()
55 TestMode testMode; member
/ohos5.0/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.cpp105 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()
/ohos5.0/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()
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/ipc_ability_scheduler_test/
H A Dipc_ability_scheduler_module_test.cpp352 std::string testMode("RW"); variable
356 testResult = (mode == testMode); in __anona0aac8190d02()
363 auto result = proxy->OpenFile(Uri(testUri), testMode);
/ohos5.0/foundation/graphic/graphic_2d/graphic_test/graphic_test_framework/include/
H A Drs_graphic_test_ext.h47 RSGraphicTestMode testMode; member
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/manager/
H A Daudio_adapter_manager.cpp65 char testMode[10] = {0}; // 10 for system parameter usage in Init() local
66 auto res = GetParameter("debug.audio_service.testmodeon", "0", testMode, sizeof(testMode)); in Init()
67 if (res == 1 && testMode[0] == '1') { in Init()