Home
last modified time | relevance | path

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

/ohos5.0/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()
47 sptr<IRemoteObject> clientStub = SoftBusServerProxyFrame::GetRemoteInstance(); in SoftbusRegisterService()
95 int32_t SoftBusServerProxyFrame::OpenSession(const SessionParam *param, TransInfo *info) in OpenSession()
109 int32_t SoftBusServerProxyFrame::NotifyAuthSuccess(int32_t channelId, int32_t channelType) in NotifyAuthSuccess()
116 int32_t SoftBusServerProxyFrame::ReleaseResources(int32_t channelId) in ReleaseResources()
160 int32_t SoftBusServerProxyFrame::LeaveLNN(const char *pkgName, const char *networkId) in LeaveLNN()
205 int32_t SoftBusServerProxyFrame::RegDataLevelChangeCb(const char *pkgName) in RegDataLevelChangeCb()
212 int32_t SoftBusServerProxyFrame::UnregDataLevelChangeCb(const char *pkgName) in UnregDataLevelChangeCb()
[all …]
H A Dsoftbus_server_proxy_frame.cpp70 OHOS::sptr<OHOS::SoftBusServerProxyFrame> serverProxyFrame = in InnerRegisterService()
71 new (std::nothrow) OHOS::SoftBusServerProxyFrame(g_serverProxy); in InnerRegisterService()
237 OHOS::sptr<OHOS::SoftBusServerProxyFrame> serverProxyFrame = in ClientRegisterService()
238 new (std::nothrow) OHOS::SoftBusServerProxyFrame(g_serverProxy); in ClientRegisterService()
/ohos5.0/foundation/communication/dsoftbus/sdk/frame/standard/include/
H A Dsoftbus_server_proxy_standard.h26 class SoftBusServerProxyFrame : public IRemoteProxy<ISoftBusServer> {
28 explicit SoftBusServerProxyFrame(const sptr<IRemoteObject> &impl) in SoftBusServerProxyFrame() function
30 virtual ~SoftBusServerProxyFrame() = default;
66 static inline BrokerDelegator<SoftBusServerProxyFrame> delegator_;
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/frame/standard/
H A Dsoftbus_frame_standard_test.cpp150 …sptr<SoftBusServerProxyFrame> serverProxyFrame = new (std::nothrow) SoftBusServerProxyFrame(nullpt…
156 serverProxyFrame = new (std::nothrow) SoftBusServerProxyFrame(serverProxy);