Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/ipc/native/src/core/include/
H A Dipc_process_skeleton.h168 bool CreateSoftbusServer(const std::string &name);
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Dipc_object_stub.cpp548 if (!current->CreateSoftbusServer(sessionName)) { in InvokerDataBusThread()
H A Dipc_object_proxy.cpp897 if (!current->CreateSoftbusServer(data.localServiceName)) { in MakeDBinderTransSession()
H A Dipc_process_skeleton.cpp1249 bool IPCProcessSkeleton::CreateSoftbusServer(const std::string &name) in CreateSoftbusServer() function in OHOS::IPC_SINGLE::IPCProcessSkeleton
/ohos5.0/foundation/communication/ipc/ipc/native/test/fuzztest/core/ipcprocessskeleton_fuzzer/
H A Dipcprocessskeleton_fuzzer.cpp813 current->CreateSoftbusServer(serverName); in CreateSoftbusServerTest()
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_process_skeleton_unittest.cpp1330 auto ret = skeleton->CreateSoftbusServer(name);