Home
last modified time | relevance | path

Searched refs:stopTime (Results 1 - 5 of 5) sorted by relevance

/foundation/distributedhardware/device_manager/services/service/src/advertise/
H A Dadvertise_manager.cpp66 int32_t stopTime = std::atoi((advertiseParam.find(PARAM_KEY_AUTO_STOP_ADVERTISE)->second).c_str()); in StartAdvertising() local
67 if ((stopTime <= 0) || (stopTime > AUTO_STOP_ADVERTISE_DEFAULT_TIME)) { in StartAdvertising()
68 LOGE("StartAdvertising error, invalid input auto stop advertise time: %{public}d", stopTime); in StartAdvertising()
75 timer_->StartTimer(std::string(AUTO_STOP_ADVERTISE_TASK), stopTime, in StartAdvertising() local
/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/label_classify/
H A Dlabel_classify.cpp235 struct timeval startTime, stopTime; in InferenceModel() local
245 gettimeofday(&stopTime, nullptr); in InferenceModel()
247 (GetUs(stopTime) - GetUs(startTime)) / (settings.loopCount * CONVERSION_RATE) << " ms"; in InferenceModel()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uifirst_manager.h45 int64_t stopTime = 0; member
H A Drs_uifirst_manager.cpp1045 it->stopTime = curSysTime; in OnProcessEventComplete()
1077 if (it->stopTime != 0 && in PrepareCurrentFrameEvent()
1078 ((curSysTime > it->stopTime) && (curSysTime - it->stopTime) > EVENT_STOP_TIMEOUT)) { in PrepareCurrentFrameEvent()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_uifirst_manager_test.cpp1212 eventInfo.stopTime = 1; in HWTEST_F()
1217 eventInfo.stopTime = curSysTime; in HWTEST_F()

Completed in 7 milliseconds