Home
last modified time | relevance | path

Searched refs:HalGetProdKey (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/startup/init/interfaces/hals/
H A Dhal_token.h75 int HalGetProdKey(char *productKey, unsigned int len);
/ohos5.0/base/startup/init/interfaces/innerkits/token/
H A Dhal_token.h75 int HalGetProdKey(char *productKey, unsigned int len);
/ohos5.0/base/startup/init/interfaces/innerkits/token/src/token_impl_hal/
H A Dtoken.c68 return HalGetProdKey(productKey, len); in GetProdKey()
/ohos5.0/base/startup/init/interfaces/hals/utils/token/
H A Dhal_token.c96 __attribute__((weak)) int HalGetProdKey(char* productKey, unsigned int len) in HalGetProdKey() function
/ohos5.0/base/startup/init/interfaces/innerkits/token/src/token_impl_posix/
H A Dtoken.c116 return HalGetProdKey(productKey, len); in GetProdKey()