Home
last modified time | relevance | path

Searched refs:GetClientProxy (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/transmission/ipc/standard/src/
H A Dtrans_client_proxy.cpp28 static sptr<TransClientProxy> GetClientProxy(const char *pkgName, int32_t pid) in GetClientProxy() function
45 sptr<TransClientProxy> clientProxy = GetClientProxy(pkgName, pid); in InformPermissionChange()
63 sptr<TransClientProxy> clientProxy = GetClientProxy(pkgName, pid); in ClientIpcOnChannelOpened()
80 sptr<TransClientProxy> clientProxy = GetClientProxy(data->msgPkgName, data->msgPid); in ClientIpcOnChannelBind()
102 sptr<TransClientProxy> clientProxy = GetClientProxy(data->msgPkgName, data->msgPid); in ClientIpcOnChannelOpenFailed()
118 sptr<TransClientProxy> clientProxy = GetClientProxy(data->msgPkgName, data->msgPid); in ClientIpcOnChannelLinkDown()
141 sptr<TransClientProxy> clientProxy = GetClientProxy(data->msgPkgName, data->msgPid); in ClientIpcOnChannelClosed()
161 sptr<TransClientProxy> clientProxy = GetClientProxy(pkgName, pid); in ClientIpcSetChannelInfo()
188 sptr<TransClientProxy> clientProxy = GetClientProxy(data->msgPkgName, data->msgPid); in ClientIpcOnChannelMsgReceived()
200 sptr<TransClientProxy> clientProxy = GetClientProxy(pkgName, param->pid); in ClientIpcOnChannelQosEvent()
[all …]
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/ipc/standard/src/
H A Dbus_center_client_proxy.cpp28 static sptr<BusCenterClientProxy> GetClientProxy(const char *pkgName, int32_t pid) in GetClientProxy() function
42 sptr<BusCenterClientProxy> clientProxy = GetClientProxy(info->pkgName, info->pid); in ClientOnJoinLNNResult()
57 sptr<BusCenterClientProxy> clientProxy = GetClientProxy(pkgName, pid); in ClientOnLeaveLNNResult()
155 sptr<BusCenterClientProxy> clientProxy = GetClientProxy(pkgName, pid); in ClientOnTimeSyncResult()
170 sptr<BusCenterClientProxy> clientProxy = GetClientProxy(pkgName, pid); in ClientOnPublishLNNResult()
186 sptr<BusCenterClientProxy> clientProxy = GetClientProxy(pkgName, pid); in ClientOnRefreshLNNResult()
202 sptr<BusCenterClientProxy> clientProxy = GetClientProxy(pkgName, pid); in ClientOnRefreshDeviceFound()
219 sptr<BusCenterClientProxy> clientProxy = GetClientProxy(pkgName, pid); in ClientOnDataLevelChanged()
/ohos5.0/foundation/window/window_manager_lite/frameworks/wms/
H A Dlite_wms_client.h33 IClientProxy* GetClientProxy() in GetClientProxy() function
H A Dlite_win_requestor.cpp25 proxy_ = LiteWMSClient::GetInstance()->GetClientProxy(); in LiteWinRequestor()
H A Dlite_wm_requestor.cpp33 proxy_ = LiteWMSClient::GetInstance()->GetClientProxy();
/ohos5.0/base/security/device_security_level/interfaces/inner_api/src/lite/small/
H A Ddevice_security_level_proxy.c130 static DslmClientProxy *GetClientProxy(void) in GetClientProxy() function
182 DslmClientProxy *proxy = GetClientProxy(); in RequestDeviceSecurityInfoAsyncImpl()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/ipc/
H A Dbus_center_client_proxy_standard_test.cpp56 static sptr<BusCenterClientProxy> GetClientProxy(const char *pkgName) in GetClientProxy() function