Searched refs:UIMgrService (Results 1 – 3 of 3) sorted by relevance
38 UIMgrService::UIMgrService() in UIMgrService() function in OHOS::Ace::UIMgrService43 UIMgrService::~UIMgrService() in ~UIMgrService()62 void UIMgrService::OnStart() in OnStart()82 bool UIMgrService::Init() in Init()103 void UIMgrService::OnStop() in OnStop()112 UIServiceRunningState UIMgrService::QueryServiceState() const in QueryServiceState()134 int32_t UIMgrService::UnregisterCallBack(const AAFwk::Want& want) in UnregisterCallBack()183 int32_t UIMgrService::ReturnRequest( in ReturnRequest()213 int32_t UIMgrService::HandleUnregister(const AAFwk::Want& want) in HandleUnregister()225 std::string UIMgrService::GetCallBackKeyStr(const AAFwk::Want& want) in GetCallBackKeyStr()[all …]
57 auto uiMgrService = DelayedSingleton<UIMgrService>::GetInstance();73 auto uiMgrService = DelayedSingleton<UIMgrService>::GetInstance();92 auto uiMgrService = DelayedSingleton<UIMgrService>::GetInstance();112 auto uiMgrService = DelayedSingleton<UIMgrService>::GetInstance();130 auto uiMgrService = DelayedSingleton<UIMgrService>::GetInstance();147 auto uiMgrService = DelayedSingleton<UIMgrService>::GetInstance();168 auto uiMgrService = DelayedSingleton<UIMgrService>::GetInstance();187 auto uiMgrService = DelayedSingleton<UIMgrService>::GetInstance();207 auto uiMgrService = DelayedSingleton<UIMgrService>::GetInstance();
38 class UIMgrService : public SystemAbility,40 public std::enable_shared_from_this<UIMgrService> {41 DECLARE_DELAYED_SINGLETON(UIMgrService)42 DECLEAR_SYSTEM_ABILITY(UIMgrService)