Home
last modified time | relevance | path

Searched defs:performance (Results 1 – 6 of 6) sorted by relevance

/base/request/request/common/netstack_rs/tests/ut/
Dut_info.rs32 let mut performance = RustPerformanceInfo::default(); in ut_download_performance() localVariable
/base/powermgr/power_manager/frameworks/napi/power/
Dpower_module.cpp44 napi_value performance = nullptr; in CreateDevicePowerMode() local
/base/request/request/frameworks/js/napi/cache_download/src/
Dnapi_utils.cpp129 inline napi_status setPerformanceField(napi_env env, napi_value performance, double field_value, co… in setPerformanceField()
222 napi_value performance; in buildInfoPerformance() local
/base/request/request/common/netstack_rs/src/cxx/
Dwrapper.cpp108 void GetPerformanceInfo(const HttpClientResponse &response, RustPerformanceInfo &performance) in GetPerformanceInfo()
/base/request/request/common/netstack_rs/src/
Dwrapper.rs77 let mut performance = RustPerformanceInfo::default(); in on_success() localVariable
105 let mut performance = RustPerformanceInfo::default(); in on_fail() localVariable
Dinfo.rs106 pub performance: RustPerformanceInfo, field