Home
last modified time | relevance | path

Searched refs:CreateContextInfo (Results 1 – 2 of 2) 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
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/js/napi/dataShare/src/
H A Dnapi_datashare_helper.cpp90 auto ctxInfo = std::make_shared<CreateContextInfo>(); in Napi_CreateDataShareHelper()
1233 auto context = std::make_shared<CreateContextInfo>(); in SetSilentSwitch()