/foundation/arkui/ace_engine/test/mock/base/ |
H A D | mock_jank_frame_report.cpp | 55 void PerfMonitor::RecordInputEvent(PerfActionType type, PerfSourceType sourceType, int64_t time) {} in RecordInputEvent() argument
|
/foundation/arkui/ace_engine/frameworks/core/gestures/ |
H A D | click_recognizer.h | 68 void DeadlineTimer(CancelableCallback<void()>& deadlineTimer, int32_t time); 82 // the time when gesture recognition is successful
|
H A D | long_press_recognizer.h | 71 void DeadlineTimer(int32_t time, bool isAccept);
|
H A D | velocity_tracker.h | 48 void UpdateTrackerPoint(double x, double y, const TimeStamp& time, bool end = false);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_clock/ |
H A D | text_clock_layout_property.h | 20 #include <sys/time.h>
|
/foundation/arkui/ace_engine/frameworks/core/event/ |
H A D | pointer_event.h | 71 TimeStamp time; member
|
/foundation/barrierfree/accessibility/services/aams/include/ |
H A D | accessibility_touchEvent_injector.h | 20 #include <time.h> 117 * @param startTime the start time of gesture injection 124 * @param startTime the start time of gesture injection 131 * @param startTime the start time of gesture injection
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/ |
H A D | timer_module.h | 95 static jerry_value_t StartTask(TimerList::Arguments *arguments, jerry_value_t time, bool repeated);
|
/foundation/arkui/ui_lite/frameworks/imgdecode/ |
H A D | cache_manager.h | 93 void AgingAll(int32_t time = AGING_INTERVAL);
|
/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/ |
H A D | a2dp_data_service.h | 24 #include <time.h>
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/ |
H A D | classic_adapter_properties.h | 102 * @param time Discoverable timeout. 106 bool SetDiscoverableTimeout(int time);
|
/foundation/graphic/graphic_utils_lite/test/ |
H A D | graphic_timer_test.cpp | 45 srand(time(0)); in SetUpTestCase()
|
/foundation/graphic/graphic_2d/rosen/modules/texgine/src/utils/ |
H A D | exlog.cpp | 28 auto timer = time(nullptr); in ExTime()
|
/foundation/multimedia/audio_lite/services/impl/audio_encoder/include/ |
H A D | audio_encoder.h | 22 #include <time.h>
|
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/ |
H A D | intf_future.h | 69 * @brief Wait for given amount of time. Returns state, which is Waiting if the timeout expired. 71 virtual StateType WaitFor(const TimeSpan& time) const = 0;
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/ |
H A D | rs_render_property_animation.h | 73 void DumpFraction(float fraction, int64_t time) override;
|
H A D | rs_animation_trace_utils.h | 41 const int64_t time, const int dur, const int repeat) const;
|
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/test/systemtest/ |
H A D | nativeVsync_requestMultiCB_test.cpp | 29 static void OnVSync(long long time, void *data) in OnVSync() argument 74 TestMultiTimes(1); // test 1 time in HWTEST_F()
|
/foundation/multimedia/camera_framework/services/camera_service/include/ |
H A D | hcamera_restore_param.h | 21 #include <sys/time.h>
|
/foundation/multimedia/media_library/frameworks/services/media_dfx/include/ |
H A D | dfx_reporter.h | 45 void ReportTimeOutOperation(std::string &bundleName, int32_t type, int32_t object, int32_t time);
|
/foundation/multimedia/media_lite/interfaces/kits/player_lite/ |
H A D | player.h | 51 * @brief Enumerates player seek modes. You can move the current playback position of the media to a given time
58 /** Moves the media position to the latest synchronization frame located before the given time position. */
60 /** Moves the media position to the latest synchronization frame located after the given time position. */
62 /** Moves the media position to the latest synchronization frame located before or after the given time position. */
64 /** Moves the media position to the latest frame located before or after the given time position. */
302 * @param time Indicates the playback position.
307 int32_t GetCurrentTime(int64_t &time) const;
|
/foundation/multimedia/media_lite/services/recorder_lite/impl/include/ |
H A D | recorder_sink.h | 25 #include <time.h>
|
/foundation/multimedia/media_lite/frameworks/player_lite/binder/ |
H A D | player_client.h | 60 int32_t GetCurrentPosition(int64_t &time) const;
|
/foundation/resourceschedule/background_task_mgr/services/common/include/ |
H A D | data_storage_helper.h | 34 bool ParseFastSuspendDozeTime(const std::string &FilePath, int &time);
|
/foundation/resourceschedule/ffrt/src/sync/ |
H A D | sync.cpp | 20 #include <sys/time.h>
|