Home
last modified time | relevance | path

Searched refs:SetPropertiesContext (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.h116 struct SetPropertiesContext : public CommonAsyncContext { struct
117SetPropertiesContext(napi_env env, bool throwAble = false) : CommonAsyncContext(env, throwAble) {};
312 bool ParseContextForSetProperties(napi_env env, napi_callback_info info, SetPropertiesContext *cont…
/ohos5.0/base/account/os_account/interfaces/kits/napi/appaccount/src/
H A Dnapi_app_account.cpp1600 auto context = std::make_unique<SetPropertiesContext>(env); in SetAuthenticatorProperties()
1618 auto context = reinterpret_cast<SetPropertiesContext *>(data); in SetAuthenticatorProperties()
1624 auto context = reinterpret_cast<SetPropertiesContext *>(data); in SetAuthenticatorProperties()
H A Dnapi_app_account_common.cpp1154 bool ParseContextForSetProperties(napi_env env, napi_callback_info info, SetPropertiesContext *cont… in ParseContextForSetProperties()