Searched refs:speed (Results 1 – 7 of 7) sorted by relevance
/base/location/interfaces/inner_api/include/ |
D | location.h | 75 inline void SetSpeed(double speed) in SetSpeed() argument 77 speed_ = speed; in SetSpeed()
|
/base/powermgr/battery_statistics/services/native/src/ |
D | cpu_time_reader.cpp | 103 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/ |
D | gnss_event_callback.cpp | 41 locationNew->SetSpeed(location.speed); in ReportLocation()
|
/base/powermgr/battery_statistics/services/native/include/ |
D | cpu_time_reader.h | 31 int64_t GetUidCpuFreqTimeMs(int32_t uid, uint32_t cluster, uint32_t speed);
|
/base/update/updater/test/unittest/test_data/applypatch/ |
D | TestGZipModeImagePatch.old.gz |
|
/base/location/frameworks/native/source/ |
D | napi_util.cpp | 559 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/ |
D | gnss_ability_test.cpp | 881 locationInfo.speed = 1.0; 975 locationInfo.speed = 1.0;
|