Lines Matching refs:PasteboardError
447 if (ret == static_cast<int32_t>(PasteboardError::TASK_PROCESSING)) { in GetData()
511 int32_t ret = static_cast<int32_t>(PasteboardError::INVALID_DATA_ERROR); in SetData()
522 if (ret == static_cast<int>(PasteboardError::E_OK)) { in SetData()
524 } else if (ret == static_cast<int>(PasteboardError::PROHIBIT_COPY)) { in SetData()
526 } else if (ret == static_cast<int>(PasteboardError::TASK_PROCESSING)) { in SetData()
544 int32_t ret = static_cast<int32_t>(PasteboardError::INVALID_DATA_ERROR); in SetUnifiedData()
553 if (ret == static_cast<int>(PasteboardError::E_OK)) { in SetUnifiedData()
555 } else if (ret == static_cast<int>(PasteboardError::PROHIBIT_COPY)) { in SetUnifiedData()
557 } else if (ret == static_cast<int>(PasteboardError::TASK_PROCESSING)) { in SetUnifiedData()
578 if (ret == static_cast<int32_t>(PasteboardError::TASK_PROCESSING)) { in GetUnifiedData()
657 if (*value != static_cast<int32_t>(PasteboardError::E_OK)) { in SetUnifiedDataSync()
686 if (!CheckExpression(env, result != static_cast<int32_t>(PasteboardError::INVALID_PARAM_ERROR), in SetAppShareOptions()
690 …if (!CheckExpression(env, result != static_cast<int32_t>(PasteboardError::PERMISSION_VERIFICATION_… in SetAppShareOptions()
695 …if (!CheckExpression(env, result != static_cast<int32_t>(PasteboardError::INVALID_OPERATION_ERROR), in SetAppShareOptions()
705 …if (CheckExpression(env, result != static_cast<int32_t>(PasteboardError::PERMISSION_VERIFICATION_E… in RemoveAppShareOptions()
813 if (*value != static_cast<int>(PasteboardError::E_OK)) { in GetDataSource()
989 if (*value != static_cast<int32_t>(PasteboardError::E_OK)) { in SetDataSync()