Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/ipc/test/auxiliary/native/include/
H A Dtest_service_skeleton.h122 int32_t QueryRemoteProxy(MessageParcel &data, MessageParcel &reply);
/ohos5.0/foundation/communication/ipc/ipc/test/auxiliary/native/src/
H A Dtest_service_skeleton.cpp69 …p_[static_cast<uint32_t>(TRANS_ID_QUERY_REMOTE_PROXY_OBJECT)] = &TestServiceStub::QueryRemoteProxy; in InitMessageProcessMap()
951 int32_t TestServiceStub::QueryRemoteProxy(MessageParcel &data, MessageParcel &reply) in QueryRemoteProxy() function in OHOS::TestServiceStub