Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/interfaces/kits/napi/appaccount/include/
H A Dnapi_app_account_common.h186 struct AsyncContextForSubscribe : public CommonAsyncContext { struct
187 explicit AsyncContextForSubscribe(napi_env napiEnv) : CommonAsyncContext(napiEnv) {}; in AsyncContextForSubscribe() argument
188 std::string type;
189 std::vector<std::string> owners;
190 AppAccountManager *appAccountManager = nullptr;
191 std::shared_ptr<SubscriberPtr> subscriber = nullptr;