Home
last modified time | relevance | path

Searched defs:appLifeCycleDeal (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/applifecycledeal_fuzzer/
H A Dapplifecycledeal_fuzzer.cpp64 AppLifeCycleDeal appLifeCycleDeal; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/modulerunningrecord_fuzzer/
H A Dmodulerunningrecord_fuzzer.cpp73 std::shared_ptr<AppLifeCycleDeal> appLifeCycleDeal; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dmodule_running_record.cpp406 void ModuleRunningRecord::SetApplicationClient(std::shared_ptr<AppLifeCycleDeal> &appLifeCycleDeal) in SetApplicationClient()