Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/js/napi/dataShare/include/
H A Dnapi_datashare_helper.h80 struct CreateContextInfo : public AsyncCall::Context { struct
90 CreateContextInfo() : Context(nullptr, nullptr) {}; in CreateContextInfo() argument
91CreateContextInfo(InputAction input, OutputAction output) : Context(std::move(input), std::move(ou… in CreateContextInfo() function
92 ~CreateContextInfo() in ~CreateContextInfo() argument