Home
last modified time | relevance | path

Searched refs:AttachedToStatusBar (Results 1 - 17 of 17) sorted by relevance

/foundation/ability/ability_runtime/services/abilitymgr/src/scene_board/
H A Dstatus_bar_delegate_manager.cpp83 IN_PROCESS_CALL_WITHOUT_RET(DelayedSingleton<AppScheduler>::GetInstance()->AttachedToStatusBar( in DoProcessAttachment()
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dams_mgr_interface.h396 virtual void AttachedToStatusBar(const sptr<IRemoteObject> &token) {} in AttachedToStatusBar() function in OHOS::AppExecFwk::IAmsMgr
H A Dams_mgr_proxy.h358 virtual void AttachedToStatusBar(const sptr<IRemoteObject> &token) override;
H A Dapp_mgr_client.h846 virtual AppMgrResultCode AttachedToStatusBar(const sptr<IRemoteObject> &token);
/foundation/ability/ability_runtime/services/appmgr/include/
H A Dams_mgr_scheduler.h390 void AttachedToStatusBar(const sptr<IRemoteObject> &token) override;
H A Dapp_mgr_service_inner.h1322 void AttachedToStatusBar(const sptr<IRemoteObject> &token);
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dams_mgr_scheduler.cpp52 constexpr const char* TASK_ATTACHED_TO_STATUS_BAR = "AttachedToStatusBar";
649 void AmsMgrScheduler::AttachedToStatusBar(const sptr<IRemoteObject> &token) in AttachedToStatusBar() function in OHOS::AppExecFwk::AmsMgrScheduler
663 std::bind(&AppMgrServiceInner::AttachedToStatusBar, amsMgrServiceInner_, token); in AttachedToStatusBar()
H A Dapp_mgr_service_inner.cpp7894 void AppMgrServiceInner::AttachedToStatusBar(const sptr<IRemoteObject> &token) in NotifyAppFaultBySA() function in OHOS::AppExecFwk::AppMgrServiceInner
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dapp_scheduler.cpp604 void AppScheduler::AttachedToStatusBar(const sptr<IRemoteObject> &token) in AttachedToStatusBar() function in OHOS::AAFwk::AppScheduler
608 appMgrClient_->AttachedToStatusBar(token); in AttachedToStatusBar()
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dapp_scheduler.h532 void AttachedToStatusBar(const sptr<IRemoteObject> &token);
/foundation/ability/ability_runtime/test/unittest/ams_mgr_scheduler_test/
H A Dams_mgr_scheduler_test.cpp1460 * Function: AttachedToStatusBar
1462 * FunctionPoints: AmsMgrScheduler AttachedToStatusBar
1471 amsMgrScheduler->AttachedToStatusBar(token); in HWTEST_F()
1476 * Function: AttachedToStatusBar
1478 * FunctionPoints: AmsMgrScheduler AttachedToStatusBar
1489 amsMgrScheduler->AttachedToStatusBar(token); in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/ams_mgr_scheduler_second_test/
H A Dams_mgr_scheduler_second_test.cpp1760 * @tc.desc: Test AttachedToStatusBar
1776 amsMgrScheduler->AttachedToStatusBar(token); in HWTEST_F()
1782 * @tc.desc: Test AttachedToStatusBar
1798 amsMgrScheduler->AttachedToStatusBar(token); in HWTEST_F()
1804 * @tc.desc: Test AttachedToStatusBar
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_mgr_client.cpp1299 AppMgrResultCode AppMgrClient::AttachedToStatusBar(const sptr<IRemoteObject> &token) in AttachedToStatusBar() function in OHOS::AppExecFwk::AppMgrClient
1305 amsService->AttachedToStatusBar(token); in AttachedToStatusBar()
H A Dams_mgr_stub.cpp778 AttachedToStatusBar(token); in HandleAttachedToStatusBar()
H A Dams_mgr_proxy.cpp1196 void AmsMgrProxy::AttachedToStatusBar(const sptr<IRemoteObject> &token) in AttachedToStatusBar() function in OHOS::AppExecFwk::AmsMgrProxy
/foundation/ability/ability_runtime/test/unittest/app_mgr_client_test/
H A Dapp_mgr_client_test.cpp1415 appMgrClient->AttachedToStatusBar(token); in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_test/
H A Dapp_mgr_service_inner_test.cpp4452 appMgrServiceInner->AttachedToStatusBar(nullptr); in HWTEST_F()
4455 appMgrServiceInner->AttachedToStatusBar(token); in HWTEST_F()
4466 appMgrServiceInner->AttachedToStatusBar(token); in HWTEST_F()

Completed in 39 milliseconds