Searched refs:activeInfo (Results 1 - 7 of 7) sorted by relevance
/base/sensors/sensor/utils/common/src/ |
H A D | active_info.cpp | 103 auto activeInfo = std::make_unique<ActiveInfo>(); in Unmarshalling() local 104 activeInfo->SetPid(pid); in Unmarshalling() 105 activeInfo->SetSensorId(sensorId); in Unmarshalling() 106 activeInfo->SetSamplingPeriodNs(samplingPeriodNs); in Unmarshalling() 107 activeInfo->SetMaxReportDelayNs(maxReportDelayNs); in Unmarshalling() 108 return activeInfo; in Unmarshalling()
|
/base/sensors/sensor/services/src/ |
H A D | sensor_power_policy.cpp | 226 ActiveInfo activeInfo(pid, sensorId, sensorInfo.GetSamplingPeriodNs(), in GetActiveInfoList() 228 activeInfoList.push_back(activeInfo); in GetActiveInfoList() 238 void SensorPowerPolicy::ReportActiveInfo(const ActiveInfo &activeInfo, in ReportActiveInfo() argument 242 if (activeInfo.GetPid() < 0 || activeInfo.GetSensorId() < 0) { in ReportActiveInfo() 243 SEN_HILOGE("Invalid activeInfo"); in ReportActiveInfo() 247 pkt << activeInfo.GetPid() << activeInfo.GetSensorId() << in ReportActiveInfo() 248 activeInfo.GetSamplingPeriodNs() << activeInfo in ReportActiveInfo() [all...] |
H A D | sensor_service.cpp | 586 ActiveInfo activeInfo(pid, sensorId, sensorInfo.GetSamplingPeriodNs(), in ReportActiveInfo() 588 POWER_POLICY.ReportActiveInfo(activeInfo, sessionList); in ReportActiveInfo()
|
/base/telephony/core_service/frameworks/cj/telephony_sim/src/ |
H A D | telephony_sim_impl.cpp | 278 std::vector<IccAccountInfo> activeInfo; in getActiveSimAccountInfoList() local 283 errCode = DelayedRefSingleton<CoreServiceClient>::GetInstance().GetActiveSimAccountInfoList(activeInfo); in getActiveSimAccountInfoList() 285 size_t infoSize = activeInfo.size(); in getActiveSimAccountInfoList() 295 IccAccountInfoConversion(head[i], activeInfo.at(i)); in getActiveSimAccountInfoList()
|
/base/sensors/sensor/services/include/ |
H A D | sensor_power_policy.h | 42 void ReportActiveInfo(const ActiveInfo &activeInfo, const std::vector<SessionPtr> &sessionList);
|
/base/sensors/sensor/frameworks/native/src/ |
H A D | sensor_service_proxy.cpp | 249 ActiveInfo activeInfo; in GetActiveInfoList() local 251 auto tmpActiveInfo = activeInfo.Unmarshalling(reply); in GetActiveInfoList()
|
/base/telephony/core_service/frameworks/js/sim/src/ |
H A D | napi_sim.cpp | 2135 std::vector<IccAccountInfo> activeInfo; in NativeGetActiveSimAccountInfoList() local 2136 int32_t errorCode = DelayedRefSingleton<CoreServiceClient>::GetInstance().GetActiveSimAccountInfoList(activeInfo); in NativeGetActiveSimAccountInfoList() 2139 accountInfo->vecInfo.swap(activeInfo); in NativeGetActiveSimAccountInfoList()
|
Completed in 10 milliseconds