Home
last modified time | relevance | path

Searched refs:ScheduleRunNativeProc (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dchild_scheduler_interface.h41 virtual bool ScheduleRunNativeProc(const sptr<IRemoteObject> &mainProcessCb) = 0;
H A Dchild_scheduler_proxy.h32 bool ScheduleRunNativeProc(const sptr<IRemoteObject> &mainProcessCb) override;
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dchild_scheduler_stub.cpp66 ScheduleRunNativeProc(cb); in HandleScheduleRunNativeProc()
H A Dchild_scheduler_proxy.cpp87 bool ChildSchedulerProxy::ScheduleRunNativeProc(const sptr<IRemoteObject> &mainProcessCb) in ScheduleRunNativeProc() function in OHOS::AppExecFwk::ChildSchedulerProxy
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/
H A Dchild_main_thread.h45 bool ScheduleRunNativeProc(const sptr<IRemoteObject> &mainProcessCb) override;
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilityinterfacesappmgrchildschedulerproxy_fuzzer/
H A Dabilityinterfacesappmgrchildschedulerproxy_fuzzer.cpp75 infosProxy->ScheduleRunNativeProc(mainProcessCb); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilityinterfacesappmgrchildschedulerstub_fuzzer/
H A Dabilityinterfacesappmgrchildschedulerstub_fuzzer.cpp62 bool ScheduleRunNativeProc(const sptr<IRemoteObject> &mainProcessCb) override{ return true; }; in ScheduleRunNativeProc() function in OHOS::ChildSchedulerStubFUZZ
/ohos5.0/foundation/ability/ability_runtime/test/unittest/appkit/child_main_thread_test/
H A Dchild_main_thread_test.cpp225 auto ret = thread->ScheduleRunNativeProc(mainPorcessCb);
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dchild_main_thread.cpp341 bool ChildMainThread::ScheduleRunNativeProc(const sptr<IRemoteObject> &mainProcessCb) in ScheduleRunNativeProc() function in OHOS::AppExecFwk::ChildMainThread
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp7052 childScheduler->ScheduleRunNativeProc(childRecord->GetMainProcessCallback()); in NotifyAppFaultBySA()