Searched refs:ScheduleLoadChild (Results 1 – 10 of 10) sorted by relevance
30 virtual bool ScheduleLoadChild() = 0;
30 bool ScheduleLoadChild() override;
53 ScheduleLoadChild(); in HandleScheduleLoadChild()
35 bool ChildSchedulerProxy::ScheduleLoadChild() in ScheduleLoadChild() function in OHOS::AppExecFwk::ChildSchedulerProxy
43 bool ScheduleLoadChild() override;
72 infosProxy->ScheduleLoadChild(); in DoSomethingInterestingWithMyAPI()
60 bool ScheduleLoadChild() override{ return true; }; in ScheduleLoadChild() function in OHOS::ChildSchedulerStubFUZZ
117 auto ret = thread->ScheduleLoadChild();
149 bool ChildMainThread::ScheduleLoadChild() in ScheduleLoadChild() function in OHOS::AppExecFwk::ChildMainThread
7050 childScheduler->ScheduleLoadChild(); in NotifyAppFaultBySA()