Home
last modified time | relevance | path

Searched refs:SetAppMgrServiceInner (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_death_recipient.h43 void SetAppMgrServiceInner(const std::shared_ptr<AppMgrServiceInner> &serviceInner);
H A Dmodule_running_record.h140 void SetAppMgrServiceInner(const std::weak_ptr<AppMgrServiceInner> &inner);
H A Dapp_running_record.h508 void SetAppMgrServiceInner(const std::weak_ptr<AppMgrServiceInner> &inner);
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_app_death_recipient_test/
H A Dams_app_death_recipient_test.cpp205 appDeathRecipientObject_->SetAppMgrServiceInner(appMgrServiceInner_);
223 appDeathRecipientObject_->SetAppMgrServiceInner(appMgrServiceInner_);
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_death_recipient.cpp57 void AppDeathRecipient::SetAppMgrServiceInner(const std::shared_ptr<AppMgrServiceInner> &serviceInn… in SetAppMgrServiceInner() function in OHOS::AppExecFwk::AppDeathRecipient
H A Dmodule_running_record.cpp349 void ModuleRunningRecord::SetAppMgrServiceInner(const std::weak_ptr<AppMgrServiceInner> &inner) in SetAppMgrServiceInner() function in OHOS::AppExecFwk::ModuleRunningRecord
H A Dapp_running_record.cpp780 moduleRecord->SetAppMgrServiceInner(appMgrServiceInner_); in AddModule()
1258 void AppRunningRecord::SetAppMgrServiceInner(const std::weak_ptr<AppMgrServiceInner> &inner) in SetAppMgrServiceInner() function in OHOS::AppExecFwk::AppRunningRecord
1269 moduleRecord->SetAppMgrServiceInner(appMgrServiceInner_); in SetAppMgrServiceInner()
H A Dapp_mgr_service_inner.cpp993 appDeathRecipient->SetAppMgrServiceInner(shared_from_this()); in AttachApplication()
3461 appRecord->SetAppMgrServiceInner(weak_from_this()); in StartProcess()
5207 appDeathRecipient->SetAppMgrServiceInner(shared_from_this()); in AttachRenderProcess()
7043 appDeathRecipient->SetAppMgrServiceInner(shared_from_this()); in NotifyAppFaultBySA()
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/appmgrrest_fuzzer/
H A Dappmgrrest_fuzzer.cpp76 appDeathRecipient->SetAppMgrServiceInner(serviceInner); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/modulerunningrecord_fuzzer/
H A Dmodulerunningrecord_fuzzer.cpp70 moduleRecord.SetAppMgrServiceInner(inner); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/app_life_cycle_test/
H A Dams_app_life_cycle_module_test.cpp956 appRunningRecord->SetAppMgrServiceInner(inner);
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_app_running_record_test/
H A Dams_app_running_record_test.cpp1330 record->SetAppMgrServiceInner(serviceInner);