Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/
H A Dendpoint_rpc.c64 IServerProxy *serverProxy = NULL; in SAMGR_AddRouter() local
65 proxy->QueryInterface(proxy, SERVER_PROXY_VER, (void *)&serverProxy); in SAMGR_AddRouter()
67 if (serverProxy == NULL) { in SAMGR_AddRouter()
72 serverProxy->Release((IUnknown *)serverProxy); in SAMGR_AddRouter()
78 serverProxy->Release((IUnknown *)serverProxy); in SAMGR_AddRouter()
89 router->proxy = serverProxy; in SAMGR_AddRouter()
H A Dendpoint.c110 IServerProxy *serverProxy = NULL; in SAMGR_AddRouter() local
111 proxy->QueryInterface(proxy, SERVER_PROXY_VER, (void *)&serverProxy); in SAMGR_AddRouter()
112 if (serverProxy == NULL) { in SAMGR_AddRouter()
118 serverProxy->Release((IUnknown *)serverProxy); in SAMGR_AddRouter()
130 router->proxy = serverProxy; in SAMGR_AddRouter()
/ohos5.0/foundation/communication/dhcp/frameworks/native/src/
H A Ddhcp_server_impl.cpp55 DhcpServerProxy *serverProxy = DhcpServerProxy::GetInstance(); in Init() local
56 if (serverProxy == nullptr) { in Init()
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/frame/standard/
H A Dsoftbus_frame_standard_test.cpp154 sptr<IRemoteObject> serverProxy = GetSystemAbility(); variable
155 ASSERT_TRUE(serverProxy != nullptr);
156 serverProxyFrame = new (std::nothrow) SoftBusServerProxyFrame(serverProxy);