Home
last modified time | relevance | path

Searched refs:ServerIpcGetAllOnlineNodeInfo (Results 1 - 8 of 8) sorted by relevance

/foundation/communication/dsoftbus/tests/sdk/bus_center/unittest/
H A Dclient_bus_center_manager_mock.cpp58 int32_t ServerIpcGetAllOnlineNodeInfo(const char *pkgName, void **info, uint32_t infoTypeLen, int32_t *infoNum) in ServerIpcGetAllOnlineNodeInfo() function
60 return GetBusCenterManagerInterface()->ServerIpcGetAllOnlineNodeInfo(pkgName, info, infoTypeLen, infoNum); in ServerIpcGetAllOnlineNodeInfo()
H A Dclient_bus_center_manager_mock.h36 virtual int32_t ServerIpcGetAllOnlineNodeInfo(const char *pkgName,
61 MOCK_METHOD4(ServerIpcGetAllOnlineNodeInfo, int32_t (const char *, void **, uint32_t, int32_t *));
H A Dclient_bus_center_manager_test.cpp196 EXPECT_CALL(busCentManagerMock, ServerIpcGetAllOnlineNodeInfo(_, _, _, _)) in HWTEST_F()
/foundation/communication/dsoftbus/sdk/bus_center/ipc/include/
H A Dbus_center_server_proxy.h33 int32_t ServerIpcGetAllOnlineNodeInfo(const char *pkgName, void **info, uint32_t infoTypeLen, int32_t *infoNum);
/foundation/communication/dsoftbus/sdk/bus_center/ipc/mini/
H A Dbus_center_server_proxy.c37 int32_t ServerIpcGetAllOnlineNodeInfo(const char *pkgName, void **info, uint32_t infoTypeLen, int32_t *infoNum) in ServerIpcGetAllOnlineNodeInfo() function
/foundation/communication/dsoftbus/sdk/bus_center/ipc/standard/src/
H A Dbus_center_server_proxy.cpp100 int32_t ServerIpcGetAllOnlineNodeInfo(const char *pkgName, void **info, uint32_t infoTypeLen, int32_t *infoNum) in ServerIpcGetAllOnlineNodeInfo() function
/foundation/communication/dsoftbus/sdk/bus_center/ipc/small/
H A Dbus_center_server_proxy.c216 int32_t ServerIpcGetAllOnlineNodeInfo(const char *pkgName, void **info, uint32_t infoTypeLen, int32_t *infoNum) in ServerIpcGetAllOnlineNodeInfo() function
/foundation/communication/dsoftbus/sdk/bus_center/manager/src/
H A Dclient_bus_center_manager.c634 int32_t ret = ServerIpcGetAllOnlineNodeInfo(pkgName, (void **)info, sizeof(NodeBasicInfo), infoNum); in GetAllNodeDeviceInfoInner()

Completed in 9 milliseconds