Searched refs:times (Results 1 – 10 of 10) sorted by relevance
/drivers/hdf_core/framework/test/unittest/pm/ |
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() 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() 380 …return (CHECK_VALUE(PM_TEST_DRIVER, times) && CHECK_VALUE(HDF_TEST_DRIVER, times)) ? HDF_SUCCESS :… in HdfPmTestTwoDriver() 383 static int32_t HdfPmTestThreeDriver(const uint32_t times, bool sync) in HdfPmTestThreeDriver() argument 386 uint32_t total = times; in HdfPmTestThreeDriver() [all …]
|
/drivers/hdf_core/framework/tools/hc-gen/src/ |
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()
|
D | text_gen.h | 68 static const std::string &Indent(uint32_t times = 1);
|
/drivers/peripheral/camera/test/mpi/src/ |
D | stability_test.cpp | 251 int times = (round * 10) + i + 1; variable 252 … std::cout << "==========[test log] Check Performance: Set 3A Times: " << times << std::endl;
|
/drivers/interface/battery/v1_0/ |
D | Types.idl | 125 /** Number of battery charging times */
|
/drivers/interface/battery/v1_1/ |
D | Types.idl | 125 /** Number of battery charging times */
|
/drivers/interface/battery/v1_2/ |
D | Types.idl | 125 /** Number of battery charging times */
|
/drivers/interface/location/lpfence/geofence/v1_0/ |
D | GeofenceTypes.idl | 192 unsigned int times;
|
/drivers/interface/ril/v1_1/ |
D | Types.idl | 746 * Number of data service activation retry times 1893 int times;
|
/drivers/interface/ril/v1_0/ |
D | Types.idl | 746 * Number of data service activation retry times 1853 int times;
|