Searched refs:RequestGlobalSwitchAsyncContext (Results 1 – 2 of 2) sorted by relevance
32 struct RequestGlobalSwitchAsyncContext : public AtManagerAsyncWorkData { struct33 explicit RequestGlobalSwitchAsyncContext(napi_env env) : AtManagerAsyncWorkData(env) in RequestGlobalSwitchAsyncContext() function54 std::shared_ptr<RequestGlobalSwitchAsyncContext>& requestAsyncContext) in RequestGlobalSwitchAsyncContextHandle() argument59 std::shared_ptr<RequestGlobalSwitchAsyncContext> asyncContextPtr;64 …explicit SwitchOnSettingUICallback(const std::shared_ptr<RequestGlobalSwitchAsyncContext>& reqCont…77 std::shared_ptr<RequestGlobalSwitchAsyncContext> reqContext_ = nullptr;83 std::shared_ptr<RequestGlobalSwitchAsyncContext> data = nullptr;92 std::shared_ptr<RequestGlobalSwitchAsyncContext>& asyncContext);
60 static Ace::UIContent* GetUIContent(std::shared_ptr<RequestGlobalSwitchAsyncContext> asyncContext) in GetUIContent()75 …const napi_env &env, const napi_value &value, std::shared_ptr<RequestGlobalSwitchAsyncContext>& as… in GetContext()144 std::shared_ptr<RequestGlobalSwitchAsyncContext> asyncContext = retCB->data; in ResultCallbackJSThreadWorker()163 bool switchStatus, std::shared_ptr<RequestGlobalSwitchAsyncContext>& data) in GlobalSwitchResultsCallbackUI()221 const std::shared_ptr<RequestGlobalSwitchAsyncContext>& reqContext) in SwitchOnSettingUICallback()294 static int32_t CreateUIExtension(const Want &want, std::shared_ptr<RequestGlobalSwitchAsyncContext>… in CreateUIExtension()338 static int32_t StartUIExtension(std::shared_ptr<RequestGlobalSwitchAsyncContext> asyncContext) in StartUIExtension()355 std::shared_ptr<RequestGlobalSwitchAsyncContext> asyncContext = in RequestGlobalSwitch()356 std::make_shared<RequestGlobalSwitchAsyncContext>(env); in RequestGlobalSwitch()384 … const napi_callback_info& cbInfo, std::shared_ptr<RequestGlobalSwitchAsyncContext>& asyncContext) in ParseRequestGlobalSwitch()