Home
last modified time | relevance | path

Searched refs:RequestGlobalSwitchAsyncContext (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/security/access_token/interfaces/kits/napi/accesstoken/include/
H A Dnapi_request_global_switch_on_setting.h32 struct RequestGlobalSwitchAsyncContext : public AtManagerAsyncWorkData { struct
33 explicit RequestGlobalSwitchAsyncContext(napi_env env) : AtManagerAsyncWorkData(env) in RequestGlobalSwitchAsyncContext() function
54 std::shared_ptr<RequestGlobalSwitchAsyncContext>& requestAsyncContext) in RequestGlobalSwitchAsyncContextHandle() argument
59 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);
/ohos5.0/base/security/access_token/interfaces/kits/napi/accesstoken/src/
H A Dnapi_request_global_switch_on_setting.cpp60 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()