/base/startup/appspawn/test/mock/ |
H A D | app_system_stub.c | 27 #include <time.h>
32 #include <sys/time.h>
|
/base/telephony/sms_mms/services/sms/include/ |
H A D | sms_service.h | 259 * Get service start spend time 260 * @return Spend time 266 * Get service start finish time 267 * @return Spend time 319 const std::u16string &uaprof, int64_t &time, bool isMmsApp = false) override; 326 * @param time Indicates tiemstamp of hap call NAPI function 332 void ServiceAfterSendMmsComplete(int32_t slotId, int64_t &time, uint16_t &dataBaseId,
|
/base/update/updater/test/fuzztest/UpdaterStartUpdaterProc_fuzzer/ |
H A D | UpdaterStartUpdaterProc_fuzzer.cpp | 115 pkgInfo.time = strdup("13:14:00"); in CreatePackageZip() 155 free(pkgInfo.time); in CreatePackageZip()
|
/drivers/hdf_core/adapter/khdf/linux/platform/rtc/ |
H A D | rtc_adapter.c | 125 LinuxTimeToHdfTime(hdfTime, &(alarm.time)); in HiReadAlarm() 143 HdfTimeToLinuxTime(hdfTime, &(alarm.time)); in HiWriteAlarm()
|
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/test/public_moudle/ |
H A D | base.py | 12 import time
namespace 136 time.sleep(1)
|
/drivers/peripheral/audio/test/benchmarktest/capture/ |
H A D | audio_capture_mmap_benchmarktest.cpp | 165 struct AudioTimeStamp time = {0};
in BENCHMARK_F() local 174 ret = mmapCapture_->GetMmapPosition(mmapCapture_, &frames, &time);
in BENCHMARK_F()
|
/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/include/ |
H A D | audio_render_interface_impl.h | 51 int32_t GetRenderPosition(uint64_t &frames, AudioTimeStamp &time) override; 76 int32_t GetMmapPosition(uint64_t &frames, AudioTimeStamp &time) override;
|
H A D | audio_render_ext_impl.h | 48 int32_t GetRenderPosition(uint64_t &frames, AudioTimeStamp &time) override; 73 int32_t GetMmapPosition(uint64_t &frames, AudioTimeStamp &time) override;
|
/foundation/arkui/ace_engine/frameworks/core/components/picker/ |
H A D | picker_data.h | 137 PickerDateTime(const PickerDate& date, const PickerTime& time) : date_(date), time_(time) {} in PickerDateTime() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/post_event/ |
H A D | post_event_manager.cpp | 184 return actionItem.touchEvent.id == touchEvent.id && actionItem.touchEvent.time == touchEvent.time;
|
/foundation/arkui/ace_engine/frameworks/base/log/ |
H A D | event_report.h | 195 static void ReportFunctionTimeout(const std::string& functionName, int64_t time, int32_t threshold); 196 static void ReportHoverStatusChange(int32_t foldStatus, int32_t time, bool isHoverMode,
|
/foundation/arkui/ace_engine/frameworks/core/gestures/ |
H A D | pinch_recognizer.cpp | 131 time_ = event.time; in HandleTouchMoveEvent() 166 time_ = event.time; in HandleTouchMoveEvent()
|
/foundation/arkui/ui_lite/test/unittest/components/ |
H A D | ui_swipe_view_unit_test.cpp | 187 const uint16_t time = 100; in HWTEST_F() local 191 swipeView_->SetAnimatorTime(time); in HWTEST_F()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/ |
H A D | web_pattern_event_test.cpp | 99 TimeStamp time(millisec); in HWTEST_F() 101 info.SetTimeStamp(time); in HWTEST_F()
|
/foundation/arkui/ui_lite/interfaces/kits/components/ |
H A D | ui_list.h | 378 void SetAutoAlignTime(uint16_t time) in SetAutoAlignTime() argument 380 alignTime_ = time; in SetAutoAlignTime()
|
/foundation/graphic/graphic_3d/lume/metaobject/src/ |
H A D | future.cpp | 37 Future::StateType Future::WaitFor(const TimeSpan& time) const in WaitFor() 41 if (cond_.wait_for(lock, std::chrono::microseconds(time.ToMicroseconds())) == std::cv_status::timeout) { in WaitFor()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/ |
H A D | rs_animation_trace_utils.cpp | 159 const std::shared_ptr<RSRenderPropertyBase>& value, const int64_t time, const int dur, const int repeat) const in addAnimationFrameTrace() 164 "time[%lld], dur[%d], repeat[%d]", nodeId, nodeName.c_str(), propertyId, animationId, fraction, in addAnimationFrameTrace() 165 propertyValue.c_str(), time, dur, repeat); in addAnimationFrameTrace() 157 addAnimationFrameTrace(const uint64_t nodeId, const std::string& nodeName, const uint64_t animationId, const uint64_t propertyId, const float fraction, const std::shared_ptr<RSRenderPropertyBase>& value, const int64_t time, const int dur, const int repeat) const addAnimationFrameTrace() argument
|
H A D | rs_render_property_animation.cpp | 249 void RSRenderPropertyAnimation::DumpFraction(float fraction, int64_t time) in DumpFraction() argument 252 GetPropertyId(), fraction, GetPropertyValue(), time, GetDuration(), GetRepeatCount()); in DumpFraction() local
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/params/ |
H A D | rs_render_thread_params.h | 237 void SetOnVsyncStartTime(int64_t time) in SetOnVsyncStartTime() argument 239 onVsyncStartTime_ = time; in SetOnVsyncStartTime()
|
/foundation/graphic/graphic_3d/lume/LumeDotfield/src/render/ |
H A D | render_node_dotfield_render.cpp | 161 float time = dataStore->GetTime(); in RenderData() local 163 { time, dotfieldPrimitive.pointScale, 0, 0 }, dotfieldPrimitive.colors, dotfieldPrimitive.matrix }; in RenderData()
|
/foundation/multimedia/media_library/frameworks/services/media_dfx/src/ |
H A D | dfx_utils.cpp | 105 auto time = std::chrono::system_clock::to_time_t(now); in GetCurrentDate() local 106 std::tm* tmPtr = std::localtime(&time); in GetCurrentDate()
|
/foundation/multimedia/player_framework/frameworks/native/avmetadatahelper/ |
H A D | avmetadatahelper_impl.h | 52 int32_t GetTimeByFrameIndex(uint32_t index, uint64_t &time) override; 53 int32_t GetFrameIndexByTime(uint64_t time, uint32_t &index) override; 65 // time string : "year-month-day hour_minute_second.millisecond", ':' is not supported in windows file name in GetLocalTime()
|
/foundation/multimodalinput/input/util/socket/src/ |
H A D | uds_session.cpp | 156 void UDSSession::SaveANREvent(int32_t type, int32_t id, int64_t time, int32_t timerId) in SaveANREvent() argument 159 EventTime eventTime = { id, time, timerId }; in SaveANREvent()
|
/foundation/resourceschedule/work_scheduler/services/native/include/ |
H A D | work_policy_manager.h | 80 * @param isTimeOut The is time out. 92 * @brief The last work time out. 165 * @param delayTime The delay time. 175 * @brief Watchdog time out. 193 * @brief Set watchdog time by dump. 195 * @param time The time. 197 void SetWatchdogTimeByDump(int32_t time); 199 * @brief Set watchdog time. 201 * @param time Th [all...] |
/foundation/communication/netstack/frameworks/cj/http/src/ |
H A D | net_http_request.cpp | 130 void HttpRequest::SetRequestTime(const std::string &time) in SetRequestTime() argument 132 requestTime_ = time; in SetRequestTime()
|