Home
last modified time | relevance | path

Searched refs:applyMonitor (Results 1 - 2 of 2) sorted by relevance

/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dquick_fix_command.cpp83 auto applyMonitor = std::make_shared<ApplyQuickFixMonitor>(subscribeInfo, statusReceiver); in ApplyQuickFix() local
84 EventFwk::CommonEventManager::SubscribeCommonEvent(applyMonitor); in ApplyQuickFix()
95 if (applyMonitor->GetResultInfo().empty()) { in ApplyQuickFix()
98 resultInfo.append("apply quickfix failed with error: " + applyMonitor->GetResultInfo() + ".\n"); in ApplyQuickFix()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_service.cpp385 auto applyMonitor = std::make_shared<CommonEventListener>(subscribeInfo); in InitCommonEventListener() local
386 EventFwk::CommonEventManager::SubscribeCommonEvent(applyMonitor); in InitCommonEventListener()

Completed in 7 milliseconds