Searched refs:LnnIpcServerJoin (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/ipc/ |
H A D | bus_center_ipc_test.cpp | 74 int32_t ret = LnnIpcServerJoin(nullptr, 0, &addr, TEST_ADDR_TYPE_LEN); 76 ret = LnnIpcServerJoin(TEST_PKGNAME, 0, nullptr, TEST_ADDR_TYPE_LEN); 78 ret = LnnIpcServerJoin(TEST_PKGNAME, 0, &addr, sizeof(ConnectionAddr)); 80 ret = LnnIpcServerJoin(TEST_PKGNAME, 0, &addr, sizeof(ConnectionAddr));
|
/ohos5.0/foundation/communication/dsoftbus/sdk/bus_center/ipc/mini/ |
H A D | bus_center_server_proxy.c | 77 return LnnIpcServerJoin(pkgName, 0, addr, addrTypeLen); in ServerIpcJoinLNN()
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/ipc/include/ |
H A D | lnn_bus_center_ipc.h | 31 int32_t LnnIpcServerJoin(const char *pkgName, int32_t callingPid, void *addr, uint32_t addrTypeLen);
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/ipc/mini/ |
H A D | lnn_bus_center_ipc.c | 49 int32_t LnnIpcServerJoin(const char *pkgName, int32_t callingPid, void *addr, uint32_t addrTypeLen) in LnnIpcServerJoin() function
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/ipc/small/src/ |
H A D | lnn_bus_center_ipc.c | 203 int32_t LnnIpcServerJoin(const char *pkgName, int32_t callingPid, void *addr, uint32_t addrTypeLen) in LnnIpcServerJoin() function
|
/ohos5.0/foundation/communication/dsoftbus/core/frame/standard/init/src/ |
H A D | softbus_server.cpp | 186 return LnnIpcServerJoin(pkgName, (int32_t)callingPid, addr, addrTypeLen); in JoinLNN()
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/ipc/standard/src/ |
H A D | lnn_bus_center_ipc.cpp | 180 int32_t LnnIpcServerJoin(const char *pkgName, int32_t callingPid, void *addr, uint32_t addrTypeLen) in LnnIpcServerJoin() function
|
/ohos5.0/foundation/communication/dsoftbus/core/frame/small/init/src/ |
H A D | bus_center_server_stub.c | 72 int32_t ret = LnnIpcServerJoin(pkgName, 0, addr, addrTypeLen); in ServerJoinLNN()
|