Searched refs:appLifeCycleDeal (Results 1 – 4 of 4) sorted by relevance
64 AppLifeCycleDeal appLifeCycleDeal; in DoSomethingInterestingWithMyAPI() local66 appLifeCycleDeal.SetApplicationClient(thread); in DoSomethingInterestingWithMyAPI()68 appLifeCycleDeal.LaunchAbility(ability); in DoSomethingInterestingWithMyAPI()73 appLifeCycleDeal.AddAbilityStage(abilityStage); in DoSomethingInterestingWithMyAPI()77 appLifeCycleDeal.ScheduleMemoryLevel(level); in DoSomethingInterestingWithMyAPI()79 appLifeCycleDeal.ScheduleCleanAbility(token); in DoSomethingInterestingWithMyAPI()88 appLifeCycleDeal.GetApplicationClient(); in DoSomethingInterestingWithMyAPI()89 appLifeCycleDeal.LowMemoryWarning(); in DoSomethingInterestingWithMyAPI()90 appLifeCycleDeal.ScheduleForegroundRunning(); in DoSomethingInterestingWithMyAPI()91 appLifeCycleDeal.ScheduleBackgroundRunning(); in DoSomethingInterestingWithMyAPI()[all …]
73 std::shared_ptr<AppLifeCycleDeal> appLifeCycleDeal; in DoSomethingInterestingWithMyAPI() local74 moduleRecord.SetApplicationClient(appLifeCycleDeal); in DoSomethingInterestingWithMyAPI()
159 void SetApplicationClient(std::shared_ptr<AppLifeCycleDeal> &appLifeCycleDeal);
406 void ModuleRunningRecord::SetApplicationClient(std::shared_ptr<AppLifeCycleDeal> &appLifeCycleDeal) in SetApplicationClient() argument408 appLifeCycleDeal_ = appLifeCycleDeal; in SetApplicationClient()