Home
last modified time | relevance | path

Searched refs:g_rpcTestProxy (Results 1 - 1 of 1) sorted by relevance

/foundation/communication/ipc/services/dbinder/test/moduletest/src/
H A Drpc_client_test.cpp32 static sptr<IRpcFooTest> g_rpcTestProxy; member
64 g_rpcTestProxy = iface_cast<IRpcFooTest>(object); in HWTEST_F()
65 ASSERT_TRUE(g_rpcTestProxy != nullptr); in HWTEST_F()
73 std::string fooName = g_rpcTestProxy->TestGetFooName(); in HWTEST_F()
74 std::string selfFooName = g_rpcTestProxy->GetFooName(); in HWTEST_F()
83 int32_t err = g_rpcTestProxy->TestAccessToken(dataParcel, replyParcel); in HWTEST_F()
101 int32_t err = g_rpcTestProxy->TestAccessToken(dataParcel, replyParcel); in HWTEST_F()
129 int32_t err = g_rpcTestProxy->TestRemoteObject(dataParcel, replyParcel); in HWTEST_F()

Completed in 1 milliseconds