Searched refs:NativeChildCallback (Results 1 – 3 of 3) sorted by relevance
24 NativeChildCallback::NativeChildCallback(OH_Ability_OnNativeChildProcessStarted cb) in NativeChildCallback() function in OHOS::AbilityRuntime::NativeChildCallback29 void NativeChildCallback::OnNativeChildStarted(const sptr<IRemoteObject> &nativeChild) in OnNativeChildStarted()53 void NativeChildCallback::OnError(int32_t errCode) in OnError()
91 …sptr<IRemoteObject> callbackStub(new (std::nothrow) NativeChildCallback(OnNativeChildProcessStarte… in OH_Ability_CreateNativeChildProcess()
25 class NativeChildCallback : public OHOS::AppExecFwk::NativeChildNotifyStub {27 explicit NativeChildCallback(OH_Ability_OnNativeChildProcessStarted cb);28 ~NativeChildCallback() = default;