Searched refs:ScheduleRunNativeProc (Results 1 – 10 of 10) sorted by relevance
41 virtual bool ScheduleRunNativeProc(const sptr<IRemoteObject> &mainProcessCb) = 0;
32 bool ScheduleRunNativeProc(const sptr<IRemoteObject> &mainProcessCb) override;
66 ScheduleRunNativeProc(cb); in HandleScheduleRunNativeProc()
87 bool ChildSchedulerProxy::ScheduleRunNativeProc(const sptr<IRemoteObject> &mainProcessCb) in ScheduleRunNativeProc() function in OHOS::AppExecFwk::ChildSchedulerProxy
45 bool ScheduleRunNativeProc(const sptr<IRemoteObject> &mainProcessCb) override;
75 infosProxy->ScheduleRunNativeProc(mainProcessCb); in DoSomethingInterestingWithMyAPI()
62 bool ScheduleRunNativeProc(const sptr<IRemoteObject> &mainProcessCb) override{ return true; }; in ScheduleRunNativeProc() function in OHOS::ChildSchedulerStubFUZZ
225 auto ret = thread->ScheduleRunNativeProc(mainPorcessCb);
341 bool ChildMainThread::ScheduleRunNativeProc(const sptr<IRemoteObject> &mainProcessCb) in ScheduleRunNativeProc() function in OHOS::AppExecFwk::ChildMainThread
7052 childScheduler->ScheduleRunNativeProc(childRecord->GetMainProcessCallback()); in NotifyAppFaultBySA()