Home
last modified time | relevance | path

Searched refs:ServerIpcJoinLNN (Results 1 - 9 of 9) sorted by relevance

/foundation/communication/dsoftbus/tests/sdk/bus_center/unittest/
H A Dclient_bus_center_manager_mock.cpp79 int32_t ServerIpcJoinLNN(const char *pkgName, void *addr, unsigned int addrTypeLen) in ServerIpcJoinLNN() function
81 return GetBusCenterManagerInterface()->ServerIpcJoinLNN(pkgName, addr, addrTypeLen); in ServerIpcJoinLNN()
H A Dclient_bus_center_manager_mock.h43 virtual int32_t ServerIpcJoinLNN(const char *pkgName, void *addr, unsigned int addrTypeLen);
65 MOCK_METHOD3(ServerIpcJoinLNN, int32_t (const char *, void *, unsigned int));
H A Dbus_center_server_test.cpp72 int32_t ret = ServerIpcJoinLNN(pkgName, static_cast<void *>(&addr), sizeof(ConnectionAddr)); in HWTEST_F()
H A Dclient_bus_center_manager_test.cpp108 EXPECT_CALL(busCentManagerMock, ServerIpcJoinLNN(_, _, _)) in HWTEST_F()
462 EXPECT_CALL(busCentManagerMock, ServerIpcJoinLNN(_, _, _)).WillRepeatedly(Return(SOFTBUS_OK)); in HWTEST_F()
/foundation/communication/dsoftbus/sdk/bus_center/ipc/include/
H A Dbus_center_server_proxy.h41 int32_t ServerIpcJoinLNN(const char *pkgName, void *addr, uint32_t addrTypeLen);
/foundation/communication/dsoftbus/sdk/bus_center/ipc/mini/
H A Dbus_center_server_proxy.c75 int32_t ServerIpcJoinLNN(const char *pkgName, void *addr, uint32_t addrTypeLen) in ServerIpcJoinLNN() function
/foundation/communication/dsoftbus/sdk/bus_center/ipc/standard/src/
H A Dbus_center_server_proxy.cpp173 int32_t ServerIpcJoinLNN(const char *pkgName, void *addr, uint32_t addrTypeLen) in ServerIpcJoinLNN() function
/foundation/communication/dsoftbus/sdk/bus_center/ipc/small/
H A Dbus_center_server_proxy.c411 int32_t ServerIpcJoinLNN(const char *pkgName, void *addr, uint32_t addrTypeLen) in ServerIpcJoinLNN() function
/foundation/communication/dsoftbus/sdk/bus_center/manager/src/
H A Dclient_bus_center_manager.c742 rc = ServerIpcJoinLNN(pkgName, target, sizeof(*target)); in JoinLNNInner()

Completed in 7 milliseconds