Home
last modified time | relevance | path

Searched defs:startTime (Results 1 – 25 of 247) sorted by relevance

12345678910

/ohos5.0/foundation/ability/form_fwk/test/unittest/form_report_test/
H A Dform_report_test.cpp79 int64_t startTime = 1000; variable
107 int64_t startTime = 1000; variable
123 int64_t startTime = 1* 1000; variable
137 int64_t startTime = 1* 1000; variable
164 int64_t startTime = 1000; variable
193 int64_t startTime = 1000; variable
209 int64_t startTime = 1000; variable
237 int64_t startTime = 1000; variable
/ohos5.0/base/hiviewdfx/faultloggerd/test/benchmarktest/unwindstack/
H A Dpid_utils.cpp61 for (time_t startTime = time(nullptr); time(nullptr) - startTime < 10;) { in Quiesce() local
85 for (time_t startTime = time(nullptr); time(nullptr) - startTime < 45;) { in Attach() local
118 for (time_t startTime = time(nullptr); in WaitForPidState() local
143 time_t startTime = time(nullptr); in WaitForPidStateAfterAttach() local
/ohos5.0/base/hiviewdfx/hiview/plugins/freeze_detector/test/moduletest/common/
H A Dfreeze_detector_plugin_module_test.cpp93 long startTime = time(nullptr); variable
124 long startTime = time(nullptr); variable
156 long startTime = time(nullptr); variable
180 long startTime = time(nullptr); variable
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/operation/
H A Dphoto_day_month_year_operation.cpp99 int64_t startTime = MediaFileUtils::UTCTimeMilliSeconds(); in UpdatePhotosDate() local
152 int64_t startTime = MediaFileUtils::UTCTimeMilliSeconds(); in UpdateIdxSchptDateDay() local
172 int64_t startTime = MediaFileUtils::UTCTimeMilliSeconds(); in UpdatePhotosDateAndIdx() local
192 int64_t startTime = MediaFileUtils::UTCTimeMilliSeconds(); in UpdatePhotosDate() local
/ohos5.0/base/sensors/sensor_lite/interfaces/kits/native/test/performance/src/
H A Dsensor_lite_test_performance.cpp74 uint64_t startTime = GetCurrentMillSecTime(); variable
109 uint64_t startTime = GetCurrentMillSecTime(); variable
143 uint64_t startTime = GetCurrentMillSecTime(); variable
170 uint64_t startTime = GetCurrentMillSecTime(); variable
206 uint64_t startTime = GetCurrentMillSecTime(); variable
/ohos5.0/base/location/frameworks/location_common/common/source/
H A Dsa_load_with_statistic.cpp35 auto startTime = CommonUtils::GetCurrentTimeStamp(); in InitLocationSa() local
45 auto startTime = CommonUtils::GetCurrentTimeStamp(); in UnInitLocationSa() local
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/report/
H A Dphotos_count_statistic.cpp267 int64_t startTime = MediaFileUtils::UTCTimeMilliSeconds(); in GetAllStatInfo() local
300 int64_t startTime = MediaFileUtils::UTCTimeMilliSeconds(); in GetAllImageStatInfo() local
338 int64_t startTime = MediaFileUtils::UTCTimeMilliSeconds(); in GetAllVideoStatInfo() local
375 int64_t startTime = MediaFileUtils::UTCTimeMilliSeconds(); in GetAllRestoreStatInfo() local
408 int64_t startTime = MediaFileUtils::UTCTimeMilliSeconds(); in GetAllRestoreImageStatInfo() local
447 int64_t startTime = MediaFileUtils::UTCTimeMilliSeconds(); in GetAllRestoreVideoStatInfo() local
484 int64_t startTime = MediaFileUtils::UTCTimeMilliSeconds(); in GetImageAlbumInfo() local
526 int64_t startTime = MediaFileUtils::UTCTimeMilliSeconds(); in GetVideoAlbumInfo() local
563 int64_t startTime = MediaFileUtils::UTCTimeMilliSeconds(); in GetAlbumInfoByName() local
606 int64_t startTime = MediaFileUtils::UTCTimeMilliSeconds(); in GetFavoriteAlbumStatInfo() local
[all …]
H A Dgallery_media_count_statistic.cpp450 int64_t startTime = MediaFileUtils::UTCTimeMilliSeconds(); in GetAllStatInfo() local
483 int64_t startTime = MediaFileUtils::UTCTimeMilliSeconds(); in GetAllImageStatInfo() local
522 int64_t startTime = MediaFileUtils::UTCTimeMilliSeconds(); in GetAllVideoStatInfo() local
559 int64_t startTime = MediaFileUtils::UTCTimeMilliSeconds(); in GetAllRestoreStatInfo() local
594 int64_t startTime = MediaFileUtils::UTCTimeMilliSeconds(); in GetAllRestoreImageStatInfo() local
633 int64_t startTime = MediaFileUtils::UTCTimeMilliSeconds(); in GetAllRestoreVideoStatInfo() local
670 int64_t startTime = MediaFileUtils::UTCTimeMilliSeconds(); in GetSdCardStatInfo() local
706 int64_t startTime = MediaFileUtils::UTCTimeMilliSeconds(); in GetDuplicateStatInfo() local
731 int64_t startTime = MediaFileUtils::UTCTimeMilliSeconds(); in GetAppTwinStatInfo() local
756 int64_t startTime = MediaFileUtils::UTCTimeMilliSeconds(); in GetImageAlbumInfo() local
[all …]
/ohos5.0/base/msdp/device_status/services/native/include/
H A Ddevicestatus_dumper.h40 std::string startTime; member
50 std::string startTime; member
/ohos5.0/base/notification/common_event_service/test/systemtest/common/ces/common_event_services_system_test/
H A Dcommon_event_services_system_test.cpp684 struct tm startTime = {0}; variable
720 struct tm startTime = {0}; variable
759 struct tm startTime = {0}; variable
797 struct tm startTime = {0}; variable
837 struct tm startTime = {0}; variable
905 struct tm startTime = {0}; variable
1000 struct tm startTime = {0}; variable
1070 struct tm startTime = {0}; variable
1113 struct tm startTime = {0}; variable
1181 struct tm startTime = {0}; variable
[all …]
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dpattern_detach_callback_test.cpp63 auto startTime = std::chrono::duration_cast<std::chrono::milliseconds>( variable
86 auto startTime = std::chrono::duration_cast<std::chrono::milliseconds>( variable
109 auto startTime = std::chrono::duration_cast<std::chrono::milliseconds>( variable
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Djs_free_install_observer.cpp32 const std::string &startTime, const int &resultCode) in OnInstallFinished()
50 void JsFreeInstallObserver::OnInstallFinishedByUrl(const std::string &startTime, const std::string&… in OnInstallFinishedByUrl()
70 const std::string &startTime, napi_value abilityResult) in OnInstallFinished()
112 const std::string &startTime, const int &resultCode) in HandleOnInstallFinished()
151 void JsFreeInstallObserver::HandleOnInstallFinishedByUrl(const std::string &startTime, const std::s… in HandleOnInstallFinishedByUrl()
251const std::string &startTime, napi_value jsObserverObject, napi_value* result, bool isAbilityResul… in AddJsObserverObject()
273 void JsFreeInstallObserver::AddJsObserverObject(const std::string &startTime, const std::string &ur… in AddJsObserverObject()
H A Dfree_install_observer_stub.cpp34 std::string startTime = data.ReadString(); in OnInstallFinishedInner() local
43 std::string startTime = data.ReadString(); in OnInstallFinishedByUrlInner() local
H A Dfree_install_observer_proxy.cpp37 const std::string &startTime, const int &resultCode) in OnInstallFinished()
66 void FreeInstallObserverProxy::OnInstallFinishedByUrl(const std::string &startTime, const std::stri… in OnInstallFinishedByUrl()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dfree_install_observer_manager.cpp77 const std::string &abilityName, const std::string &startTime, const int &resultCode) in OnInstallFinished()
93 … FreeInstallObserverManager::OnInstallFinishedByUrl(int32_t recordId, const std::string &startTime, in OnInstallFinishedByUrl()
111 const std::string &abilityName, const std::string &startTime, const int &resultCode) in HandleOnInstallFinished()
121 …nstallObserverManager::HandleOnInstallFinishedByUrl(int32_t recordId, const std::string &startTime, in HandleOnInstallFinishedByUrl()
H A Dfree_install_manager.cpp268 std::string startTime = freeInstallInfo.want.GetStringParam(Want::PARAM_RESV_START_TIME); in NotifyFreeInstallResult() local
294 std::string startTime = freeInstallInfo.want.GetStringParam(Want::PARAM_RESV_START_TIME); in HandleOnFreeInstallSuccess() local
325 std::string startTime = freeInstallInfo.want.GetStringParam(Want::PARAM_RESV_START_TIME); in HandleOnFreeInstallFail() local
352 std::string &abilityName, std::string &startTime) in StartAbilityByFreeInstall()
373 std::string &abilityName, std::string &startTime) in StartAbilityByPreInstall()
590 const std::string &startTime) in RemoveFreeInstallInfo()
644 const std::string& startTime, FreeInstallInfo& taskInfo) in GetFreeInstallTaskInfo()
673 const std::string& startTime, bool scbCallStatus) in SetSCBCallStatus()
688 const std::string& startTime, bool preStartMissionCallStatus) in SetPreStartMissionCallStatus()
703 const std::string& startTime, const std::string& sessionId) in SetFreeInstallTaskSessionId()
[all …]
/ohos5.0/base/notification/common_event_service/tools/test/systemtest/cem/
H A Dcommon_event_command_publish_system_test.cpp176 struct tm startTime = {0}; variable
236 struct tm startTime = {0}; variable
296 struct tm startTime = {0}; variable
356 struct tm startTime = {0}; variable
/ohos5.0/foundation/arkui/ui_appearance/services/utils/src/
H A Dalarm_timer_manager.cpp36 ErrCode AlarmTimerManager::SetScheduleTime(const uint64_t startTime, const uint64_t endTime, in SetScheduleTime()
61 bool AlarmTimerManager::IsValidScheduleTime(const uint64_t startTime, const uint64_t endTime) in IsValidScheduleTime()
81 void AlarmTimerManager::SetTimerTriggerTime(const uint64_t startTime, const uint64_t endTime, in SetTimerTriggerTime()
204 bool AlarmTimerManager::IsWithinTimeInterval(const uint64_t startTime, const uint64_t endTime) in IsWithinTimeInterval()
227 void AlarmTimerManager::RecordInitialSetupTime(const uint64_t startTime, const uint64_t endTime, in RecordInitialSetupTime()
/ohos5.0/foundation/multimedia/av_codec/test/nativedemo/avmuxer/
H A Davmuxer_demo_runner.cpp32 time_t startTime = 0; in RunLoopNativeMuxer() local
77 time_t startTime = 0; in RunLoopEngineMuxer() local
/ohos5.0/base/notification/common_event_service/test/systemtest/common/ces/common_event_services_publish_ordered_system_test/
H A Dcommon_event_services_publish_ordered_system_test.cpp161 struct tm startTime = {0}; in ProcessSubscriberTestCase3() local
192 struct tm startTime = {0}; in ProcessSubscriberTestCase5() local
222 struct tm startTime = {0}; in AsyncProcess() local
318 struct tm startTime = {0}; in ProcessSubscriberAnotherTestCase5() local
350 struct tm startTime = {0}; in AsyncProcess() local
474 struct tm startTime = {0}; variable
591 struct tm startTime = {0}; variable
704 struct tm startTime = {0}; variable
817 struct tm startTime = {0}; variable
933 struct tm startTime = {0}; variable
/ohos5.0/base/notification/common_event_service/services/test/moduletest/common_event_services_publish_ordered_module_test/
H A Dcommon_event_services_publish_ordered_module_test.cpp171 struct tm startTime = {0}; in ProcessSubscriberTestCase3() local
204 struct tm startTime = {0}; in ProcessSubscriberTestCase5() local
235 struct tm startTime = {0}; in AsyncProcess() local
331 struct tm startTime = {0}; in ProcessSubscriberAnotherTestCase5() local
363 struct tm startTime = {0}; in AsyncProcess() local
489 struct tm startTime = {0}; variable
607 struct tm startTime = {0}; variable
721 struct tm startTime = {0}; variable
834 struct tm startTime = {0}; variable
946 struct tm startTime = {0}; variable
[all …]
/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/
H A Dhal_tick.cpp48 uint32_t HALTick::GetElapseTime(uint32_t startTime) in GetElapseTime()
/ohos5.0/base/sensors/miscdevice/services/miscdevice_service/include/
H A Dmiscdevice_dump.h29 std::string startTime; member
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_decoder/InnerAPI/
H A DInnerStablityTest.cpp343 time_t startTime = time(nullptr); variable
374 time_t startTime = time(nullptr); variable
406 time_t startTime = time(nullptr); variable
437 time_t startTime = time(nullptr); variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/common/
H A Djs_api_perf.h31 int64_t startTime = 0; member

12345678910