Home
last modified time | relevance | path

Searched defs:AsyncContextForSubscribe (Results 1 – 2 of 2) sorted by relevance

/base/account/os_account/frameworks/appaccount/cj/include/
Dappaccount_common.h39 struct AsyncContextForSubscribe { struct
40 std::string type;
41 std::vector<std::string> owners;
42 std::shared_ptr<SubscribePtr> subscriber = nullptr;
43 std::function<void(CArrAppAccountInfo)> callbackRef;
/base/account/os_account/interfaces/kits/napi/appaccount/include/
Dnapi_app_account_common.h185 struct AsyncContextForSubscribe : public CommonAsyncContext { struct
186 explicit AsyncContextForSubscribe(napi_env napiEnv) : CommonAsyncContext(napiEnv) {}; in AsyncContextForSubscribe() argument
187 std::string type;
188 std::vector<std::string> owners;
189 AppAccountManager *appAccountManager = nullptr;
190 std::shared_ptr<SubscriberPtr> subscriber = nullptr;