Home
last modified time | relevance | path

Searched refs:feedTime (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameradata/feedingsmoother/base/
H A Dtime_statistician.cpp23 int64_t feedTime = GetNowTimeStampUs(); in CalProcessTime() local
25 CalAverFeedInterval(feedTime); in CalProcessTime()
29 void TimeStatistician::CalAverFeedInterval(const int64_t feedTime) in CalAverFeedInterval() argument
31 feedTime_ = feedTime; in CalAverFeedInterval()
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/common/
H A Dwatchdog_test.h31 uint32_t feedTime; member
H A Dwatchdog_test.c183 for (i = 0; i < tester->config.feedTime; i++) { in TestCaseWatchdogFeed()
215 for (i = 0; i < tester->config.feedTime; i++) { in TestCaseWatchdogBark()
H A Dwatchdog_driver_test.c66 ret = drsOps->GetUint32(node, "feedTime", &config->feedTime, 0); in WatchdogTestReadConfig()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/dcameradata/feedingsmoother/base/
H A Dtime_statistician.h27 void CalAverFeedInterval(const int64_t feedTime);