Searched defs:mainProcessCb (Results 1 – 7 of 7) sorted by relevance
42 const std::shared_ptr<AppRunningRecord> hostRecord, const sptr<IRemoteObject> &mainProcessCb, in ChildProcessRecord()71 const sptr<IRemoteObject> &mainProcessCb, int32_t childProcessCount, bool isStartWithDebug) in CreateNativeChildProcessRecord()
87 bool ChildSchedulerProxy::ScheduleRunNativeProc(const sptr<IRemoteObject> &mainProcessCb) in ScheduleRunNativeProc()
74 sptr<IRemoteObject> mainProcessCb; in DoSomethingInterestingWithMyAPI() local
341 bool ChildMainThread::ScheduleRunNativeProc(const sptr<IRemoteObject> &mainProcessCb) in ScheduleRunNativeProc()369 void ChildMainThread::HandleRunNativeProc(const sptr<IRemoteObject> &mainProcessCb) in HandleRunNativeProc()
58 sptr<IRemoteObject> mainProcessCb; in DoSomethingInterestingWithMyAPI() local
62 bool ScheduleRunNativeProc(const sptr<IRemoteObject> &mainProcessCb) override{ return true; }; in ScheduleRunNativeProc()
295 const std::string &libPath, const sptr<IRemoteObject> &mainProcessCb) in LoadNativeLib()