Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_test/
H A Dapp_mgr_service_inner_test.cpp2763 appMgrServiceInner->SendHiSysEvent(0, 0); in HWTEST_F()
2771 appMgrServiceInner->SendHiSysEvent(0, 0); in HWTEST_F()
2772 appMgrServiceInner->SendHiSysEvent(1, 0); in HWTEST_F()
2773 appMgrServiceInner->SendHiSysEvent(2, 0); in HWTEST_F()
2774 appMgrServiceInner->SendHiSysEvent(3, 0); in HWTEST_F()
2775 appMgrServiceInner->SendHiSysEvent(4, 0); in HWTEST_F()
2778 appMgrServiceInner->SendHiSysEvent(0, 0); in HWTEST_F()
/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_mgr_service_inner.h1792 void SendHiSysEvent(const int32_t innerEventId, const int64_t eventId);
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp3746 SendHiSysEvent(event.GetEventId(), event.GetParam()); in HandleTimeOut()
3750 SendHiSysEvent(event.GetEventId(), event.GetParam()); in HandleTimeOut()
3755 SendHiSysEvent(event.GetEventId(), event.GetParam()); in HandleTimeOut()
3759 SendHiSysEvent(event.GetEventId(), event.GetParam()); in HandleTimeOut()
4786 void AppMgrServiceInner::SendHiSysEvent(const int32_t innerEventId, const int64_t eventId) in SendHiSysEvent() function in OHOS::AppExecFwk::AppMgrServiceInner
4788 TAG_LOGD(AAFwkTag::APPMGR, "called AppMgrServiceInner SendHiSysEvent!"); in SendHiSysEvent()
4804 TAG_LOGD(AAFwkTag::APPMGR, "SendHiSysEvent, Hook_mode: no handle time out"); in SendHiSysEvent()

Completed in 22 milliseconds