Home
last modified time | relevance | path

Searched refs:speed (Results 1 – 7 of 7) sorted by relevance

/base/location/interfaces/inner_api/include/
Dlocation.h75 inline void SetSpeed(double speed) in SetSpeed() argument
77 speed_ = speed; in SetSpeed()
/base/powermgr/battery_statistics/services/native/src/
Dcpu_time_reader.cpp103 int64_t CpuTimeReader::GetUidCpuFreqTimeMs(int32_t uid, uint32_t cluster, uint32_t speed) in GetUidCpuFreqTimeMs() argument
112 if (speed < cpuFreqTimeVector.size()) { in GetUidCpuFreqTimeMs()
113 cpuFreqTime = cpuFreqTimeVector[speed]; in GetUidCpuFreqTimeMs()
115 std::to_string(cpuFreqTime).c_str(), speed); in GetUidCpuFreqTimeMs()
117 … STATS_HILOGD(COMP_SVC, "No cpu freq time of speed: %{public}d found, return 0", speed); in GetUidCpuFreqTimeMs()
/base/location/services/location_gnss/gnss/source/
Dgnss_event_callback.cpp41 locationNew->SetSpeed(location.speed); in ReportLocation()
/base/powermgr/battery_statistics/services/native/include/
Dcpu_time_reader.h31 int64_t GetUidCpuFreqTimeMs(int32_t uid, uint32_t cluster, uint32_t speed);
/base/update/updater/test/unittest/test_data/applypatch/
DTestGZipModeImagePatch.old.gz
/base/location/frameworks/native/source/
Dnapi_util.cpp559 double speed = 0.0; in GetLocationArray() local
560 JsObjectToDouble(env, elementValue, "speed", speed); in GetLocationArray()
561 locationAdapter->SetSpeed(speed); in GetLocationArray()
/base/location/test/location_gnss/source/
Dgnss_ability_test.cpp881 locationInfo.speed = 1.0;
975 locationInfo.speed = 1.0;