Searched refs:isActived (Results 1 – 2 of 2) sorted by relevance
286 bool isActived = BOOL_IS_ACTIVED; variable288 osAccountInfo.isActivated_ = isActived;289 EXPECT_EQ(isActived, osAccountInfo.GetIsActived());
965 auto isActived = std::make_unique<IsActivedAsyncContext>(); in InnerIsOsAccountActived() local966 isActived->env = env; in InnerIsOsAccountActived()967 isActived->throwErr = throwErr; in InnerIsOsAccountActived()969 if (!ParseParaIsActived(env, cbInfo, isActived.get()) && throwErr) { in InnerIsOsAccountActived()974 if (isActived->callbackRef == nullptr) { in InnerIsOsAccountActived()975 napi_create_promise(env, &isActived->deferred, &result); in InnerIsOsAccountActived()984 reinterpret_cast<void *>(isActived.get()), &isActived->work); in InnerIsOsAccountActived()986 napi_queue_async_work_with_qos(env, isActived->work, napi_qos_default); in InnerIsOsAccountActived()987 isActived.release(); in InnerIsOsAccountActived()