/ohos5.0/foundation/communication/ipc/services/dbinder/test/distributedtest/src/ |
H A D | dbinder_distributed_test.cpp | 214 int64_t finishTime = GetCurrentTime(); variable 224 finishTime = GetCurrentTime(); 234 finishTime = GetCurrentTime(); 308 int64_t finishTime = GetCurrentTime(); variable 309 EXPECT_GE(finishTime - startTime, 0L); 881 finishTime = GetCurrentTime(); 890 finishTime = GetCurrentTime(); 899 finishTime = GetCurrentTime(); 1014 finishTime = GetCurrentTime(); 1023 finishTime = GetCurrentTime(); [all …]
|
/ohos5.0/foundation/communication/ipc/ipc/test/moduletest/native/common/ |
H A D | ipc_core_module_test.cpp | 227 long finishTime = helper.GetCurrentTimeMs(); variable 229 EXPECT_GE(finishTime - startTime, 2000); 261 long finishTime = helper.GetCurrentTimeMs(); variable 263 EXPECT_LT(finishTime - startTime, 100); 404 long finishTime = helper.GetCurrentTimeMs(); variable 406 EXPECT_LT(finishTime - startTime, 2000); 441 long finishTime = helper.GetCurrentTimeMs(); variable 443 EXPECT_LT(finishTime - startTime, 2000); 472 long finishTime = helper.GetCurrentTimeMs(); variable 473 EXPECT_LT(finishTime - startTime, 2000); [all …]
|
/ohos5.0/base/startup/init/services/param/liteos/ |
H A D | param_client.c | 93 struct timespec finishTime = {0}; in SystemWaitParameter() local 94 (void)clock_gettime(CLOCK_MONOTONIC, &finishTime); in SystemWaitParameter() 95 diff = IntervalTime(&finishTime, &startTime); in SystemWaitParameter()
|
/ohos5.0/base/notification/common_event_service/services/include/ |
H A D | ordered_event_record.h | 45 int64_t finishTime; member 56 finishTime(0), in OrderedEventRecord()
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_data/src/ |
H A D | js_cloud_utils.cpp | 261 napi_value finishTime = nullptr; in Convert2JSValue() local 262 status = napi_create_date(env, static_cast<double>(value.finishTime), &finishTime); in Convert2JSValue() 267 napi_set_named_property(env, jsValue, "finishTime", finishTime); in Convert2JSValue()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/ |
H A D | cloud_types_util.cpp | 104 return Marshal(data, input.startTime, input.finishTime, input.code); in Marshalling() 110 return Unmarshal(data, output.startTime, output.finishTime, output.code); in Unmarshalling()
|
H A D | sync_manager.cpp | 721 …iter->second.finishTime = duration_cast<milliseconds>(system_clock::now().time_since_epoch()).coun… in UpdateFinishSyncInfo()
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/cloud_data/src/ |
H A D | cloud_types_util.cpp | 152 return Marshal(data, input.startTime, input.finishTime, input.code); in Marshalling() 157 return Unmarshal(data, output.startTime, output.finishTime, output.code); in Unmarshalling()
|
/ohos5.0/base/startup/init/services/param/linux/ |
H A D | param_request.c | 104 struct timespec finishTime = {0}; in ReadMessage() local 105 (void)clock_gettime(CLOCK_MONOTONIC, &finishTime); in ReadMessage() 106 diff = IntervalTime(&finishTime, &startTime); in ReadMessage()
|
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/cloud_data/include/ |
H A D | cloud_types.h | 86 int64_t finishTime = 0; member
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_thumbnail/include/ |
H A D | thumbnail_data.h | 125 int64_t finishTime {0};
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/player/test/unittest/src/ |
H A D | player_unit_test.cpp | 1828 struct timeval finishTime = {}; variable 1839 EXPECT_EQ(MSERR_OK, gettimeofday(&finishTime, nullptr)); 1841 deltaTime += (finishTime.tv_sec - startTime.tv_sec) * timeConv + 1842 (finishTime.tv_usec - startTime.tv_usec) / timeConv;
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkdata/ |
H A D | js-apis-data-cloudData-sys.md | 100 | finishTime | Date | 是 | 上一次端云同步的结束时间。 |
|
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/ |
H A D | js-apis-data-cloudData-sys.md | 100 | finishTime | Date | Yes | End time of th…
|