Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/ipc/standard/include/
H A Dbus_center_client_proxy_standard.h46 int32_t OnNodeDeviceNotTrusted(const char *pkgName, const char *msg) override;
/ohos5.0/foundation/communication/dsoftbus/sdk/frame/standard/include/
H A Dif_softbus_client.h65 virtual int32_t OnNodeDeviceNotTrusted(const char *pkgName, const char *msg);
H A Dsoftbus_client_stub.h53 int32_t OnNodeDeviceNotTrusted(const char *pkgName, const char *msg) override;
/ohos5.0/foundation/communication/dsoftbus/sdk/frame/standard/src/
H A Dif_softbus_client.cpp119 int32_t ISoftBusClient::OnNodeDeviceNotTrusted(const char *pkgName, const char *msg) in OnNodeDeviceNotTrusted() function in OHOS::ISoftBusClient
H A Dsoftbus_client_stub.cpp564 int32_t retReply = OnNodeDeviceNotTrusted(pkgName, msg); in OnNodeDeviceNotTrustedInner()
759 int32_t SoftBusClientStub::OnNodeDeviceNotTrusted(const char *pkgName, const char *msg) in OnNodeDeviceNotTrusted() function in OHOS::SoftBusClientStub
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/ipc/standard/src/
H A Dbus_center_client_proxy.cpp123 clientProxy->OnNodeDeviceNotTrusted(proxy.first.c_str(), msg); in ClinetNotifyDeviceNotTrusted()
H A Dbus_center_client_proxy_standard.cpp399 int32_t BusCenterClientProxy::OnNodeDeviceNotTrusted(const char *pkgName, const char *msg) in OnNodeDeviceNotTrusted() function in OHOS::BusCenterClientProxy