Searched refs:TransServerProxy (Results 1 – 4 of 4) sorted by relevance
34 sptr<TransServerProxy> g_serverProxy = nullptr;63 static sptr<TransServerProxy> GetProxy() in GetProxy()79 static sptr<TransServerProxy> RetryGetProxy() in RetryGetProxy()82 sptr<TransServerProxy> proxy = nullptr; in RetryGetProxy()128 sptr<TransServerProxy> proxy = GetProxy(); in ServerIpcRemoveSessionServer()180 sptr<TransServerProxy> proxy = GetProxy(); in ServerIpcNotifyAuthSuccess()189 sptr<TransServerProxy> proxy = GetProxy(); in ServerIpcCloseChannel()208 sptr<TransServerProxy> proxy = GetProxy(); in ServerIpcCloseChannelWithStatistics()222 sptr<TransServerProxy> proxy = GetProxy(); in ServerIpcReleaseResources()243 sptr<TransServerProxy> proxy = GetProxy(); in ServerIpcQosReport()[all …]
70 int32_t TransServerProxy::CreateSessionServer(const char *pkgName, const char *sessionName) in CreateSessionServer()109 int32_t TransServerProxy::RemoveSessionServer(const char *pkgName, const char *sessionName) in RemoveSessionServer()148 int32_t TransServerProxy::ReleaseResources(int32_t channelId) in ReleaseResources()254 int32_t TransServerProxy::OpenSession(const SessionParam *param, TransInfo *info) in OpenSession()352 int32_t TransServerProxy::NotifyAuthSuccess(int32_t channelId, int32_t channelType) in NotifyAuthSuccess()689 int32_t TransServerProxy::RemovePermission(const char *sessionName) in RemovePermission()728 int32_t TransServerProxy::LeaveLNN(const char *pkgName, const char *networkId) in LeaveLNN()771 int32_t TransServerProxy::RegDataLevelChangeCb(const char *pkgName) in RegDataLevelChangeCb()777 int32_t TransServerProxy::UnregDataLevelChangeCb(const char *pkgName) in UnregDataLevelChangeCb()783 int32_t TransServerProxy::SetDataLevel(const DataLevel *dataLevel) in SetDataLevel()[all …]
96 TransServerProxy transServerProxy(nullptr);121 TransServerProxy transServerProxy(nullptr);156 TransServerProxy transServerProxy(nullptr);175 TransServerProxy transServerProxy(nullptr);194 TransServerProxy transServerProxy(nullptr);243 TransServerProxy transServerProxy(nullptr);269 TransServerProxy transServerProxy(nullptr);288 TransServerProxy transServerProxy(nullptr);303 TransServerProxy transServerProxy(nullptr);324 TransServerProxy transServerProxy(nullptr);[all …]
23 class TransServerProxy : public IRemoteProxy<ISoftBusServer> {25 explicit TransServerProxy(const sptr<IRemoteObject> &impl) in TransServerProxy() function27 virtual ~TransServerProxy() = default;65 static inline BrokerDelegator<TransServerProxy> delegator_;