Searched refs:serverProxyFrame (Results 1 – 2 of 2) sorted by relevance
70 OHOS::sptr<OHOS::SoftBusServerProxyFrame> serverProxyFrame = in InnerRegisterService() local72 if (serverProxyFrame == nullptr) { in InnerRegisterService()83 while (serverProxyFrame->SoftbusRegisterService(clientName[i], nullptr) != SOFTBUS_OK) { in InnerRegisterService()237 OHOS::sptr<OHOS::SoftBusServerProxyFrame> serverProxyFrame = in ClientRegisterService() local239 if (serverProxyFrame == nullptr) { in ClientRegisterService()244 while (serverProxyFrame->SoftbusRegisterService(pkgName, nullptr) != SOFTBUS_OK) { in ClientRegisterService()
150 …sptr<SoftBusServerProxyFrame> serverProxyFrame = new (std::nothrow) SoftBusServerProxyFrame(nullpt… variable151 ASSERT_TRUE(serverProxyFrame != nullptr);152 …EXPECT_EQ(serverProxyFrame->SoftbusRegisterService("SoftbusRegisterServiceTest", nullptr), SOFTBUS…156 serverProxyFrame = new (std::nothrow) SoftBusServerProxyFrame(serverProxy);157 ASSERT_TRUE(serverProxyFrame != nullptr);158 …EXPECT_EQ(serverProxyFrame->SoftbusRegisterService("SoftbusRegisterServiceTest", nullptr), SOFTBUS…160 …EXPECT_EQ(serverProxyFrame->SoftbusRegisterService(nullptr, nullptr), SOFTBUS_TRANS_PROXY_WRITECST…