/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/ |
H A D | bundle_resource_event_subscriber.cpp | 28 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 D | foreach_element.cpp | 84 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 D | account_listener.cpp | 35 void AccountListener::OnAccountsSwitch(const int &newId, const int &oldId) in OnAccountsSwitch() argument
|
H A D | account_listener.h | 30 void OnAccountsSwitch(const int &newId, const int &oldId) override;
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/ |
H A D | for_each_node.cpp | 81 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 D | multi_account_manager.cpp | 182 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 D | audio_policy_server.h | 653 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 D | hdecoder.cpp | 1077 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 D | hevc_decoder.cpp | 1350 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 D | fcodec.cpp | 1220 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 D | element_proxy.cpp | 1338 for (const auto& oldId : oldIds) { 1339 idS += oldId + ", ";
|
/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/ |
H A D | clone_restore.cpp | 2085 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 D | pipeline_context.cpp | 4845 auto oldId = navigationGroupNode->GetCurId(); in AddOrReplaceNavigationNode() local 4846 if (!oldId.empty() && navigationNodes_.find(oldId) != navigationNodes_.end()) { in AddOrReplaceNavigationNode() 4847 navigationNodes_.erase(oldId); in AddOrReplaceNavigationNode()
|