Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/interfaces/kits/napi/account_iam/include/
H A Dnapi_account_iam_common.h173 struct GetPropertyCommonContext : public CommonAsyncContext { struct
174 explicit GetPropertyCommonContext(napi_env napiEnv) : CommonAsyncContext(napiEnv) {}; in GetPropertyCommonContext() argument
181 struct GetPropertyContext : public GetPropertyCommonContext { argument