Searched refs:UIExtensionRequestContext (Results 1 – 3 of 3) sorted by relevance
254 struct UIExtensionRequestContext : public CommonAsyncContext { struct255 explicit UIExtensionRequestContext(napi_env env) : CommonAsyncContext(env) {}; in UIExtensionRequestContext() function262 explicit UIExtensionCallback(std::shared_ptr<UIExtensionRequestContext>& reqContext); argument277 std::shared_ptr<UIExtensionRequestContext> reqContext_ = nullptr;359 void StartUIExtensionAbility(std::shared_ptr<UIExtensionRequestContext> asyncContext);
1766 void StartUIExtensionAbility(std::shared_ptr<UIExtensionRequestContext> asyncContext) in StartUIExtensionAbility()1810 UIExtensionCallback::UIExtensionCallback(std::shared_ptr<UIExtensionRequestContext>& reqContext) in UIExtensionCallback()
1869 auto asyncContext = std::make_shared<UIExtensionRequestContext>(env); in StartDLPManagerForResult()