Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/sdk/frame/standard/include/
H A Dif_softbus_client.h60 virtual int32_t OnNodeStatusChanged(const char *pkgName, void *info, uint32_t infoTypeLen, int32_t type);
H A Dsoftbus_client_stub.h51 int32_t OnNodeStatusChanged(const char *pkgName, void *info, uint32_t infoTypeLen, int32_t type) override;
/foundation/communication/dsoftbus/core/bus_center/ipc/standard/include/
H A Dbus_center_client_proxy_standard.h44 int32_t OnNodeStatusChanged(const char *pkgName, void *info, uint32_t infoTypeLen, int32_t type) override;
/foundation/communication/dsoftbus/core/transmission/ipc/standard/include/
H A Dtrans_client_proxy_standard.h45 int32_t OnNodeStatusChanged(const char *pkgName, void *info, uint32_t infoTypeLen, int32_t type) override;
/foundation/communication/dsoftbus/sdk/frame/standard/src/
H A Dif_softbus_client.cpp103 int32_t ISoftBusClient::OnNodeStatusChanged(const char *pkgName, void *info, uint32_t infoTypeLen, int32_t type) in OnNodeStatusChanged() function in OHOS::ISoftBusClient
H A Dsoftbus_client_stub.cpp491 int32_t retReply = OnNodeStatusChanged(pkgName, info, infoTypeLen, type); in OnNodeStatusChangedInner()
720 int32_t SoftBusClientStub::OnNodeStatusChanged(const char *pkgName, void *info, uint32_t infoTypeLen, int32_t type) in OnNodeStatusChanged() function in OHOS::SoftBusClientStub
/foundation/communication/dsoftbus/core/bus_center/ipc/standard/src/
H A Dbus_center_client_proxy.cpp97 clientProxy->OnNodeStatusChanged(proxy.first.c_str(), info, infoTypeLen, type); in ClientOnNodeStatusChanged()
H A Dbus_center_client_proxy_standard.cpp316 int32_t BusCenterClientProxy::OnNodeStatusChanged(const char *pkgName, void *info, in OnNodeStatusChanged() function in OHOS::BusCenterClientProxy
/foundation/communication/dsoftbus/core/transmission/ipc/standard/src/
H A Dtrans_client_proxy_standard.cpp433 int32_t TransClientProxy::OnNodeStatusChanged(const char *pkgName, void *info, in OnNodeStatusChanged() function in OHOS::TransClientProxy

Completed in 6 milliseconds