Searched refs:SendProcessStartEvent (Results 1 - 10 of 10) sorted by relevance
/foundation/ability/ability_runtime/services/appmgr/include/ |
H A D | app_mgr_event.h | 41 static bool SendProcessStartEvent(const std::shared_ptr<AppRunningRecord> &callerAppRecord,
|
H A D | app_mgr_service_inner.h | 1657 bool SendProcessStartEvent(const std::shared_ptr<AppRunningRecord> &appRecord);
|
/foundation/ability/ability_runtime/test/unittest/app_mgr_event_test/ |
H A D | app_mgr_event_test.cpp | 125 * @tc.name: SendProcessStartEvent 134 bool ret = AppMgrEventUtil::SendProcessStartEvent(callerAppRecord, appRecord, eventInfo); in HWTEST_F() 139 * @tc.name: SendProcessStartEvent 161 bool ret = AppMgrEventUtil::SendProcessStartEvent(callerAppRecord, appRecord, eventInfo); in HWTEST_F() 166 * @tc.name: SendProcessStartEvent 193 bool ret = AppMgrEventUtil::SendProcessStartEvent(callerAppRecord, appRecord, eventInfo); in HWTEST_F()
|
/foundation/ability/ability_runtime/test/fuzztest/abilityappmgrevent_fuzzer/ |
H A D | abilityappmgrevent_fuzzer.cpp | 48 AppMgrEventUtil::SendProcessStartEvent(callerAppRecord, appRecord, eventInfo); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_tdd_test/ |
H A D | app_mgr_service_inner_tdd_test.cpp | 103 * @tc.desc: Verify that the SendProcessStartEvent interface calls abnormal parameter 112 EXPECT_FALSE(appMgrServiceInner->SendProcessStartEvent(nullptr)); in HWTEST_F() 118 * @tc.desc: Verify that the SendProcessStartEvent interface calls just like a service called 134 EXPECT_TRUE(appMgrServiceInner->SendProcessStartEvent(appRecord)); in HWTEST_F() 140 * @tc.desc: Verify that the SendProcessStartEvent interface calls like a service called 162 EXPECT_TRUE(appMgrServiceInner->SendProcessStartEvent(appRecord)); in HWTEST_F() 168 * @tc.desc: Verify that the SendProcessStartEvent interface calls like a service called 193 EXPECT_TRUE(appMgrServiceInner->SendProcessStartEvent(appRecord)); in HWTEST_F() 199 * @tc.desc: Verify that the SendProcessStartEvent interface calls like a service called 225 EXPECT_TRUE(appMgrServiceInner->SendProcessStartEvent(appRecor in HWTEST_F() [all...] |
/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_mgr_event.cpp | 84 bool AppMgrEventUtil::SendProcessStartEvent(const std::shared_ptr<AppRunningRecord> &callerAppRecord, in SendProcessStartEvent() function in OHOS::AppExecFwk::AppMgrEventUtil 126 AAFwk::EventReport::SendProcessStartEvent(AAFwk::EventName::PROCESS_START, eventInfo); in SendProcessStartEvent() 258 // eventInfo come from SendProcessStartEvent in SendReStartProcessEvent()
|
H A D | app_mgr_service_inner.cpp | 3472 SendProcessStartEvent(appRecord); in StartProcess() 3559 bool AppMgrServiceInner::SendProcessStartEvent(const std::shared_ptr<AppRunningRecord> &appRecord) in SendProcessStartEvent() function in OHOS::AppExecFwk::AppMgrServiceInner 3568 AppMgrEventUtil::SendProcessStartEvent(callerAppRecord, appRecord, eventInfo); in SendProcessStartEvent()
|
/foundation/ability/ability_runtime/services/common/include/ |
H A D | event_report.h | 123 static void SendProcessStartEvent(const EventName &eventName, const EventInfo &eventInfo);
|
/foundation/ability/ability_runtime/test/unittest/event_report_test/ |
H A D | event_report_test.cpp | 563 * @tc.desc: Check SendProcessStartEvent Test 572 EventReport::SendProcessStartEvent(eventName, eventInfo); in HWTEST_F() 575 EventReport::SendProcessStartEvent(eventName, eventInfo); in HWTEST_F() 577 EventReport::SendProcessStartEvent(eventName, eventInfo); in HWTEST_F()
|
/foundation/ability/ability_runtime/services/common/src/ |
H A D | event_report.cpp | 458 void EventReport::SendProcessStartEvent(const EventName &eventName, const EventInfo &eventInfo) in SendProcessStartEvent() function in OHOS::AAFwk::EventReport
|
Completed in 20 milliseconds