Home
last modified time | relevance | path

Searched refs:oldId (Results 1 - 13 of 13) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/
H A Dbundle_resource_event_subscriber.cpp28 constexpr const char* OLD_USER_ID = "oldId";
43 std::string oldId = data.GetWant().GetStringParam(OLD_USER_ID); in OnReceiveEvent() local
44 if (oldId.empty() || !OHOS::StrToInt(oldId, oldUserId)) { in OnReceiveEvent()
45 APP_LOGE("oldId:%{public}s parse failed", oldId.c_str()); in OnReceiveEvent()
/foundation/arkui/ace_engine/frameworks/core/components_part_upd/foreach/
H A Dforeach_element.cpp84 for (const auto& oldId : oldIds) { in RemoveUnusedChildElementsFromRegistery()
85 // check if oldId still in newIds array in RemoveUnusedChildElementsFromRegistery()
86 if (newIdsSet.find(oldId) == newIdsSet.end()) { in RemoveUnusedChildElementsFromRegistery()
167 for (const auto& oldId : oldIds) { in LocalizedUpdate()
168 // check if oldId still in newIds array in LocalizedUpdate()
169 if (newIdsSet.find(oldId) == newIdsSet.end()) { in LocalizedUpdate()
171 auto iter = oldElmtsByIdMap.find(oldId); in LocalizedUpdate()
/foundation/multimedia/player_framework/services/services/observer/
H A Daccount_listener.cpp35 void AccountListener::OnAccountsSwitch(const int &newId, const int &oldId) in OnAccountsSwitch() argument
H A Daccount_listener.h30 void OnAccountsSwitch(const int &newId, const int &oldId) override;
/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Dfor_each_node.cpp81 for (const auto& oldId : tempOldIdsSet_) { in CollectRemovingIds()
82 auto iter = oldNodeByIdMap_.find(oldId); in CollectRemovingIds()
113 for (const auto& oldId : tempOldIdsSet_) { in CompareAndUpdateChildren()
114 auto iter = oldNodeByIdMap_.find(oldId); in CompareAndUpdateChildren()
/foundation/resourceschedule/memmgr/services/memmgrservice/src/reclaim_priority_manager/
H A Dmulti_account_manager.cpp182 for (int oldId : oldActiveAccountIds_) { in GetSwitchedAccountIds()
183 if (std::find(newActiveAccountIds.begin(), newActiveAccountIds.end(), oldId) == newActiveAccountIds.end()) { in GetSwitchedAccountIds()
184 accountIds.push_back(oldId); in GetSwitchedAccountIds()
185 HILOGI("Get the switched account succeed, accountId = %{public}d.", oldId); in GetSwitchedAccountIds()
/foundation/multimedia/audio_framework/services/audio_policy/server/include/
H A Daudio_policy_server.h653 void OnAccountsSwitch(const int &newId, const int &oldId) override
655 CHECK_AND_RETURN_LOG(oldId >= LOCAL_USER_ID, "invalid id");
656 AUDIO_INFO_LOG("OnAccountsSwitch received, newid: %{public}d, oldid: %{public}d", newId, oldId);
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhdecoder.cpp1077 uint64_t oldId = currSurface_.surface_->GetUniqueId(); in OnSetOutputSurfaceWhenRunning() local
1079 HLOGI("surface %" PRIu64 " -> %" PRIu64, oldId, newId); in OnSetOutputSurfaceWhenRunning()
1080 if (oldId == newId) { in OnSetOutputSurfaceWhenRunning()
/foundation/multimedia/av_codec/services/engine/codec/video/hevcdecoder/
H A Dhevc_decoder.cpp1350 uint64_t oldId = curSurface->GetUniqueId(); in ReplaceOutputSurfaceWhenRunning() local
1352 AVCODEC_LOGI("surface %{public}" PRIu64 " -> %{public}" PRIu64 "", oldId, newId); in ReplaceOutputSurfaceWhenRunning()
1353 if (oldId == newId) { in ReplaceOutputSurfaceWhenRunning()
/foundation/multimedia/av_codec/services/engine/codec/video/fcodec/
H A Dfcodec.cpp1220 uint64_t oldId = oldSurface->GetUniqueId(); in ReplaceOutputSurfaceWhenRunning() local
1222 AVCODEC_LOGI("surface %{public}" PRIu64 " -> %{public}" PRIu64 "", oldId, newId); in ReplaceOutputSurfaceWhenRunning()
1223 if (oldId == newId) { in ReplaceOutputSurfaceWhenRunning()
/foundation/arkui/ace_engine/frameworks/core/components_v2/common/
H A Delement_proxy.cpp1338 for (const auto& oldId : oldIds) {
1339 idS += oldId + ", ";
/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/
H A Dclone_restore.cpp2085 for (const auto& [oldId, newId] : fileIdPairs) { in GenNewCoverUris()
2086 oldToNewFileId[std::to_string(oldId)] = newId; in GenNewCoverUris()
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp4845 auto oldId = navigationGroupNode->GetCurId(); in AddOrReplaceNavigationNode() local
4846 if (!oldId.empty() && navigationNodes_.find(oldId) != navigationNodes_.end()) { in AddOrReplaceNavigationNode()
4847 navigationNodes_.erase(oldId); in AddOrReplaceNavigationNode()

Completed in 24 milliseconds