Home
last modified time | relevance | path

Searched defs:TestRemoteObject (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/ipc/services/dbinder/test/moduletest/src/
H A Drpc_test.cpp73 int32_t RpcFooStub::TestRemoteObject(MessageParcel &data, MessageParcel &reply) in TestRemoteObject() function in OHOS::RpcFooStub
117 int32_t RpcFooProxy::TestRemoteObject(MessageParcel &data, MessageParcel &reply) in TestRemoteObject() function in OHOS::RpcFooProxy
/ohos5.0/base/security/security_component_manager/services/security_component_service/sa/test/unittest/src/
H A Dfirst_use_dialog_test.cpp317 class TestRemoteObject : public IRemoteObject { class
319 explicit TestRemoteObject(std::u16string descriptor) : IRemoteObject(descriptor) in TestRemoteObject() function in TestRemoteObject