Searched defs:nativeChild (Results 1 – 4 of 4) sorted by relevance
29 void NativeChildCallback::OnNativeChildStarted(const sptr<IRemoteObject> &nativeChild) in OnNativeChildStarted()
56 void NativeChildNotifyProxy::OnNativeChildStarted(const sptr<IRemoteObject> &nativeChild) in OnNativeChildStarted()
72 sptr<IRemoteObject> nativeChild; in DoSomethingInterestingWithMyAPI() local
62 void OnNativeChildStarted(const sptr<IRemoteObject> &nativeChild) override{}; in OnNativeChildStarted()