Home
last modified time | relevance | path

Searched refs:serverProxyFrame (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/sdk/frame/standard/src/
H A Dsoftbus_server_proxy_frame.cpp70 OHOS::sptr<OHOS::SoftBusServerProxyFrame> serverProxyFrame = in InnerRegisterService() local
72 if (serverProxyFrame == nullptr) { in InnerRegisterService()
83 while (serverProxyFrame->SoftbusRegisterService(clientName[i], nullptr) != SOFTBUS_OK) { in InnerRegisterService()
237 OHOS::sptr<OHOS::SoftBusServerProxyFrame> serverProxyFrame = in ClientRegisterService() local
239 if (serverProxyFrame == nullptr) { in ClientRegisterService()
244 while (serverProxyFrame->SoftbusRegisterService(pkgName, nullptr) != SOFTBUS_OK) { in ClientRegisterService()
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/frame/standard/
H A Dsoftbus_frame_standard_test.cpp150 …sptr<SoftBusServerProxyFrame> serverProxyFrame = new (std::nothrow) SoftBusServerProxyFrame(nullpt… variable
151 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…