Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_mgr_event.h37 static bool SendCreateAtomicServiceProcessEvent(const std::shared_ptr<AppRunningRecord> &callerAppRecord,
H A Dapp_mgr_service_inner.h1665 bool SendCreateAtomicServiceProcessEvent(const std::shared_ptr<AppRunningRecord> &appRecord,
/foundation/ability/ability_runtime/test/unittest/app_mgr_event_test/
H A Dapp_mgr_event_test.cpp49 * @tc.name: SendCreateAtomicServiceProcessEvent
59 bool ret = AppMgrEventUtil::SendCreateAtomicServiceProcessEvent(callerAppRecord, appRecord, in HWTEST_F()
65 * @tc.name: SendCreateAtomicServiceProcessEvent
85 bool ret = AppMgrEventUtil::SendCreateAtomicServiceProcessEvent(callerAppRecord, appRecord, in HWTEST_F()
91 * @tc.name: SendCreateAtomicServiceProcessEvent
119 bool ret = AppMgrEventUtil::SendCreateAtomicServiceProcessEvent(callerAppRecord, appRecord, in HWTEST_F()
/foundation/ability/ability_runtime/test/fuzztest/abilityappmgrevent_fuzzer/
H A Dabilityappmgrevent_fuzzer.cpp45 AppMgrEventUtil::SendCreateAtomicServiceProcessEvent(callerAppRecord, appRecord, in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_event.cpp55 bool AppMgrEventUtil::SendCreateAtomicServiceProcessEvent(const std::shared_ptr<AppRunningRecord> &callerAppRecord, in SendCreateAtomicServiceProcessEvent() function in OHOS::AppExecFwk::AppMgrEventUtil
H A Dapp_mgr_service_inner.cpp3428 SendCreateAtomicServiceProcessEvent(appRecord, bundleType, moduleName, abilityName); in StartProcess()
3431 SendCreateAtomicServiceProcessEvent(appRecord, bundleType, moduleName, abilityName); in StartProcess()
3543 bool AppMgrServiceInner::SendCreateAtomicServiceProcessEvent(const std::shared_ptr<AppRunningRecord> &appRecord, in SendCreateAtomicServiceProcessEvent() function in OHOS::AppExecFwk::AppMgrServiceInner
3556 return AppMgrEventUtil::SendCreateAtomicServiceProcessEvent(callerAppRecord, appRecord, moduleName, abilityName); in SendCreateAtomicServiceProcessEvent()
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_test/
H A Dapp_mgr_service_inner_test.cpp4433 auto ret = appMgrServiceInner->SendCreateAtomicServiceProcessEvent(nullptr, bundleType, moduleName, abilityName); in HWTEST_F()
4435 ret = appMgrServiceInner->SendCreateAtomicServiceProcessEvent(appRecord, bundleType, moduleName, abilityName); in HWTEST_F()
4438 ret = appMgrServiceInner->SendCreateAtomicServiceProcessEvent(appRecord, bundleType, moduleName, abilityName); in HWTEST_F()

Completed in 45 milliseconds