Searched refs:CheckAccountLabelsContext (Results 1 – 3 of 3) sorted by relevance
149 struct CheckAccountLabelsContext : public CommonAsyncContext { struct150 CheckAccountLabelsContext(napi_env napiEnv) : CommonAsyncContext(napiEnv) {}; in CheckAccountLabelsContext() function314 …extForCheckAccountLabels(napi_env env, napi_callback_info info, CheckAccountLabelsContext *context…
1479 auto context = std::make_unique<CheckAccountLabelsContext>(env); in CheckAccountLabels()1496 auto context = reinterpret_cast<CheckAccountLabelsContext *>(data); in CheckAccountLabels()1508 auto context = reinterpret_cast<CheckAccountLabelsContext *>(data); in CheckAccountLabels()
1259 …extForCheckAccountLabels(napi_env env, napi_callback_info info, CheckAccountLabelsContext *context) in ParseContextForCheckAccountLabels()