Home
last modified time | relevance | path

Searched refs:OnNativeChildStarted (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dnative_child_notify_interface.h33 virtual void OnNativeChildStarted(const sptr<IRemoteObject> &nativeChild) = 0;
H A Dnative_child_notify_proxy.h30 void OnNativeChildStarted(const sptr<IRemoteObject> &nativeChild) override;
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/child_process/include/
H A Dnative_child_callback.h30 void OnNativeChildStarted(const sptr<IRemoteObject> &nativeChild) override;
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/child_process/src/
H A Dnative_child_callback.cpp29 void NativeChildCallback::OnNativeChildStarted(const sptr<IRemoteObject> &nativeChild) in OnNativeChildStarted() function in OHOS::AbilityRuntime::NativeChildCallback
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dnative_child_notify_stub.cpp58 OnNativeChildStarted(cb); in HandleOnNativeChildStarted()
H A Dnative_child_notify_proxy.cpp56 void NativeChildNotifyProxy::OnNativeChildStarted(const sptr<IRemoteObject> &nativeChild) in OnNativeChildStarted() function in OHOS::AppExecFwk::NativeChildNotifyProxy
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/child_process_manager/
H A Dnative_child_ipc_process.cpp83 mainProcessCb_->OnNativeChildStarted(childIpcStub); in OnStart()
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilityinterfacesappmgrnativechildnotifyproxy_fuzzer/
H A Dabilityinterfacesappmgrnativechildnotifyproxy_fuzzer.cpp73 infosProxy->OnNativeChildStarted(nativeChild); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilityinterfacesappmgrnativechildnotifystub_fuzzer/
H A Dabilityinterfacesappmgrnativechildnotifystub_fuzzer.cpp62 void OnNativeChildStarted(const sptr<IRemoteObject> &nativeChild) override{}; in OnNativeChildStarted() function in OHOS::NativeChildNotifyStubFUZZ