Home
last modified time | relevance | path

Searched refs:SendProcessStartEvent (Results 1 - 10 of 10) sorted by relevance

/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_mgr_event.h41 static bool SendProcessStartEvent(const std::shared_ptr<AppRunningRecord> &callerAppRecord,
H A Dapp_mgr_service_inner.h1657 bool SendProcessStartEvent(const std::shared_ptr<AppRunningRecord> &appRecord);
/foundation/ability/ability_runtime/test/unittest/app_mgr_event_test/
H A Dapp_mgr_event_test.cpp125 * @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 Dabilityappmgrevent_fuzzer.cpp48 AppMgrEventUtil::SendProcessStartEvent(callerAppRecord, appRecord, eventInfo); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_tdd_test/
H A Dapp_mgr_service_inner_tdd_test.cpp103 * @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 Dapp_mgr_event.cpp84 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 Dapp_mgr_service_inner.cpp3472 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 Devent_report.h123 static void SendProcessStartEvent(const EventName &eventName, const EventInfo &eventInfo);
/foundation/ability/ability_runtime/test/unittest/event_report_test/
H A Devent_report_test.cpp563 * @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 Devent_report.cpp458 void EventReport::SendProcessStartEvent(const EventName &eventName, const EventInfo &eventInfo) in SendProcessStartEvent() function in OHOS::AAFwk::EventReport

Completed in 20 milliseconds