Home
last modified time | relevance | path

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

/foundation/communication/ipc/interfaces/innerkits/cj/include/
Dremote_object_internal_impl.h46 struct CJSendRequestParam { struct
47 sptr<IRemoteObject> target;
48 uint32_t code;
49 std::shared_ptr<MessageParcel> data;
50 std::shared_ptr<MessageParcel> reply;
51 MessageOption& option;
52 int errCode;
53 int64_t cjDataRef;
54 int64_t cjReplyRef;
55 int64_t callback;
[all …]