Home
last modified time | relevance | path

Searched refs:TestAccessToken (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/ipc/services/dbinder/test/moduletest/include/
H A Drpc_test.h40 virtual int32_t TestAccessToken(MessageParcel &data, MessageParcel &reply) = 0;
54 int32_t TestAccessToken(MessageParcel &data, MessageParcel &reply) override;
64 int32_t TestAccessToken(MessageParcel &data, MessageParcel &reply) override;
/ohos5.0/foundation/communication/ipc/services/dbinder/test/moduletest/src/
H A Drpc_test.cpp38 result = TestAccessToken(data, reply); in OnRemoteRequest()
61 int32_t RpcFooStub::TestAccessToken(MessageParcel &data, MessageParcel &reply) in TestAccessToken() function in OHOS::RpcFooStub
110 int32_t RpcFooProxy::TestAccessToken(MessageParcel &data, MessageParcel &reply) in TestAccessToken() function in OHOS::RpcFooProxy
H A Drpc_client_test.cpp83 int32_t err = g_rpcTestProxy->TestAccessToken(dataParcel, replyParcel);
101 int32_t err = g_rpcTestProxy->TestAccessToken(dataParcel, replyParcel);