Home
last modified time | relevance | path

Searched refs:NativeChildCallback (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/child_process/src/
H A Dnative_child_callback.cpp24 NativeChildCallback::NativeChildCallback(OH_Ability_OnNativeChildProcessStarted cb) in NativeChildCallback() function in OHOS::AbilityRuntime::NativeChildCallback
29 void NativeChildCallback::OnNativeChildStarted(const sptr<IRemoteObject> &nativeChild) in OnNativeChildStarted()
53 void NativeChildCallback::OnError(int32_t errCode) in OnError()
H A Dnative_child_process.cpp91 …sptr<IRemoteObject> callbackStub(new (std::nothrow) NativeChildCallback(OnNativeChildProcessStarte… in OH_Ability_CreateNativeChildProcess()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/child_process/include/
H A Dnative_child_callback.h25 class NativeChildCallback : public OHOS::AppExecFwk::NativeChildNotifyStub {
27 explicit NativeChildCallback(OH_Ability_OnNativeChildProcessStarted cb);
28 ~NativeChildCallback() = default;