Home
last modified time | relevance | path

Searched refs:GetSoftbusSpecObject (Results 1 - 8 of 8) sorted by relevance

/foundation/communication/dsoftbus/core/frame/standard/init/src/
H A Dif_softbus_server.cpp113 int32_t ISoftBusServer::GetSoftbusSpecObject(sptr<IRemoteObject> &object) in GetSoftbusSpecObject() function in OHOS::ISoftBusServer
115 COMM_LOGE(COMM_SVC, "GetSoftbusSpecObject ipc default impl"); in GetSoftbusSpecObject()
H A Dsoftbus_server.cpp342 int32_t SoftBusServer::GetSoftbusSpecObject(sptr<IRemoteObject> &object) in GetSoftbusSpecObject() function in OHOS::SoftBusServer
H A Dsoftbus_server_stub.cpp1616 int32_t ret = GetSoftbusSpecObject(object); in GetSoftbusSpecObjectInner()
/foundation/communication/dsoftbus/sdk/transmission/ipc/standard/include/
H A Dtrans_server_proxy_standard.h61 int32_t GetSoftbusSpecObject(sptr<IRemoteObject> &object) override;
/foundation/communication/dsoftbus/tests/core/frame/unittest/
H A Dsoftbus_server_test.cpp118 * @tc.desc: Verify the GetSoftbusSpecObject function.
127 int32_t ret = softBusServer->GetSoftbusSpecObject(object); in HWTEST_F()
/foundation/communication/dsoftbus/core/frame/standard/init/include/
H A Dsoftbus_server.h44 int32_t GetSoftbusSpecObject(sptr<IRemoteObject> &object) override;
H A Dif_softbus_server.h73 virtual int32_t GetSoftbusSpecObject(sptr<IRemoteObject> &object);
/foundation/communication/dsoftbus/sdk/transmission/ipc/standard/src/
H A Dtrans_server_proxy_standard.cpp806 int32_t TransServerProxy::GetSoftbusSpecObject(sptr<IRemoteObject> &object) in GetSoftbusSpecObject() function in OHOS::TransServerProxy
815 TRANS_LOGE(TRANS_SDK, "GetSoftbusSpecObject write InterfaceToken failed!"); in GetSoftbusSpecObject()
822 TRANS_LOGE(TRANS_SDK, "GetSoftbusSpecObject send request failed, ret=%{public}d", ret); in GetSoftbusSpecObject()
826 TRANS_LOGE(TRANS_SDK, "GetSoftbusSpecObject send ret failed"); in GetSoftbusSpecObject()

Completed in 7 milliseconds