Searched refs:OnNodeDeviceTrustedChange (Results 1 - 7 of 7) sorted by relevance
/foundation/communication/dsoftbus/sdk/frame/standard/include/ |
H A D | if_softbus_client.h | 64 virtual int32_t OnNodeDeviceTrustedChange(const char *pkgName, int32_t type, const char *msg, uint32_t msgLen);
|
H A D | softbus_client_stub.h | 53 int32_t OnNodeDeviceTrustedChange(const char *pkgName, int32_t type, const char *msg, uint32_t msgLen) override;
|
/foundation/communication/dsoftbus/core/bus_center/ipc/standard/include/ |
H A D | bus_center_client_proxy_standard.h | 46 int32_t OnNodeDeviceTrustedChange(const char *pkgName, int32_t type, const char *msg, uint32_t msgLen) override;
|
/foundation/communication/dsoftbus/sdk/frame/standard/src/ |
H A D | if_softbus_client.cpp | 119 int32_t ISoftBusClient::OnNodeDeviceTrustedChange(const char *pkgName, int32_t type, const char *msg, uint32_t msgLen) in OnNodeDeviceTrustedChange() function in OHOS::ISoftBusClient
|
H A D | softbus_client_stub.cpp | 536 int32_t retReply = OnNodeDeviceTrustedChange(pkgName, type, msg, msgLen); in OnNodeDeviceTrustedChangeInner() 731 int32_t SoftBusClientStub::OnNodeDeviceTrustedChange(const char *pkgName, int32_t type, const char *msg, in OnNodeDeviceTrustedChange() function in OHOS::SoftBusClientStub
|
/foundation/communication/dsoftbus/core/bus_center/ipc/standard/src/ |
H A D | bus_center_client_proxy.cpp | 123 clientProxy->OnNodeDeviceTrustedChange(proxy.first.c_str(), type, msg, msgLen); in ClinetNotifyDeviceTrustedChange()
|
H A D | bus_center_client_proxy_standard.cpp | 399 int32_t BusCenterClientProxy::OnNodeDeviceTrustedChange(const char *pkgName, int32_t type, in OnNodeDeviceTrustedChange() function in OHOS::BusCenterClientProxy
|
Completed in 5 milliseconds