Searched refs:timeVal (Results 1 - 11 of 11) sorted by relevance
/foundation/resourceschedule/work_scheduler/services/native/include/ |
H A D | detector_value.h | 25 int32_t timeVal; member 29 DetectorValue(int32_t intVal, int32_t timeVal, bool boolVal, const std::string &strVal) in DetectorValue() 30 : intVal(intVal), timeVal(timeVal), boolVal(boolVal), strVal(strVal) {} in DetectorValue()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_datepicker.h | 56 static PickerTime ParseTime(const JSRef<JSVal>& timeVal); 92 static PickerTime ParseTime(const JSRef<JSVal>& timeVal); 115 static PickerTime ParseTime(const JSRef<JSVal>& timeVal); 128 static PickerTime ParseTime(const JSRef<JSVal>& timeVal);
|
H A D | js_datepicker.cpp | 594 PickerTime JSDatePicker::ParseTime(const JSRef<JSVal>& timeVal) in ParseTime() argument 597 if (!timeVal->IsObject()) { in ParseTime() 600 auto timeObj = JSRef<JSObject>::Cast(timeVal); in ParseTime() 1298 PickerTime JSDatePickerDialog::ParseTime(const JSRef<JSVal>& timeVal) in ParseTime() argument 1301 if (!timeVal->IsObject()) { in ParseTime() 1304 auto timeObj = JSRef<JSObject>::Cast(timeVal); in ParseTime() 1556 PickerTime JSTimePicker::ParseTime(const JSRef<JSVal>& timeVal) in ParseTime() argument 1559 if (!timeVal->IsObject()) { in ParseTime() 1562 auto timeObj = JSRef<JSObject>::Cast(timeVal); in ParseTime() 1878 PickerTime JSTimePickerDialog::ParseTime(const JSRef<JSVal>& timeVal) in ParseTime() argument [all...] |
/foundation/arkui/ace_engine_lite/frameworks/src/core/context/ |
H A D | js_profiler.cpp | 399 struct timeval timeVal; in GetCurrentClockTick() 401 return (gettimeofday(&timeVal, &timeZone) == 0) ? ((timeVal.tv_usec / unit) + (timeVal.tv_sec * unit)) : 0; in GetCurrentClockTick()
|
/foundation/resourceschedule/work_scheduler/frameworks/include/ |
H A D | work_condition.h | 85 time_t timeVal; //for baseTime member
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
H A D | camera_component.cpp | 155 struct timeval timeVal; in CreateFilePath() local 157 if (gettimeofday(&timeVal, nullptr) == 0) { in CreateFilePath() 158 struct tm *ltm = localtime(&(timeVal.tv_sec)); in CreateFilePath()
|
/foundation/resourceschedule/work_scheduler/frameworks/src/ |
H A D | work_info.cpp | 112 conditionMap_.at(WorkCondition::Type::TIMER)->timeVal = baseTime; in RequestBaseTimeAndCycle() 120 conditionMap_.at(WorkCondition::Type::TIMER)->timeVal = baseTime; in RequestBaseTime() 284 return conditionMap_.at(WorkCondition::Type::TIMER)->timeVal; in GetBaseTime() 529 conditions["baseTime"] = it.second->timeVal; in ParseConditionToJsonStr()
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/ |
H A D | date_time_format_module.cpp | 459 double timeVal = jerry_get_number_value(result); in GetTimeVal() local 461 return timeVal; in GetTimeVal()
|
/foundation/resourceschedule/work_scheduler/services/native/src/ |
H A D | work_queue.cpp | 87 value->intVal = conditionVal->timeVal; in ParseCondition()
|
/foundation/communication/dsoftbus/components/nstackx/fillp/include/ |
H A D | fillpcallbacks.h | 140 * @param[in] timeVal Indicates the max time for select to wait. 146 IN void *writeFds, IO void *exceptFds, IN void *timeVal);
|
/foundation/distributeddatamgr/pasteboard/services/core/src/ |
H A D | pasteboard_service.cpp | 1834 struct timeval timeVal = { 0, 0 }; in GetTime() local 1835 gettimeofday(&timeVal, nullptr); in GetTime() 1840 std::to_string(timeVal.tv_usec / USEC_TO_MSEC); in GetTime()
|
Completed in 18 milliseconds