Searched refs:SendProcessStartFailedEvent (Results 1 - 9 of 9) sorted by relevance
/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_mgr_event.cpp | 130 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 D | app_mgr_service_inner.cpp | 3397 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 D | app_mgr_event.h | 44 static bool SendProcessStartFailedEvent(std::shared_ptr<AppRunningRecord> callerAppRecord,
|
H A D | app_mgr_service_inner.h | 1659 bool SendProcessStartFailedEvent(std::shared_ptr<AppRunningRecord> appRecord, ProcessStartFailedReason reason,
|
/foundation/ability/ability_runtime/test/unittest/app_mgr_event_test/ |
H A D | app_mgr_event_test.cpp | 207 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 D | event_report.h | 124 static void SendProcessStartFailedEvent(const EventName &eventName, const EventInfo &eventInfo);
|
/foundation/ability/ability_runtime/test/unittest/event_report_test/ |
H A D | event_report_test.cpp | 582 * @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 D | app_mgr_service_inner_tdd_test.cpp | 351 * @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 D | event_report.cpp | 498 void EventReport::SendProcessStartFailedEvent(const EventName &eventName, const EventInfo &eventInfo) in SendProcessStartFailedEvent() function in OHOS::AAFwk::EventReport
|
Completed in 21 milliseconds