Home
last modified time | relevance | path

Searched refs:SendCreateAtomicServiceProcessEvent (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_event_test/
H A Dapp_mgr_event_test.cpp59 bool ret = AppMgrEventUtil::SendCreateAtomicServiceProcessEvent(callerAppRecord, appRecord,
85 bool ret = AppMgrEventUtil::SendCreateAtomicServiceProcessEvent(callerAppRecord, appRecord,
119 bool ret = AppMgrEventUtil::SendCreateAtomicServiceProcessEvent(callerAppRecord, appRecord,
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_mgr_event.h37 …static bool SendCreateAtomicServiceProcessEvent(const std::shared_ptr<AppRunningRecord> &callerApp…
H A Dapp_mgr_service_inner.h1488 bool SendCreateAtomicServiceProcessEvent(const std::shared_ptr<AppRunningRecord> &appRecord,
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilityappmgrevent_fuzzer/
H A Dabilityappmgrevent_fuzzer.cpp53 AppMgrEventUtil::SendCreateAtomicServiceProcessEvent(callerAppRecord, appRecord, in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_event.cpp55 bool AppMgrEventUtil::SendCreateAtomicServiceProcessEvent(const std::shared_ptr<AppRunningRecord> &… in SendCreateAtomicServiceProcessEvent() function in OHOS::AppExecFwk::AppMgrEventUtil
H A Dapp_mgr_service_inner.cpp3429 SendCreateAtomicServiceProcessEvent(appRecord, bundleType, moduleName, abilityName); in StartProcess()
3432 SendCreateAtomicServiceProcessEvent(appRecord, bundleType, moduleName, abilityName); in StartProcess()
3544 bool AppMgrServiceInner::SendCreateAtomicServiceProcessEvent(const std::shared_ptr<AppRunningRecord… in SendCreateAtomicServiceProcessEvent() function in OHOS::AppExecFwk::AppMgrServiceInner
3557 …return AppMgrEventUtil::SendCreateAtomicServiceProcessEvent(callerAppRecord, appRecord, moduleName… in SendCreateAtomicServiceProcessEvent()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_test/
H A Dapp_mgr_service_inner_test.cpp4383 …auto ret = appMgrServiceInner->SendCreateAtomicServiceProcessEvent(nullptr, bundleType, moduleName…
4385 …ret = appMgrServiceInner->SendCreateAtomicServiceProcessEvent(appRecord, bundleType, moduleName, a…
4388 …ret = appMgrServiceInner->SendCreateAtomicServiceProcessEvent(appRecord, bundleType, moduleName, a…