Home
last modified time | relevance | path

Searched refs:HalGetDeviceType (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/startup/init/interfaces/hals/
H A Dhal_sys_param.h25 const char* HalGetDeviceType(void);
/ohos5.0/base/startup/init/interfaces/hals/utils/sys_param/
H A Dhal_sys_param.c32 __attribute__((weak)) const char* HalGetDeviceType(void) in HalGetDeviceType() function
/ohos5.0/base/startup/init/simulator/parameter/src/
H A Dparameter_common.c97 return HalGetDeviceType(); in GetDeviceType()