Home
last modified time | relevance | path

Searched refs:appLifeCycleFlow_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/utils/global/freeze/src/
H A Dfreeze_util.cpp93 auto iter = appLifeCycleFlow_.find(pid); in AddAppLifecycleEvent()
94 if (iter != appLifeCycleFlow_.end()) { in AddAppLifecycleEvent()
97 appLifeCycleFlow_.emplace(pid, newEntry); in AddAppLifecycleEvent()
104 appLifeCycleFlow_.erase(pid); in DeleteAppLifecycleEvent()
110 auto search = appLifeCycleFlow_.find(pid); in GetAppLifecycleEvent()
111 if (search != appLifeCycleFlow_.end()) { in GetAppLifecycleEvent()
/ohos5.0/foundation/ability/ability_runtime/utils/global/freeze/include/
H A Dfreeze_util.h72 std::unordered_map<pid_t, std::string> appLifeCycleFlow_; variable