Searched refs:serverProxy (Results 1 – 4 of 4) sorted by relevance
64 IServerProxy *serverProxy = NULL; in SAMGR_AddRouter() local65 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()
110 IServerProxy *serverProxy = NULL; in SAMGR_AddRouter() local111 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()
55 DhcpServerProxy *serverProxy = DhcpServerProxy::GetInstance(); in Init() local56 if (serverProxy == nullptr) { in Init()
154 sptr<IRemoteObject> serverProxy = GetSystemAbility(); variable155 ASSERT_TRUE(serverProxy != nullptr);156 serverProxyFrame = new (std::nothrow) SoftBusServerProxyFrame(serverProxy);