Home
last modified time | relevance | path

Searched refs:GetPropertyByIdContext (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/account/os_account/interfaces/kits/napi/account_iam/src/
H A Dnapi_account_iam_user_auth.cpp194 napi_env env, napi_callback_info info, GetPropertyByIdContext &context, napi_value &result) in ParseContextForGetPropertyById()
237 GetPropertyByIdContext *context = new (std::nothrow) GetPropertyByIdContext(env); in GetPropertyByCredentialId()
242 std::unique_ptr<GetPropertyByIdContext> contextPtr(context); in GetPropertyByCredentialId()
250 GetPropertyByIdContext *context = reinterpret_cast<GetPropertyByIdContext *>(data); in GetPropertyByCredentialId()
268 delete reinterpret_cast<GetPropertyByIdContext *>(data); in GetPropertyByCredentialId()
/ohos5.0/base/account/os_account/interfaces/kits/napi/account_iam/include/
H A Dnapi_account_iam_common.h188 struct GetPropertyByIdContext : public GetPropertyCommonContext { struct
189 explicit GetPropertyByIdContext(napi_env napiEnv) : GetPropertyCommonContext(napiEnv) {}; in GetPropertyByIdContext() function