Searched refs:GetPropertyByIdContext (Results 1 – 2 of 2) sorted by relevance
194 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()
188 struct GetPropertyByIdContext : public GetPropertyCommonContext { struct189 explicit GetPropertyByIdContext(napi_env napiEnv) : GetPropertyCommonContext(napiEnv) {}; in GetPropertyByIdContext() function