Home
last modified time | relevance | path

Searched refs:SendProcessStartFailedEvent (Results 1 - 9 of 9) sorted by relevance

/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_event.cpp130 bool AppMgrEventUtil::SendProcessStartFailedEvent(std::shared_ptr<AppRunningRecord> callerAppRecord, in SendProcessStartFailedEvent() function in OHOS::AppExecFwk::AppMgrEventUtil
166 AAFwk::EventReport::SendProcessStartFailedEvent(AAFwk::EventName::PROCESS_START_FAILED, eventInfo); in SendProcessStartFailedEvent()
220 AAFwk::EventReport::SendProcessStartFailedEvent(AAFwk::EventName::PROCESS_START_FAILED, eventInfo); in SendChildProcessStartFailedEvent()
252 AAFwk::EventReport::SendProcessStartFailedEvent(AAFwk::EventName::PROCESS_START_FAILED, eventInfo); in SendRenderProcessStartFailedEvent()
H A Dapp_mgr_service_inner.cpp3397 SendProcessStartFailedEvent(appRecord, ProcessStartFailedReason::GET_SPAWN_CLIENT_FAILED, in StartProcess()
3413 SendProcessStartFailedEvent(appRecord, ProcessStartFailedReason::CREATE_START_MSG_FAILED, ret); in StartProcess()
3438 SendProcessStartFailedEvent(appRecord, ProcessStartFailedReason::APPSPAWN_FAILED, in StartProcess()
3595 bool AppMgrServiceInner::SendProcessStartFailedEvent(std::shared_ptr<AppRunningRecord> appRecord, in SendProcessStartFailedEvent() function in OHOS::AppExecFwk::AppMgrServiceInner
3609 AppMgrEventUtil::SendProcessStartFailedEvent(callerAppRecord, appRecord, eventInfo); in SendProcessStartFailedEvent()
/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_mgr_event.h44 static bool SendProcessStartFailedEvent(std::shared_ptr<AppRunningRecord> callerAppRecord,
H A Dapp_mgr_service_inner.h1659 bool SendProcessStartFailedEvent(std::shared_ptr<AppRunningRecord> appRecord, ProcessStartFailedReason reason,
/foundation/ability/ability_runtime/test/unittest/app_mgr_event_test/
H A Dapp_mgr_event_test.cpp207 bool ret = AppMgrEventUtil::SendProcessStartFailedEvent(callerAppRecord, appRecord, eventInfo); in HWTEST_F()
234 bool ret = AppMgrEventUtil::SendProcessStartFailedEvent(callerAppRecord, appRecord, eventInfo); in HWTEST_F()
266 bool ret = AppMgrEventUtil::SendProcessStartFailedEvent(callerAppRecord, appRecord, eventInfo); in HWTEST_F()
/foundation/ability/ability_runtime/services/common/include/
H A Devent_report.h124 static void SendProcessStartFailedEvent(const EventName &eventName, const EventInfo &eventInfo);
/foundation/ability/ability_runtime/test/unittest/event_report_test/
H A Devent_report_test.cpp582 * @tc.desc: Check SendProcessStartFailedEvent Test
591 EventReport::SendProcessStartFailedEvent(eventName, eventInfo); in HWTEST_F()
593 EventReport::SendProcessStartFailedEvent(eventName, eventInfo); in HWTEST_F()
595 EventReport::SendProcessStartFailedEvent(eventName, eventInfo); in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_tdd_test/
H A Dapp_mgr_service_inner_tdd_test.cpp351 * @tc.desc: Verify that the SendProcessStartFailedEvent interface calls abnormal parameter
361 EXPECT_FALSE(appMgrServiceInner->SendProcessStartFailedEvent(nullptr, in HWTEST_F()
368 * @tc.desc: Verify that the SendProcessStartFailedEvent interface calls abnormal parameter
383 appMgrServiceInner->SendProcessStartFailedEvent(appRecord, ProcessStartFailedReason::APPSPAWN_FAILED, 0)); in HWTEST_F()
389 * @tc.desc: Verify that the SendProcessStartFailedEvent interface calls like a application called
427 EXPECT_TRUE(appMgrServiceInner->SendProcessStartFailedEvent(appRecord, ProcessStartFailedReason::APPSPAWN_FAILED, in HWTEST_F()
/foundation/ability/ability_runtime/services/common/src/
H A Devent_report.cpp498 void EventReport::SendProcessStartFailedEvent(const EventName &eventName, const EventInfo &eventInfo) in SendProcessStartFailedEvent() function in OHOS::AAFwk::EventReport

Completed in 21 milliseconds