Home
last modified time | relevance | path

Searched refs:GetSoftbusSpecObjectInner (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/frame/standard/init/include/
H A Dsoftbus_server_stub.h73 int32_t GetSoftbusSpecObjectInner(MessageParcel &data, MessageParcel &reply);
/ohos5.0/foundation/communication/dsoftbus/core/frame/standard/init/src/
H A Dsoftbus_server_stub.cpp173 memberFuncMap_[SERVER_GET_SOFTBUS_SPEC_OBJECT] = &SoftBusServerStub::GetSoftbusSpecObjectInner; in InitMemberFuncMap()
1575 int32_t SoftBusServerStub::GetSoftbusSpecObjectInner(MessageParcel &data, MessageParcel &reply) in GetSoftbusSpecObjectInner() function in OHOS::SoftBusServerStub
/ohos5.0/foundation/communication/dsoftbus/tests/core/frame/unittest/
H A Dsoftbus_server_stub_test.cpp1708 int32_t ret = softBusServer->GetSoftbusSpecObjectInner(datas, reply);