Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/ipc/
H A Dbus_center_ipc_test.cpp73 AddJoinLNNInfo(TEST_PKGNAME, 0, &addr);
131 AddJoinLNNInfo(TEST_PKGNAME, 0, &addr);
132 AddJoinLNNInfo(TEST_PKGNAME2, 0, &addr);
169 AddJoinLNNInfo(TEST_PKGNAME, 0, &addr);
170 AddJoinLNNInfo(TEST_PKGNAME2, 0, &addr);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/ipc/small/src/
H A Dlnn_bus_center_ipc.c132 static int32_t AddJoinLNNInfo(const char *pkgName, const ConnectionAddr *addr) in AddJoinLNNInfo() function
234 ret = AddJoinLNNInfo(pkgName, connAddr); in LnnIpcServerJoin()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/ipc/standard/src/
H A Dlnn_bus_center_ipc.cpp91 static int32_t AddJoinLNNInfo(const char *pkgName, int32_t callingPid, const ConnectionAddr *addr) in AddJoinLNNInfo() function
199 ret = AddJoinLNNInfo(pkgName, callingPid, connAddr); in LnnIpcServerJoin()