Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/interfaces/kits/napi/osaccount/include/
H A Dnapi_os_account.h206 struct SubscribeCBInfo : public CommonAsyncContext { struct
207 SubscribeCBInfo(napi_env napiEnv) : CommonAsyncContext(napiEnv) {}; in SubscribeCBInfo() function
208 OS_ACCOUNT_SUBSCRIBE_TYPE osSubscribeType = OS_ACCOUNT_SUBSCRIBE_TYPE::INVALID_TYPE;
209 std::string name;
210 OsAccountManager *osManager = nullptr;
211 std::shared_ptr<SubscriberPtr> subscriber = nullptr;
/ohos5.0/base/security/security_guard/frameworks/js/napi/
H A Dsecurity_guard_napi.h182 struct SubscribeCBInfo : public CommonAsyncContext { struct
183 explicit SubscribeCBInfo(napi_env napiEnv, in SubscribeCBInfo() function
185 OHOS::Security::SecurityCollector::Event events;
186 std::shared_ptr<SubscriberPtr> subscriber = nullptr;