Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/child_process_manager/
H A Dnative_child_ipc_process.cpp72 OHIPCRemoteStub *ipcStub = funcNativeLibOnConnect_(); in OnStart() local
73 if (ipcStub == nullptr || ipcStub->remote == nullptr) { in OnStart()
79 std::thread cbThread([this, childIpcStub = std::move(ipcStub->remote)] () -> void { in OnStart()