Home
last modified time | relevance | path

Searched refs:AbilityMgrHandler (Results 1 - 4 of 4) sorted by relevance

/foundation/ability/ability_lite/services/abilitymgr_lite/src/
H A Dability_mgr_handler.cpp33 void AbilityMgrHandler::Init() in Init()
39 void AbilityMgrHandler::ServiceMsgProcess(const Request &request) in ServiceMsgProcess()
115 PRINTI("AbilityMgrHandler", "unknown msgId"); in ServiceMsgProcess()
121 void AbilityMgrHandler::OnServiceInited() in OnServiceInited()
123 PRINTD("AbilityMgrHandler", "start"); in OnServiceInited()
127 void AbilityMgrHandler::StartKeepAliveApps() in StartKeepAliveApps()
133 CHECK_NULLPTR_RETURN(bundleInfos, "AbilityMgrHandler", "bundleInfos is nullptr"); in StartKeepAliveApps()
155 void AbilityMgrHandler::StartKeepAliveApp(const BundleInfo &bundleInfo) in StartKeepAliveApp()
157 PRINTD("AbilityMgrHandler", "start"); in StartKeepAliveApp()
165 void AbilityMgrHandler
[all...]
H A Dability_inner_feature.cpp108 AbilityMgrHandler::GetInstance().ServiceMsgProcess(*request); in OnFeatureMessage()
H A Dability_mgr_feature.cpp110 AbilityMgrHandler::GetInstance().Init(); in OnFeatureInitialize()
126 AbilityMgrHandler::GetInstance().ServiceMsgProcess(*request); in OnFeatureMessage()
/foundation/ability/ability_lite/services/abilitymgr_lite/include/
H A Dability_mgr_handler.h27 class AbilityMgrHandler : public NoCopyable { class
29 static AbilityMgrHandler &GetInstance() in GetInstance()
31 static AbilityMgrHandler instance; in GetInstance()
34 ~AbilityMgrHandler() = default;
38 AbilityMgrHandler() = default;

Completed in 3 milliseconds