Searched defs:SetPropertiesContext (Results 1 – 1 of 1) sorted by relevance
116 struct SetPropertiesContext : public CommonAsyncContext { struct117 …SetPropertiesContext(napi_env env, bool throwAble = false) : CommonAsyncContext(env, throwAble) {}; in CommonAsyncContext() argument118 std::string owner;119 SetPropertiesOptions options;120 sptr<IAppAccountAuthenticatorCallback> appAccountMgrCb = nullptr;121 JSAuthCallback callback;