Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/include/
H A Dsystempasteboard_napi.h215 struct GetMimeTypesContextInfo : public AsyncCall::Context { struct
218 GetMimeTypesContextInfo() : Context(nullptr, nullptr){}; in GetMimeTypesContextInfo() argument
220 napi_status operator()(napi_env env, size_t argc, napi_value *argv, napi_value self) override in operator()
225 napi_status operator()(napi_env env, napi_value *result) override in operator()