Searched refs:OnNativeChildStarted (Results 1 – 9 of 9) sorted by relevance
33 virtual void OnNativeChildStarted(const sptr<IRemoteObject> &nativeChild) = 0;
30 void OnNativeChildStarted(const sptr<IRemoteObject> &nativeChild) override;
29 void NativeChildCallback::OnNativeChildStarted(const sptr<IRemoteObject> &nativeChild) in OnNativeChildStarted() function in OHOS::AbilityRuntime::NativeChildCallback
58 OnNativeChildStarted(cb); in HandleOnNativeChildStarted()
56 void NativeChildNotifyProxy::OnNativeChildStarted(const sptr<IRemoteObject> &nativeChild) in OnNativeChildStarted() function in OHOS::AppExecFwk::NativeChildNotifyProxy
83 mainProcessCb_->OnNativeChildStarted(childIpcStub); in OnStart()
73 infosProxy->OnNativeChildStarted(nativeChild); in DoSomethingInterestingWithMyAPI()
62 void OnNativeChildStarted(const sptr<IRemoteObject> &nativeChild) override{}; in OnNativeChildStarted() function in OHOS::NativeChildNotifyStubFUZZ