Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/adapter/ohos/services/uiservice/src/
H A Dui_mgr_service.cpp27 const bool REGISTER_RESULT = SystemAbility::MakeAndRegisterAbility(DelayedSingleton<UIMgrService>::GetInstance().get());
30 // UiservicePluginDialog UIMgrService::dialogPlugin_;
32 UIMgrService::UIMgrService() in UIMgrService() function in OHOS::Ace::UIMgrService
37 UIMgrService::~UIMgrService() in ~UIMgrService()
43 int32_t UIMgrService::Dump(int32_t fd, const std::vector<std::u16string>& args) in Dump()
56 void UIMgrService::OnStart() in OnStart()
69 bool ret = Publish(DelayedSingleton<UIMgrService>::GetInstance().get()); in OnStart()
76 bool UIMgrService
[all...]
/foundation/arkui/ace_engine/adapter/ohos/services/uiservice/test/unittest/phone/ui_mgr_service_test/
H A Dui_mgr_service_test.cpp49 * @tc.desc: Verify that the UIMgrService could query service state.
57 auto uiMgrService = DelayedSingleton<UIMgrService>::GetInstance(); in HWTEST_F()
66 * @tc.desc: Verify that the UIMgrService could get eventHandler.
73 auto uiMgrService = DelayedSingleton<UIMgrService>::GetInstance(); in HWTEST_F()
84 * @tc.desc: Verify that the UIMgrService OnStart is normal.
92 auto uiMgrService = DelayedSingleton<UIMgrService>::GetInstance(); in HWTEST_F()
103 * @tc.desc: Verify that the UIMgrService RegisterCallBack is normal.
112 auto uiMgrService = DelayedSingleton<UIMgrService>::GetInstance(); in HWTEST_F()
122 * @tc.desc: Verify that the UIMgrService UnregisterCallBack is normal.
130 auto uiMgrService = DelayedSingleton<UIMgrService> in HWTEST_F()
[all...]
/foundation/arkui/ace_engine/adapter/ohos/services/uiservice/include/
H A Dui_mgr_service.h38 class UIMgrService : public SystemAbility, class
40 public std::enable_shared_from_this<UIMgrService> {
41 DECLARE_DELAYED_SINGLETON(UIMgrService)
42 DECLEAR_SYSTEM_ABILITY(UIMgrService)

Completed in 2 milliseconds