csr_cs_core_usage_e class abstract
@partner @brief Enumeration for maximum core usage during scanning. @since_tizen 3.0
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- CSR_CS_CORE_USAGE_ALL → const int
- < Use all cores during scanning.
- CSR_CS_CORE_USAGE_DEFAULT → const int
- < Use default setting value.
- CSR_CS_CORE_USAGE_HALF → const int
- < Use half cores during scanning.
- CSR_CS_CORE_USAGE_SINGLE → const int
- < Use a single core during scanning.