Searched refs:GetFormatTypeByFormatValue (Results 1 – 4 of 4) sorted by relevance
47 HcfResult GetFormatTypeByFormatValue(int32_t formatValue, int32_t *formatType);
57 HcfResult ret = GetFormatTypeByFormatValue(0, nullptr);
184 HcfResult GetFormatTypeByFormatValue(int32_t formatValue, int32_t *formatType) in GetFormatTypeByFormatValue() function
358 if (GetFormatTypeByFormatValue(formatValue, &formatType) != HCF_SUCCESS) { in GetECCPointEncoded()