Home
last modified time | relevance | path

Searched refs:START_TIME (Results 1 - 7 of 7) sorted by relevance

/foundation/communication/netmanager_base/frameworks/js/napi/netstats/src/context/
H A Dget_traffic_stats_by_uid_network_context.cpp26 constexpr const char *START_TIME = "startTime"; member
53 NapiUtils::GetInt32Property(GetEnv(), params[ARG_INDEX_1], START_TIME) < 0 || in ParseParams()
61 startTime_ = NapiUtils::GetUint32Property(GetEnv(), params[ARG_INDEX_1], START_TIME); in ParseParams()
79 bool hasStartTime = NapiUtils::HasNamedProperty(GetEnv(), params[ARG_INDEX_1], START_TIME); in CheckNetworkParams()
92 GetEnv(), NapiUtils::GetNamedProperty(GetEnv(), params[ARG_INDEX_1], START_TIME)) == napi_number; in CheckNetworkParams()
H A Dget_traffic_stats_by_network_context.cpp26 constexpr const char *START_TIME = "startTime"; member
46 NapiUtils::GetInt32Property(GetEnv(), params[ARG_INDEX_0], START_TIME) < 0 || in ParseParams()
54 startTime_ = NapiUtils::GetUint32Property(GetEnv(), params[ARG_INDEX_0], START_TIME); in ParseParams()
72 bool hasStartTime = NapiUtils::HasNamedProperty(GetEnv(), params[ARG_INDEX_0], START_TIME); in CheckNetworkParams()
85 GetEnv(), NapiUtils::GetNamedProperty(GetEnv(), params[ARG_INDEX_0], START_TIME)) == napi_number; in CheckNetworkParams()
H A Dget_iface_uid_stats_context.cpp30 constexpr const char *START_TIME = "startTime"; member
47 bool hasStart = NapiUtils::HasNamedProperty(GetEnv(), ifaceInfo, START_TIME); in ParseParams()
63 NapiUtils::GetValueType(GetEnv(), NapiUtils::GetNamedProperty(GetEnv(), ifaceInfo, START_TIME)) == napi_number; in ParseParams()
73 start_ = NapiUtils::GetUint32Property(GetEnv(), ifaceInfo, START_TIME); in ParseParams()
H A Dget_iface_stats_context.cpp28 constexpr const char *START_TIME = "startTime"; member
43 bool hasStart = NapiUtils::HasNamedProperty(GetEnv(), params[ARG_INDEX_0], START_TIME); in ParseParams()
56 START_TIME)) == napi_number; in ParseParams()
67 start_ = NapiUtils::GetUint32Property(GetEnv(), params[ARG_INDEX_0], START_TIME); in ParseParams()
/foundation/multimodalinput/input/service/event_resample/test/
H A Devent_resample_test.cpp34 constexpr int64_t START_TIME = 10000;
58 int64_t lastTime { START_TIME };
59 int64_t frameTime { START_TIME };
60 int64_t lastFrameTime { START_TIME };
66 lastTime = START_TIME; in Reset()
67 frameTime = START_TIME; in Reset()
68 lastFrameTime = START_TIME; in Reset()
74 int64_t actionTime { START_TIME };
/foundation/arkui/ace_engine/advanced_ui_component/exceptionprompt/interfaces/
H A Dexceptionprompt.js25 const START_TIME = 250;
368 duration: this.options.isShown ? START_TIME : END_TIME
/foundation/communication/netmanager_base/frameworks/js/napi/netstats/src/
H A Dstatistics_exec.cpp33 const std::string START_TIME = "startTime"; member
262 NapiUtils::SetInt64Property(context->GetEnv(), tmp, START_TIME, item.startTime_); in GetGetTrafficStatsByUidNetworkCallback()

Completed in 5 milliseconds