Home
last modified time | relevance | path

Searched refs:timeVal (Results 1 - 11 of 11) sorted by relevance

/foundation/resourceschedule/work_scheduler/services/native/include/
H A Ddetector_value.h25 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 Djs_datepicker.h56 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 Djs_datepicker.cpp594 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 Djs_profiler.cpp399 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 Dwork_condition.h85 time_t timeVal; //for baseTime member
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dcamera_component.cpp155 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 Dwork_info.cpp112 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 Ddate_time_format_module.cpp459 double timeVal = jerry_get_number_value(result); in GetTimeVal() local
461 return timeVal; in GetTimeVal()
/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_queue.cpp87 value->intVal = conditionVal->timeVal; in ParseCondition()
/foundation/communication/dsoftbus/components/nstackx/fillp/include/
H A Dfillpcallbacks.h140 * @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 Dpasteboard_service.cpp1834 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