Searched refs:SendCreateAtomicServiceProcessEvent (Results 1 - 7 of 7) sorted by relevance
/foundation/ability/ability_runtime/services/appmgr/include/ |
H A D | app_mgr_event.h | 37 static bool SendCreateAtomicServiceProcessEvent(const std::shared_ptr<AppRunningRecord> &callerAppRecord,
|
H A D | app_mgr_service_inner.h | 1665 bool SendCreateAtomicServiceProcessEvent(const std::shared_ptr<AppRunningRecord> &appRecord,
|
/foundation/ability/ability_runtime/test/unittest/app_mgr_event_test/ |
H A D | app_mgr_event_test.cpp | 49 * @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 D | abilityappmgrevent_fuzzer.cpp | 45 AppMgrEventUtil::SendCreateAtomicServiceProcessEvent(callerAppRecord, appRecord, in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_mgr_event.cpp | 55 bool AppMgrEventUtil::SendCreateAtomicServiceProcessEvent(const std::shared_ptr<AppRunningRecord> &callerAppRecord, in SendCreateAtomicServiceProcessEvent() function in OHOS::AppExecFwk::AppMgrEventUtil
|
H A D | app_mgr_service_inner.cpp | 3428 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 D | app_mgr_service_inner_test.cpp | 4433 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