Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/tests/sdk/bus_center/unittest/
H A Dclient_bus_center_manager_mock.cpp109 int32_t ServerIpcRefreshLNN(const char *pkgName, const SubscribeInfo *info) in ServerIpcRefreshLNN() function
111 return GetBusCenterManagerInterface()->ServerIpcRefreshLNN(pkgName, info); in ServerIpcRefreshLNN()
H A Dclient_bus_center_manager_mock.h50 virtual int32_t ServerIpcRefreshLNN(const char *pkgName, const SubscribeInfo *info);
71 MOCK_METHOD2(ServerIpcRefreshLNN, int32_t (const char *, const SubscribeInfo *));
H A Dclient_bus_center_manager_test.cpp409 EXPECT_CALL(busCentManagerMock, ServerIpcRefreshLNN(_, _)) in HWTEST_F()
/foundation/communication/dsoftbus/sdk/bus_center/ipc/include/
H A Dbus_center_server_proxy.h47 int32_t ServerIpcRefreshLNN(const char *pkgName, const SubscribeInfo *info);
/foundation/communication/dsoftbus/sdk/bus_center/ipc/mini/
H A Dbus_center_server_proxy.c105 int32_t ServerIpcRefreshLNN(const char *pkgName, const SubscribeInfo *info) in ServerIpcRefreshLNN() function
/foundation/communication/dsoftbus/sdk/bus_center/ipc/standard/src/
H A Dbus_center_server_proxy.cpp233 int32_t ServerIpcRefreshLNN(const char *pkgName, const SubscribeInfo *info) in ServerIpcRefreshLNN() function
/foundation/communication/dsoftbus/sdk/bus_center/ipc/small/
H A Dbus_center_server_proxy.c578 int32_t ServerIpcRefreshLNN(const char *pkgName, const SubscribeInfo *info) in ServerIpcRefreshLNN() function
/foundation/communication/dsoftbus/sdk/bus_center/manager/src/
H A Dclient_bus_center_manager.c990 int32_t ret = ServerIpcRefreshLNN(pkgName, info); in RefreshLNNInner()
1453 if (ServerIpcRefreshLNN(msgNode->pkgName, msgNode->info) != SOFTBUS_OK) { in DiscRecoverySubscribe()

Completed in 7 milliseconds