Home
last modified time | relevance | path

Searched refs:AsyncContextForSubscribe (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.h50 struct AsyncContextForSubscribe;
52 extern std::map<AppAccountManager *, std::vector<AsyncContextForSubscribe *>> g_AppAccountSubscribe…
186 struct AsyncContextForSubscribe : public CommonAsyncContext { struct
187 explicit AsyncContextForSubscribe(napi_env napiEnv) : CommonAsyncContext(napiEnv) {}; in AsyncContextForSubscribe() argument
295 …tersBySubscribe(const napi_env &env, napi_callback_info cbInfo, AsyncContextForSubscribe *context);
/ohos5.0/base/account/os_account/interfaces/kits/napi/appaccount/src/
H A Dnapi_app_account_common.cpp48 std::map<AppAccountManager *, std::vector<AsyncContextForSubscribe *>> g_AppAccountSubscribers;
67 [subscriber](const AsyncContextForSubscribe *item) { in UvQueueWorkOnAppAccountsChanged()
799 bool GetArrayProperty(const napi_env &env, napi_value *argv, AsyncContextForSubscribe *context) in GetArrayProperty()
827 …etersBySubscribe(const napi_env &env, napi_callback_info cbInfo, AsyncContextForSubscribe *context) in ParseParametersBySubscribe()
H A Dnapi_app_account.cpp1638 static bool IsExitSubscribe(napi_env env, AsyncContextForSubscribe *context) in IsExitSubscribe()
1654 auto context = std::make_unique<AsyncContextForSubscribe>(env); in Subscribe()