Home
last modified time | relevance | path

Searched defs:infoMap (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/window/window_manager/utils/test/unittest/
H A Dperform_reporter_test.cpp147 FullInfoMap infoMap; variable
160 FullInfoMap infoMap; variable
189 BundleNameMap infoMap; variable
202 BundleNameMap infoMap; variable
244 FullInfoMap infoMap; variable
280 BundleNameMap infoMap; variable
/ohos5.0/foundation/window/window_manager/utils/src/
H A Dperform_reporter.cpp121 std::string WindowInfoReporter::GetMsgString(const FullInfoMap& infoMap) in GetMsgString()
144 std::string WindowInfoReporter::GetMsgString(const BundleNameMap& infoMap) in GetMsgString()
186 void WindowInfoReporter::UpdateReportInfo(FullInfoMap& infoMap, in UpdateReportInfo()
209 void WindowInfoReporter::UpdateReportInfo(BundleNameMap& infoMap, const std::string& bundleName) in UpdateReportInfo()
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/efficiency_resources/src/
H A Dbg_efficiency_resources_mgr.cpp162 void BgEfficiencyResourcesMgr::EraseRecordIf(ResourceRecordMap &infoMap, in EraseRecordIf()
197 ResourceRecordMap& infoMap) in RecoverDelayedTask()
390 auto &infoMap = resourceInfo->IsProcess() ? procResourceApplyMap_ : appResourceApplyMap_; in ApplyEfficiencyResourcesInner() local
472 auto &infoMap = isProcess ? procResourceApplyMap_ : appResourceApplyMap_; in ResetTimeOutResource() local
655 std::shared_ptr<ResourceApplicationRecord>> &infoMap, std::vector<std::string> &dumpInfo, in DumpApplicationInfoMap()
696 auto &infoMap = cleanApp ? appResourceApplyMap_ : procResourceApplyMap_; in DumpResetResource() local
720 std::shared_ptr<ResourceApplicationRecord>> &infoMap, int32_t mapKey, uint32_t cleanResource, in RemoveTargetResourceRecord()
770 void BgEfficiencyResourcesMgr::GetEfficiencyResourcesInfosInner(const ResourceRecordMap &infoMap, in GetEfficiencyResourcesInfosInner()
/ohos5.0/foundation/multimedia/av_codec/test/unittest/avsource_test/
H A Davsource_hevc_unit_test.cpp66 std::map<std::string, std::map<std::string, int32_t>> infoMap = { variable
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/ability/
H A Dcamera_ability_parse_util.cpp125 std::map<int32_t, std::vector<int32_t>> &infoMap) in GetAbilityInfo()
161 …nt32_t *originInfo, uint32_t start, uint32_t end, std::map<int32_t, std::vector<int32_t>> &infoMap) in GetInfo()
/ohos5.0/foundation/multimedia/ringtone_library/services/ringtone_restore/src/
H A Dringtone_dualfwk_restore.cpp195 std::map<std::string, std::shared_ptr<FileInfo>> &infoMap, in QueryMediaLibForFileInfo()
247 … const std::vector<std::string> &names, std::map<std::string, std::shared_ptr<FileInfo>> &infoMap, in QueryRingToneDbForFileInfo()
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/
H A Dbg_efficiency_resources_mgr_test.cpp436 std::unordered_map<int32_t, std::shared_ptr<ResourceApplicationRecord>> infoMap {}; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/memory/
H A Drs_memory_manager.cpp602 std::unordered_map<pid_t, MemorySnapshotInfo> infoMap; in MemoryOverCheck() local
714 … MemoryManager::TotalMemoryOverReport(const std::unordered_map<pid_t, MemorySnapshotInfo>& infoMap) in TotalMemoryOverReport()
/ohos5.0/foundation/resourceschedule/background_task_mgr/frameworks/src/
H A Dbackground_task_mgr_stub.cpp434 const std::vector<std::shared_ptr<ResourceCallbackInfo>>& infoMap, MessageParcel& reply) in WriteInfoToParcel()
/ohos5.0/foundation/multimedia/av_codec/test/unittest/demuxer_test/
H A Ddemuxer_uri_unit_test.cpp69 std::map<std::string, std::map<std::string, std::vector<int32_t>>> infoMap = { variable
H A Ddemuxer_hevc_unit_test.cpp74 std::map<std::string, std::map<std::string, std::vector<int32_t>>> infoMap = { variable
/ohos5.0/foundation/multimedia/player_framework/services/utils/
H A Dmedia_dfx.cpp201 const std::map<int32_t, std::list<std::pair<uint64_t, std::shared_ptr<Meta>>>>& infoMap) in CommonStatisicsEventWrite()
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avplayer/
H A Davplayer_callback.cpp311 std::multimap<std::string, std::vector<uint8_t>> infoMap; member
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp3694 const auto& infoMap = iter->second; in GetStartingWindowInfoFromCache() local
3718 auto& infoMap = iter->second; in CacheStartingWindowInfo() local
3725 std::map<std::string, StartingWindowInfo> infoMap({{ key, info }}); in CacheStartingWindowInfo() local
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_data_mgr.cpp2190 [&userIdKey, &userZeroKey](const std::pair<std::string, InnerBundleUserInfo> &infoMap) { in GetAllLauncherAbility()
2228 [&userIdKey, &userZeroKey](const std::pair<std::string, InnerBundleUserInfo> &infoMap) { in GetLauncherAbilityByBundleName()