Home
last modified time | relevance | path

Searched refs:waitingDebugBundleList_ (Results 1 - 3 of 3) sorted by relevance

/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp6518 if (!waitingDebugBundleList_.empty()) { in NotifyAppFaultBySA()
6519 waitingDebugBundleList_.clear(); in NotifyAppFaultBySA()
6529 waitingDebugBundleList_.try_emplace(bundleName, isPersist); in NotifyAppFaultBySA()
6553 waitingDebugBundleList_.clear(); in NotifyAppFaultBySA()
6574 if (waitingDebugBundleList_.empty()) { in NotifyAppFaultBySA()
6579 for (const auto &item : waitingDebugBundleList_) { in NotifyAppFaultBySA()
6605 waitingDebugBundleList_.try_emplace(item, true); in NotifyAppFaultBySA()
6641 if (waitingDebugBundleList_.empty()) { in NotifyAppFaultBySA()
6646 for (const auto &item : waitingDebugBundleList_) { in NotifyAppFaultBySA()
6666 for (const auto &item : waitingDebugBundleList_) { in NotifyAppFaultBySA()
[all...]
/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_mgr_service_inner.h1852 std::map<std::string, bool> waitingDebugBundleList_; member in OHOS::AppExecFwk::AppMgrServiceInner
/foundation/ability/ability_runtime/test/unittest/ams_mgr_scheduler_second_test/
H A Dams_mgr_scheduler_second_test.cpp1554 appMgrServiceInner->waitingDebugBundleList_.emplace("testBundleName", true); in HWTEST_F()

Completed in 18 milliseconds