Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/tests/sdk/bus_center/unittest/
H A Dclient_bus_center_manager_mock.cpp104 int32_t ServerIpcStopPublishLNN(const char *pkgName, int32_t publishId) in ServerIpcStopPublishLNN() function
106 return GetBusCenterManagerInterface()->ServerIpcStopPublishLNN(pkgName, publishId); in ServerIpcStopPublishLNN()
H A Dclient_bus_center_manager_mock.h49 virtual int32_t ServerIpcStopPublishLNN(const char *pkgName, int32_t publishId);
70 MOCK_METHOD2(ServerIpcStopPublishLNN, int32_t (const char *, int32_t));
H A Dclient_bus_center_manager_test.cpp364 EXPECT_CALL(busCentManagerMock, ServerIpcStopPublishLNN(_, _)) in HWTEST_F()
/foundation/communication/dsoftbus/sdk/bus_center/ipc/include/
H A Dbus_center_server_proxy.h46 int32_t ServerIpcStopPublishLNN(const char *pkgName, int32_t publishId);
/foundation/communication/dsoftbus/sdk/bus_center/ipc/mini/
H A Dbus_center_server_proxy.c100 int32_t ServerIpcStopPublishLNN(const char *pkgName, int32_t publishId) in ServerIpcStopPublishLNN() function
/foundation/communication/dsoftbus/sdk/bus_center/ipc/standard/src/
H A Dbus_center_server_proxy.cpp223 int32_t ServerIpcStopPublishLNN(const char *pkgName, int32_t publishId) in ServerIpcStopPublishLNN() function
/foundation/communication/dsoftbus/sdk/bus_center/ipc/small/
H A Dbus_center_server_proxy.c552 int32_t ServerIpcStopPublishLNN(const char *pkgName, int32_t publishId) in ServerIpcStopPublishLNN() function
572 LNN_LOGE(LNN_EVENT, "ServerIpcStopPublishLNN invoke failed. ans=%{public}d", ans); in ServerIpcStopPublishLNN()
/foundation/communication/dsoftbus/sdk/bus_center/manager/src/
H A Dclient_bus_center_manager.c976 int32_t ret = ServerIpcStopPublishLNN(pkgName, publishId); in StopPublishLNNInner()

Completed in 7 milliseconds