Home
last modified time | relevance | path

Searched refs:category (Results 1 - 6 of 6) sorted by relevance

/drivers/peripheral/location/agnss/hdi_service/
H A Dagnss_interface_impl.cpp188 loc.category = g_refInfoType; in SetAgnssRefInfo()
189 if (loc.category == static_cast<uint32_t>(AgnssRefInfoCategory::AGNSS_REF_INFO_CATEGORY_MAC)) { in SetAgnssRefInfo()
194 } else if (loc.category == static_cast<uint32_t>(AgnssRefInfoCategory::AGNSS_REF_INFO_CATEGORY_CELLID)) { in SetAgnssRefInfo()
197 loc.u.cellId.category = static_cast<uint16_t>(CellIdCategory::CELLID_CATEGORY_GSM); in SetAgnssRefInfo()
200 loc.u.cellId.category = static_cast<uint16_t>(CellIdCategory::CELLID_CATEGORY_UMTS); in SetAgnssRefInfo()
203 loc.u.cellId.category = static_cast<uint16_t>(CellIdCategory::CELLID_CATEGORY_LTE); in SetAgnssRefInfo()
206 loc.u.cellId.category = static_cast<uint16_t>(CellIdCategory::CELLID_CATEGORY_NR); in SetAgnssRefInfo()
/drivers/peripheral/location/gnss/hdi_service/
H A Dlocation_vendor_lib.h307 /* See CellIdCategory for the definition of category. */
308 uint16_t category; member
346 /* See AgnssRefInfoCategory for the definition of category. */
347 uint32_t category; member
442 * Defines the constellation category.
513 * category - Category of GNSS reference information, See GnssRefInfoCategory for the definition of category.
515 typedef void (*RequestGnssReferenceInfo)(int category);
573 * See GnssRefInfoCategory for the definition of category.
575 int category; member
[all...]
H A Dgnss_interface_impl.cpp428 referenceInfo.category = refInfo.type; in SetGnssReferenceInfo()
436 return gnssInterface->injectsGnssReferenceInfo(referenceInfo.category, &referenceInfo); in SetGnssReferenceInfo()
453 return gnssInterface->injectsGnssReferenceInfo(referenceInfo.category, &referenceInfo); in SetGnssReferenceInfo()
/drivers/liteos/hievent/include/
H A Dhievent_driver.h41 char category; member
/drivers/liteos/hievent/src/
H A Dhiview_hievent.c351 int LogBufToException(char category, int level, char logType, in LogBufToException() argument
366 hdr->category = category; in LogBufToException()
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/test/testsuits/
H A Dtest_index.py23 warnings.filterwarnings("ignore", category=UserWarning)

Completed in 6 milliseconds