Home
last modified time | relevance | path

Searched refs:AsyncContextForUnsubscribe (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/account/os_account/interfaces/kits/napi/appaccount/include/
H A Dnapi_app_account_common.h194 struct AsyncContextForUnsubscribe : public CommonAsyncContext { struct
195 explicit AsyncContextForUnsubscribe(napi_env napiEnv) : CommonAsyncContext(napiEnv) {}; in AsyncContextForUnsubscribe() function
298 const napi_env &env, napi_callback_info cbInfo, AsyncContextForUnsubscribe *context);
301 AsyncContextForUnsubscribe *asyncContextForOff, bool &isFind);
/ohos5.0/base/account/os_account/interfaces/kits/napi/appaccount/src/
H A Dnapi_app_account_common.cpp860 AsyncContextForUnsubscribe *asyncContextForOff, bool &isFind) in GetSubscriberByUnsubscribe()
883 const napi_env &env, napi_callback_info cbInfo, AsyncContextForUnsubscribe *context) in ParseParametersByUnsubscribe()
920AsyncContextForUnsubscribe *asyncContextForOff = reinterpret_cast<AsyncContextForUnsubscribe *>(da… in UnsubscribeExecuteCB()
929AsyncContextForUnsubscribe *asyncContextForOff = reinterpret_cast<AsyncContextForUnsubscribe *>(da… in UnsubscribeCallbackCompletedCB()
H A Dnapi_app_account.cpp1690 static void UnsubscribeSync(napi_env env, const AsyncContextForUnsubscribe *context) in UnsubscribeSync()
1720 AsyncContextForUnsubscribe *context = new (std::nothrow) AsyncContextForUnsubscribe(env); in Unsubscribe()