Searched refs:SoftBusServerProxyFrame (Results 1 – 4 of 4) sorted by relevance
25 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 …]
70 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()
26 class SoftBusServerProxyFrame : public IRemoteProxy<ISoftBusServer> {28 explicit SoftBusServerProxyFrame(const sptr<IRemoteObject> &impl) in SoftBusServerProxyFrame() function30 virtual ~SoftBusServerProxyFrame() = default;66 static inline BrokerDelegator<SoftBusServerProxyFrame> delegator_;
150 …sptr<SoftBusServerProxyFrame> serverProxyFrame = new (std::nothrow) SoftBusServerProxyFrame(nullpt…156 serverProxyFrame = new (std::nothrow) SoftBusServerProxyFrame(serverProxy);