Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/ipc/standard/src/
H A Dtrans_server_proxy.cpp34 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 …]
H A Dtrans_server_proxy_standard.cpp70 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 …]
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/ipc/
H A Dtrans_ipc_test.cpp96 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 …]
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/ipc/standard/include/
H A Dtrans_server_proxy_standard.h23 class TransServerProxy : public IRemoteProxy<ISoftBusServer> {
25 explicit TransServerProxy(const sptr<IRemoteObject> &impl) in TransServerProxy() function
27 virtual ~TransServerProxy() = default;
65 static inline BrokerDelegator<TransServerProxy> delegator_;