Home
last modified time | relevance | path

Searched refs:SoftBusServerProxyFrame (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/dsoftbus/sdk/frame/standard/src/
H A Dsoftbus_server_proxy_standard.cpp25 sptr<IRemoteObject> SoftBusServerProxyFrame::clientCallbackStub_;
26 std::mutex SoftBusServerProxyFrame::instanceLock;
28 sptr<IRemoteObject> SoftBusServerProxyFrame::GetRemoteInstance() in GetRemoteInstance()
39 int32_t SoftBusServerProxyFrame::SoftbusRegisterService(const char *clientPkgName, const sptr<IRemoteObject>& object) in SoftbusRegisterService()
47 sptr<IRemoteObject> clientStub = SoftBusServerProxyFrame::GetRemoteInstance(); in SoftbusRegisterService()
81 int32_t SoftBusServerProxyFrame::CreateSessionServer(const char *pkgName, const char *sessionName) in CreateSessionServer()
88 int32_t SoftBusServerProxyFrame::RemoveSessionServer(const char *pkgName, const char *sessionName) in RemoveSessionServer()
95 int32_t SoftBusServerProxyFrame::OpenSession(const SessionParam *param, TransInfo *info) in OpenSession()
102 int32_t SoftBusServerProxyFrame::OpenAuthSession(const char *sessionName, const ConnectionAddr *addrInfo) in OpenAuthSession()
109 int32_t SoftBusServerProxyFrame
[all...]
H A Dsoftbus_server_proxy_frame.cpp71 OHOS::sptr<OHOS::SoftBusServerProxyFrame> serverProxyFrame = in InnerRegisterService()
72 new (std::nothrow) OHOS::SoftBusServerProxyFrame(g_serverProxy); in InnerRegisterService()
239 OHOS::sptr<OHOS::SoftBusServerProxyFrame> serverProxyFrame = in ClientRegisterService()
240 new (std::nothrow) OHOS::SoftBusServerProxyFrame(g_serverProxy); in ClientRegisterService()
/foundation/communication/dsoftbus/sdk/frame/standard/include/
H A Dsoftbus_server_proxy_standard.h26 class SoftBusServerProxyFrame : public IRemoteProxy<ISoftBusServer> { class
28 explicit SoftBusServerProxyFrame(const sptr<IRemoteObject> &impl) in SoftBusServerProxyFrame() function in OHOS::SoftBusServerProxyFrame
30 virtual ~SoftBusServerProxyFrame() = default;
66 static inline BrokerDelegator<SoftBusServerProxyFrame> delegator_;
/foundation/communication/dsoftbus/tests/sdk/frame/standard/
H A Dsoftbus_frame_standard_test.cpp195 sptr<SoftBusServerProxyFrame> serverProxyFrame = new (std::nothrow) SoftBusServerProxyFrame(nullptr); in HWTEST_F()
201 serverProxyFrame = new (std::nothrow) SoftBusServerProxyFrame(serverProxy); in HWTEST_F()

Completed in 2 milliseconds