Home
last modified time | relevance | path

Searched defs:procLevelMap (Results 1 – 16 of 16) sorted by relevance

/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
Dmemory_level_info.cpp26 MemoryLevelInfo::MemoryLevelInfo(const std::map<pid_t, MemoryLevel> &procLevelMap) : procLevelMap_(… in MemoryLevelInfo()
Dapp_mgr_proxy.cpp431 int32_t AppMgrProxy::NotifyProcMemoryLevel(const std::map<pid_t, MemoryLevel> &procLevelMap) in NotifyProcMemoryLevel()
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_fourth_test/
Dapp_mgr_service_fourth_test.cpp282 std::map<pid_t, MemoryLevel> procLevelMap; variable
/foundation/ability/ability_runtime/test/unittest/app_mgr_client_first_test/
Dapp_mgr_client_first_test.cpp132 std::map<pid_t, MemoryLevel> procLevelMap = {}; variable
/foundation/ability/ability_runtime/test/fuzztest/abilityappmgrapprunningmanager_fuzzer/
Dabilityappmgrapprunningmanager_fuzzer.cpp215 std::map<pid_t, MemoryLevel> procLevelMap; in DoSomethingInterestingWithMyAPI() local
/foundation/ability/ability_runtime/test/unittest/multi_instance_utils_second_test/
Dmock_iapp_mgr.h149 virtual int32_t NotifyProcMemoryLevel(const std::map<pid_t, MemoryLevel>& procLevelMap) in NotifyProcMemoryLevel()
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_eighth_test/mock/src/
Dmock_app_running_manager.cpp268 int32_t AppRunningManager::NotifyProcMemoryLevel(const std::map<pid_t, MemoryLevel> &procLevelMap) in NotifyProcMemoryLevel()
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_seventh_test/mock/src/
Dmock_app_running_manager.cpp268 int32_t AppRunningManager::NotifyProcMemoryLevel(const std::map<pid_t, MemoryLevel> &procLevelMap) in NotifyProcMemoryLevel()
/foundation/ability/ability_runtime/test/unittest/app_running_manager_second_test/
Dapp_running_manager_second_test.cpp472 std::map<pid_t, MemoryLevel> procLevelMap; variable
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_ninth_test/mock/src/
Dmock_app_running_manager.cpp277 int32_t AppRunningManager::NotifyProcMemoryLevel(const std::map<pid_t, MemoryLevel> &procLevelMap) in NotifyProcMemoryLevel()
/foundation/ability/ability_runtime/test/unittest/app_mgr_client_test/
Dapp_mgr_client_test.cpp774 std::map<pid_t, MemoryLevel> procLevelMap; variable
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_test/
Dapp_mgr_service_test.cpp2189 std::map<pid_t, MemoryLevel> procLevelMap; variable
/foundation/ability/ability_runtime/services/appmgr/src/
Dapp_mgr_service.cpp543 int32_t AppMgrService::NotifyProcMemoryLevel(const std::map<pid_t, MemoryLevel> &procLevelMap) in NotifyProcMemoryLevel()
Dapp_running_manager.cpp1293 int32_t AppRunningManager::NotifyProcMemoryLevel(const std::map<pid_t, MemoryLevel> &procLevelMap) in NotifyProcMemoryLevel()
Dapp_mgr_service_inner.cpp2807 int32_t AppMgrServiceInner::NotifyProcMemoryLevel(const std::map<pid_t, MemoryLevel> &procLevelMap) in NotifyProcMemoryLevel()
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_seventh_test/
Dapp_mgr_service_inner_seventh_test.cpp846 const std::map<pid_t, MemoryLevel> procLevelMap; variable