Home
last modified time | relevance | path

Searched refs:OnNodeDeviceNotTrustedInner (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/sdk/frame/standard/include/
H A Dsoftbus_client_stub.h80 int32_t OnNodeDeviceNotTrustedInner(MessageParcel &data, MessageParcel &reply);
/ohos5.0/foundation/communication/dsoftbus/sdk/frame/standard/src/
H A Dsoftbus_client_stub.cpp53 … memberFuncMap_[CLIENT_ON_NODE_DEVICE_NOT_TRUST] = &SoftBusClientStub::OnNodeDeviceNotTrustedInner; in SoftBusClientStub()
552 int32_t SoftBusClientStub::OnNodeDeviceNotTrustedInner(MessageParcel &data, MessageParcel &reply) in OnNodeDeviceNotTrustedInner() function in OHOS::SoftBusClientStub