Home
last modified time | relevance | path

Searched refs:nativeChild (Results 1 - 7 of 7) sorted by relevance

/foundation/ability/ability_runtime/frameworks/native/child_process/src/
H A Dnative_child_callback.cpp29 void NativeChildCallback::OnNativeChildStarted(const sptr<IRemoteObject> &nativeChild) in OnNativeChildStarted() argument
36 if (!nativeChild) { in OnNativeChildStarted()
37 TAG_LOGE(AAFwkTag::PROCESSMGR, "null nativeChild"); in OnNativeChildStarted()
42 sptr<IRemoteObject> ipcRemote = nativeChild; in OnNativeChildStarted()
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dnative_child_notify_proxy.cpp56 void NativeChildNotifyProxy::OnNativeChildStarted(const sptr<IRemoteObject> &nativeChild) in OnNativeChildStarted() argument
66 if (!data.WriteRemoteObject(nativeChild)) { in OnNativeChildStarted()
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dnative_child_notify_interface.h31 * @param nativeChild child process ipc object
33 virtual void OnNativeChildStarted(const sptr<IRemoteObject> &nativeChild) = 0;
H A Dnative_child_notify_proxy.h30 void OnNativeChildStarted(const sptr<IRemoteObject> &nativeChild) override;
/foundation/ability/ability_runtime/frameworks/native/child_process/include/
H A Dnative_child_callback.h30 void OnNativeChildStarted(const sptr<IRemoteObject> &nativeChild) override;
/foundation/ability/ability_runtime/test/fuzztest/abilityinterfacesappmgrnativechildnotifyproxy_fuzzer/
H A Dabilityinterfacesappmgrnativechildnotifyproxy_fuzzer.cpp72 sptr<IRemoteObject> nativeChild; in DoSomethingInterestingWithMyAPI() local
73 infosProxy->OnNativeChildStarted(nativeChild); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/abilityinterfacesappmgrnativechildnotifystub_fuzzer/
H A Dabilityinterfacesappmgrnativechildnotifystub_fuzzer.cpp62 void OnNativeChildStarted(const sptr<IRemoteObject> &nativeChild) override{};

Completed in 2 milliseconds