Home
last modified time | relevance | path

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

/base/security/access_token/interfaces/kits/js/napi/accesstoken/include/
Dnapi_request_global_switch_on_setting.h36 struct RequestGlobalSwitchAsyncContext : public AtManagerAsyncWorkData { struct
37 explicit RequestGlobalSwitchAsyncContext(napi_env env) : AtManagerAsyncWorkData(env) in RequestGlobalSwitchAsyncContext() function
63 std::shared_ptr<RequestGlobalSwitchAsyncContext>& requestAsyncContext) in RequestGlobalSwitchAsyncContextHandle() argument
/base/security/access_token/interfaces/kits/cj/accesstoken/include/
Drequest_global_switch_on_setting.h34 struct RequestGlobalSwitchAsyncContext { struct
49 std::shared_ptr<RequestGlobalSwitchAsyncContext>& requestAsyncContext) in RequestGlobalSwitchAsyncContextHandle() argument
/base/security/access_token/frameworks/ets/ani/accesstoken/include/
Dani_request_global_switch_on_setting.h40 struct RequestGlobalSwitchAsyncContext : public RequestAsyncContextBase { struct
44 RequestGlobalSwitchAsyncContext(ani_vm* vm, ani_env* env); argument
/base/security/access_token/frameworks/ets/ani/accesstoken/src/
Dani_request_global_switch_on_setting.cpp49 RequestGlobalSwitchAsyncContext::RequestGlobalSwitchAsyncContext(ani_vm* vm, ani_env* env) in RequestGlobalSwitchAsyncContext() function in OHOS::Security::AccessToken::RequestGlobalSwitchAsyncContext