Home
last modified time | relevance | path

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

/test/xts/acts/ability/ability_runtime/capichildprocess/entry/src/main/cpp/
Dhello.cpp54 static void OnNativeChildProcessStarted(int errCode, OHIPCRemoteProxy *remoteProxy) in OnNativeChildProcessStarted() function
105 int32_t ret = OH_Ability_CreateNativeChildProcess(libName, OnNativeChildProcessStarted); in StartNativeChildProcess()
145 int32_t ret = OH_Ability_CreateNativeChildProcess(nullptr, OnNativeChildProcessStarted); in CallApiWithNullLibName()
177 … int32_t ret = OH_Ability_CreateNativeChildProcess("libbusytest.so", OnNativeChildProcessStarted); in BusyTest()
184 ret = OH_Ability_CreateNativeChildProcess("libentry.so", OnNativeChildProcessStarted); in BusyTest()