Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/sdk/frame/standard/include/
H A Dsoftbus_client_stub.h90 int32_t OnChannelOnQosInner(MessageParcel &data, MessageParcel &reply);
/ohos5.0/foundation/communication/dsoftbus/sdk/frame/standard/src/
H A Dsoftbus_client_stub.cpp64 memberFuncMap_[CLIENT_CHANNEL_ON_QOS] = &SoftBusClientStub::OnChannelOnQosInner; in SoftBusClientStub()
341 int32_t SoftBusClientStub::OnChannelOnQosInner(MessageParcel &data, MessageParcel &reply) in OnChannelOnQosInner() function in OHOS::SoftBusClientStub