Home
last modified time | relevance | path

Searched refs:LnnIpcStopPublishLNN (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/sdk/bus_center/ipc/mini/
H A Dbus_center_server_proxy.c102 return LnnIpcStopPublishLNN(pkgName, publishId); in ServerIpcStopPublishLNN()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/ipc/include/
H A Dlnn_bus_center_ipc.h45 int32_t LnnIpcStopPublishLNN(const char *pkgName, int32_t publishId);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/ipc/mini/
H A Dlnn_bus_center_ipc.c114 int32_t LnnIpcStopPublishLNN(const char *pkgName, int32_t publishId) in LnnIpcStopPublishLNN() function
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/ipc/small/src/
H A Dlnn_bus_center_ipc.c332 int32_t LnnIpcStopPublishLNN(const char *pkgName, int32_t publishId) in LnnIpcStopPublishLNN() function
/ohos5.0/foundation/communication/dsoftbus/core/frame/standard/init/src/
H A Dsoftbus_server.cpp268 return LnnIpcStopPublishLNN(pkgName, publishId); in StopPublishLNN()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/ipc/standard/src/
H A Dlnn_bus_center_ipc.cpp326 int32_t LnnIpcStopPublishLNN(const char *pkgName, int32_t publishId) in LnnIpcStopPublishLNN() function
/ohos5.0/foundation/communication/dsoftbus/core/frame/small/init/src/
H A Dbus_center_server_stub.c455 int32_t ret = LnnIpcStopPublishLNN(pkgName, publishId); in ServerStopPublishLNN()