Home
last modified time | relevance | path

Searched refs:lastInfo (Results 1 - 12 of 12) sorted by relevance

/foundation/communication/netmanager_base/services/netstatsmanager/src/
H A Dnet_stats_cached.cpp174 [&info](const NetStatsInfo &lastInfo) { return info.Equals(lastInfo); }); in GetIncreasedStats()
184 [&info](const NetStatsInfo &lastInfo) { return info.Equals(lastInfo); }); in GetIncreasedSimStats()
213 [this, &info](const NetStatsInfo &lastInfo) { return info.Equals(lastInfo); }); in CacheUidStats()
273 [this, &info](const NetStatsInfo &lastInfo) { return info.Equals(lastInfo); }); in CacheUidSimStats()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dprocess_notifier.cpp159 Info lastInfo; in GetLastUploadInfo() local
163 lastInfo = syncProcess.tableProcess.at(tableName).upLoadInfo; in GetLastUploadInfo()
165 lastUploadInfo = lastInfo; in GetLastUploadInfo()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/
H A Da2dp_sbc_param_ctrl.cpp922 A2dpSBCCapability lastInfo = {}; in IsSbcConfigChanged() local
925 if (ParseInfoSbc(&lastInfo, lastCodecInfo) != A2DP_SUCCESS) { in IsSbcConfigChanged()
935 return (lastInfo.sampleFreq == newInfo.sampleFreq) && (lastInfo.channelMode == newInfo.channelMode) && in IsSbcConfigChanged()
936 (lastInfo.blockLen == newInfo.blockLen) && (lastInfo.numSubbands == newInfo.numSubbands) && in IsSbcConfigChanged()
937 (lastInfo.allocatedMethod == newInfo.allocatedMethod) && (lastInfo.minBitpool == newInfo.minBitpool) && in IsSbcConfigChanged()
938 (lastInfo.maxBitpool == newInfo.maxBitpool); in IsSbcConfigChanged()
H A Da2dp_aac_param_ctrl.cpp931 A2dpAACCapability lastInfo = {}; in IsAacConfigChanged() local
934 if (ParseInfoAac(&lastInfo, lastCodecInfo) != A2DP_SUCCESS) { in IsAacConfigChanged()
944 return (lastInfo.sampleFreq == newInfo.sampleFreq) && (lastInfo.channelMode == newInfo.channelMode) && in IsAacConfigChanged()
945 (lastInfo.bitRate == newInfo.bitRate); in IsAacConfigChanged()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_analysis_album_operations.cpp363 static bool CheckGroupPhotoAlbumInfo(const GroupPhotoAlbumInfo &info, const GroupPhotoAlbumInfo &lastInfo) in CheckGroupPhotoAlbumInfo() argument
365 bool hasUpdated = ((info.albumName.compare(lastInfo.albumName) != 0) || in CheckGroupPhotoAlbumInfo()
366 (info.coverUri.compare(lastInfo.coverUri) != 0) || in CheckGroupPhotoAlbumInfo()
367 (info.count != lastInfo.count) || in CheckGroupPhotoAlbumInfo()
368 (info.isMe != lastInfo.isMe) || in CheckGroupPhotoAlbumInfo()
369 (info.isRemoved != lastInfo.isRemoved) || in CheckGroupPhotoAlbumInfo()
370 (info.renameOperation != lastInfo.renameOperation) || in CheckGroupPhotoAlbumInfo()
371 (info.isCoverSatisfied != lastInfo.isCoverSatisfied)); in CheckGroupPhotoAlbumInfo()
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_telemetry.cpp226 static double GetCpuTotalUsage(const CpuTime& info, const CpuTime& lastInfo) in GetCpuTotalUsage() argument
228 const double deltaTotal = info.total - lastInfo.total; in GetCpuTotalUsage()
235 usage += std::max(info.times[i] - lastInfo.times[i], 0.0); in GetCpuTotalUsage()
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_pattern_test_ng.cpp1039 RichEditorAbstractSpanResult& lastInfo = changeValue.originalSpans_.back(); in HWTEST_F() local
1040 int32_t lastLength = static_cast<int32_t>(StringUtils::ToWstring(lastInfo.GetValue()).length()); in HWTEST_F()
1041 lastInfo.SetEraseLength(lastLength); in HWTEST_F()
1056 lastInfo.SetSpanIndex(richEditorPattern->spans_.size() - 2); in HWTEST_F()
1221 RichEditorAbstractSpanResult& lastInfo = changeValue.originalSpans_.back(); in HWTEST_F() local
1222 lastInfo.SetValue("test123\n"); in HWTEST_F()
1223 int32_t lastLength = static_cast<int32_t>(StringUtils::ToWstring(lastInfo.GetValue()).length()); in HWTEST_F()
1224 lastInfo.SetEraseLength(lastLength - 1); in HWTEST_F()
1235 lastLength = static_cast<int32_t>(StringUtils::ToWstring(lastInfo.GetValue()).length()); in HWTEST_F()
1236 lastInfo in HWTEST_F()
[all...]
H A Drich_editor_edit_testone_ng.cpp1188 RichEditorAbstractSpanResult& lastInfo = changeValue.originalSpans_.back(); in HWTEST_F() local
1189 int32_t lastLength = static_cast<int32_t>(StringUtils::ToWstring(lastInfo.GetValue()).length()); in HWTEST_F()
1190 lastInfo.SetEraseLength(lastLength); in HWTEST_F()
1207 lastInfo.SetSpanIndex(richEditorPattern->spans_.size() - 1); in HWTEST_F()
1213 lastInfo.SetEraseLength(lastLength - 1); in HWTEST_F()
/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test4.cpp381 std::vector<VisibleWindowNumInfo> lastInfo; in HWTEST_F() local
384 lastInfo.push_back(num); in HWTEST_F()
385 EXPECT_EQ(false, ssm_->IsVectorSame(lastInfo, currentInfo)); in HWTEST_F()
386 lastInfo.clear(); in HWTEST_F()
388 lastInfo.reserve(2); in HWTEST_F()
392 lastInfo.push_back(oneNum); in HWTEST_F()
394 EXPECT_EQ(true, ssm_->IsVectorSame(lastInfo, currentInfo)); in HWTEST_F()
401 EXPECT_EQ(false, ssm_->IsVectorSame(lastInfo, currentInfo)); in HWTEST_F()
407 EXPECT_EQ(false, ssm_->IsVectorSame(lastInfo, currentInfo)); in HWTEST_F()
/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager.h904 bool IsVectorSame(const std::vector<VisibleWindowNumInfo>& lastInfo,
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp9496 const RichEditorAbstractSpanResult& lastInfo = originalSpans.back(); in GetChangeSpanStyle() local
9498 int32_t lastLength = static_cast<int32_t>(StringUtils::ToWstring(lastInfo.GetValue()).length()); in GetChangeSpanStyle()
9499 if (firstInfo.GetEraseLength() == firstLength && lastInfo.GetEraseLength() == lastLength) { in GetChangeSpanStyle()
9501 static_cast<int32_t>(spans_.size()) == (lastInfo.GetSpanIndex() + 1)) { in GetChangeSpanStyle()
9504 spanIndex = lastInfo.GetSpanIndex() + 1; in GetChangeSpanStyle()
9506 spanIndex = lastInfo.GetSpanIndex(); in GetChangeSpanStyle()
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp10074 bool SceneSessionManager::IsVectorSame(const std::vector<VisibleWindowNumInfo>& lastInfo, in IsVectorSame() argument
10077 if (lastInfo.size() != currentInfo.size()) { in IsVectorSame()
10081 size_t sizeOfLastInfo = lastInfo.size(); in IsVectorSame()
10083 if (lastInfo[i].displayId != currentInfo[i].displayId || in IsVectorSame()
10084 lastInfo[i].visibleWindowNum != currentInfo[i].visibleWindowNum) { in IsVectorSame()

Completed in 46 milliseconds