Searched refs:times (Results 1 - 9 of 9) sorted by relevance
/drivers/hdf_core/framework/test/unittest/pm/ |
H A D | hdf_pm_driver_test.c | 332 static int32_t HdfPmTestOneDriver(const uint32_t times) in HdfPmTestOneDriver() argument 341 for (index = 0; index < times; index++) { in HdfPmTestOneDriver() 346 WAIT_TEST_END(CHECK_VALUE(PM_TEST_DRIVER, times), waitTime); in HdfPmTestOneDriver() 351 HDF_LOGI("%s test expend times:%u ms", __func__, expendTimes); in HdfPmTestOneDriver() 353 return CHECK_VALUE(PM_TEST_DRIVER, times) ? HDF_SUCCESS : HDF_FAILURE; in HdfPmTestOneDriver() 356 static int32_t HdfPmTestTwoDriver(const uint32_t times) in HdfPmTestTwoDriver() argument 365 for (index = 0; index < times; index++) { in HdfPmTestTwoDriver() 372 WAIT_TEST_END(CHECK_VALUE(PM_TEST_DRIVER, times) && CHECK_VALUE(HDF_TEST_DRIVER, times), waitTime); in HdfPmTestTwoDriver() 378 HDF_LOGI("%s test expend times in HdfPmTestTwoDriver() 383 HdfPmTestThreeDriver(const uint32_t times, bool sync) HdfPmTestThreeDriver() argument [all...] |
/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/ |
H A D | wpa_common_cmd_ext.c | 173 int32_t times = 0; in StartWpaSupplicant() local 182 times++; in StartWpaSupplicant() 183 if (times > MAX_WPA_WAIT_TIMES) { in StartWpaSupplicant() 252 int32_t times = 0; in WpaInterfaceStop() local 266 times++; in WpaInterfaceStop() 267 if (times > MAX_WPA_WAIT_TIMES) { in WpaInterfaceStop()
|
/drivers/peripheral/clearplay/hdi_service/include/drm/v1_0/ |
H A D | media_decrypt_module_service.h | 37 int32_t GetDecryptTimes(std::vector<double> ×);
|
H A D | media_key_session_service.h | 72 int32_t GetDecryptTimes(std::vector<double> ×);
|
/drivers/hdf_core/framework/tools/hc-gen/src/ |
H A D | text_gen.cpp | 352 const std::string &TextGen::Indent(uint32_t times) in Indent() argument 355 auto indent = indentMap.find(times); in Indent() 358 for (uint32_t i = 0; i < times; ++i) { in Indent() 361 indentMap.emplace(std::pair<uint32_t, std::string>(times, std::move(str))); in Indent() 364 return indentMap.at(times); in Indent()
|
H A D | text_gen.h | 68 static const std::string &Indent(uint32_t times = 1);
|
/drivers/peripheral/clearplay/hdi_service/src/ |
H A D | media_key_session_service.cpp | 358 std::vector<double> times; in GetDecryptTimes() local 359 decryptModule_->GetDecryptTimes(times); in GetDecryptTimes() 360 for (auto time : times) { in GetDecryptTimes()
|
H A D | media_decrypt_module_service.cpp | 258 int32_t MediaDecryptModuleService::GetDecryptTimes(std::vector<double> ×) in GetDecryptTimes() argument 261 times.assign(decryptTimes.begin(), decryptTimes.end()); in GetDecryptTimes()
|
/drivers/peripheral/camera/test/mpi/src/ |
H A D | stability_test.cpp | 37 * @tc.desc: OpenCamera, 100 times.
44 std::cout << "==========[test log] Check Performance: OpenCamera, 100 times."<< std::endl;
in HWTEST_F() 58 std::cout << "Total fail times: "<< FailTimes.size() << ", at :" << std::endl;
in HWTEST_F() 67 * @tc.desc: Preview for 100 times.
73 std::cout << "==========[test log] Check Performance: Preview for 100 times." << std::endl;
in HWTEST_F() 76 std::cout << "==========[test log] Check Performance: Preview: " << i << " times. " << std::endl;
in HWTEST_F() 94 * @tc.name: preview and capture stream, for 100 times.
95 * @tc.desc: Commit 2 streams together, Preview and still_capture streams, for 100 times.
102 std::cout << " for 100 times." << std::endl;
in HWTEST_F() 112 // Circulate the camera stream to capture 100 times
in HWTEST_F() 251 int times = (round * 10) + i + 1; HWTEST_F() local [all...] |
Completed in 5 milliseconds