Home
last modified time | relevance | path

Searched refs:AppMgrEventUtil (Results 1 - 5 of 5) sorted by relevance

/foundation/ability/ability_runtime/test/fuzztest/abilityappmgrevent_fuzzer/
H A Dabilityappmgrevent_fuzzer.cpp45 AppMgrEventUtil::SendCreateAtomicServiceProcessEvent(callerAppRecord, appRecord, in DoSomethingInterestingWithMyAPI()
48 AppMgrEventUtil::SendProcessStartEvent(callerAppRecord, appRecord, eventInfo); in DoSomethingInterestingWithMyAPI()
51 AppMgrEventUtil::SendReStartProcessEvent(eventInfo, appUid, restartTime); in DoSomethingInterestingWithMyAPI()
52 AppMgrEventUtil::GetCallerPid(callerAppRecord); in DoSomethingInterestingWithMyAPI()
56 AppMgrEventUtil::UpdateStartupType(abilityInfo, abilityType, extensionType); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/unittest/app_mgr_event_test/
H A Dapp_mgr_event_test.cpp59 bool ret = AppMgrEventUtil::SendCreateAtomicServiceProcessEvent(callerAppRecord, appRecord, in HWTEST_F()
85 bool ret = AppMgrEventUtil::SendCreateAtomicServiceProcessEvent(callerAppRecord, appRecord, in HWTEST_F()
119 bool ret = AppMgrEventUtil::SendCreateAtomicServiceProcessEvent(callerAppRecord, appRecord, in HWTEST_F()
134 bool ret = AppMgrEventUtil::SendProcessStartEvent(callerAppRecord, appRecord, eventInfo); in HWTEST_F()
161 bool ret = AppMgrEventUtil::SendProcessStartEvent(callerAppRecord, appRecord, eventInfo); in HWTEST_F()
193 bool ret = AppMgrEventUtil::SendProcessStartEvent(callerAppRecord, appRecord, eventInfo); in HWTEST_F()
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()
297 bool ret = AppMgrEventUtil in HWTEST_F()
[all...]
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_event.cpp25 int32_t AppMgrEventUtil::GetCallerPid(const std::shared_ptr<AppRunningRecord> &callerAppRecord) in GetCallerPid()
40 void AppMgrEventUtil::UpdateStartupType(const std::shared_ptr<AbilityInfo> &abilityInfo, int32_t &abilityType, in UpdateStartupType()
55 bool AppMgrEventUtil::SendCreateAtomicServiceProcessEvent(const std::shared_ptr<AppRunningRecord> &callerAppRecord, in SendCreateAtomicServiceProcessEvent()
84 bool AppMgrEventUtil::SendProcessStartEvent(const std::shared_ptr<AppRunningRecord> &callerAppRecord, in SendProcessStartEvent()
130 bool AppMgrEventUtil::SendProcessStartFailedEvent(std::shared_ptr<AppRunningRecord> callerAppRecord, in SendProcessStartFailedEvent()
170 void AppMgrEventUtil::UpdateCallerInfo(AAFwk::EventInfo &eventInfo, std::shared_ptr<AppRunningRecord> callerAppRecord, in UpdateCallerInfo()
192 bool AppMgrEventUtil::SendChildProcessStartFailedEvent(std::shared_ptr<ChildProcessRecord> childRecord, in SendChildProcessStartFailedEvent()
224 bool AppMgrEventUtil::SendRenderProcessStartFailedEvent(std::shared_ptr<RenderRecord> renderRecord, in SendRenderProcessStartFailedEvent()
256 void AppMgrEventUtil::SendReStartProcessEvent(AAFwk::EventInfo &eventInfo, int32_t appUid, int64_t restartTime) in SendReStartProcessEvent()
H A Dapp_mgr_service_inner.cpp3556 return AppMgrEventUtil::SendCreateAtomicServiceProcessEvent(callerAppRecord, appRecord, moduleName, abilityName); in SendCreateAtomicServiceProcessEvent()
3568 AppMgrEventUtil::SendProcessStartEvent(callerAppRecord, appRecord, eventInfo); in SendProcessStartEvent()
3587 AppMgrEventUtil::SendReStartProcessEvent(eventInfo, appUid, restartTime); in SendReStartProcessEvent()
3609 AppMgrEventUtil::SendProcessStartFailedEvent(callerAppRecord, appRecord, eventInfo); in SendProcessStartFailedEvent()
5283 AppMgrEventUtil::SendRenderProcessStartFailedEvent(renderRecord, in StartRenderProcessImpl()
5290 AppMgrEventUtil::SendRenderProcessStartFailedEvent(renderRecord, in StartRenderProcessImpl()
5302 AppMgrEventUtil::SendRenderProcessStartFailedEvent(renderRecord, in StartRenderProcessImpl()
6976 AppMgrEventUtil::SendChildProcessStartFailedEvent(childProcessRecord, in NotifyAppFaultBySA()
6981 AppMgrEventUtil::SendChildProcessStartFailedEvent(childProcessRecord, in NotifyAppFaultBySA()
6997 AppMgrEventUtil in NotifyAppFaultBySA()
[all...]
/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_mgr_event.h35 class AppMgrEventUtil { class

Completed in 18 milliseconds